Searched refs:HandlePacket_last_signal (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBRemote.h196 rnb_err_t HandlePacket_last_signal (const char *p);
H A Dlibdebugserver.cpp213 remote->HandlePacket_last_signal(NULL);
H A DRNBRemote.cpp127 t.push_back (Packet (halt, &RNBRemote::HandlePacket_last_signal, &RNBRemote::HandlePacket_stop_process, "\x03", "^C"));
129 t.push_back (Packet (why_halted, &RNBRemote::HandlePacket_last_signal, NULL, "?", "Why did target halt"));
1224 RNBRemote::HandlePacket_last_signal (NULL);
2541 RNBRemote::HandlePacket_last_signal (const char *unused) function in class:RNBRemote
H A Ddebugserver.cpp474 remote->HandlePacket_last_signal(NULL);

Completed in 142 milliseconds