Home
last modified time | relevance | path

Searched refs:vattachwait (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp88 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait) { in RNBRunLoopGetStartModeFromRemote()
H A DRNBRemote.h64 vattachwait, // 'vAttachWait:XX...' where XX is one or more hex encoded enumerator
H A Ddebugserver.cpp120 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait || in RNBRunLoopGetStartModeFromRemote()
H A DChangeLog36 * RNBRemote.cpp (RNBRemote::CreatePacketTable): Add vattachwait.
38 (RNBRemote::HandlePacket_v): Handle vattachwait.
59 RNBRunLoopGetArgsFromRemote, and handle vattachwait.
H A DRNBRemote.cpp267 t.push_back(Packet(vattachwait, &RNBRemote::HandlePacket_v, NULL, in CreatePacketTable()