Searched refs:StopReplyStop (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | MessageObjects.cpp | 234 return StopReplyStop::create(Response, Endian, RegInfos); in create() 240 Expected<RegisterMap> StopReplyStop::parseRegisters( in parseRegisters() 267 Expected<std::unique_ptr<StopReplyStop>> 268 StopReplyStop::create(StringRef Response, support::endianness Endian, in create() 323 return std::make_unique<StopReplyStop>(Signal, Thread, Name, in create()
|
D | MessageObjects.h | 107 class StopReplyStop : public StopReply { 109 StopReplyStop(uint8_t Signal, lldb::tid_t ThreadId, llvm::StringRef Name, in StopReplyStop() function 116 static llvm::Expected<std::unique_ptr<StopReplyStop>>
|
D | ThreadIdsInJstopinfoTest.cpp | 45 auto stop_reply = Client->GetLatestStopReplyAs<StopReplyStop>(); in TEST_F()
|
D | TestClient.cpp | 263 if (!isa<StopReplyStop>(m_stop_reply)) { in Continue()
|