Home
last modified time | relevance | path

Searched refs:StopReplyStop (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DMessageObjects.cpp234 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()
DMessageObjects.h107 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>>
DThreadIdsInJstopinfoTest.cpp45 auto stop_reply = Client->GetLatestStopReplyAs<StopReplyStop>(); in TEST_F()
DTestClient.cpp263 if (!isa<StopReplyStop>(m_stop_reply)) { in Continue()