Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp88 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait) { in RNBRunLoopGetStartModeFromRemote()
H A DRNBRemote.h63 vattach, // 'vAttach;pid' enumerator
H A Ddebugserver.cpp120 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait || in RNBRunLoopGetStartModeFromRemote()
H A DChangeLog957 * RNBRemote.h (PacketEnum): Added a new 'vattach' enum for the "vAttach;PID"
960 * RNBRemote.cpp (RNBRemote::CreatePacketTable): add the vattach packet definition
H A DRNBRemote.cpp265 t.push_back(Packet(vattach, &RNBRemote::HandlePacket_v, NULL, "vAttach", in CreatePacketTable()