Searched refs:vAttach (Results 1 – 7 of 7) sorted by relevance
4 pub struct vAttach { struct8 impl<'a> ParseCommand<'a> for vAttach { argument17 Some(vAttach { pid }) in from_packet()
139 "vAttach" => _vAttach::vAttach,
158 return self.vAttach(int(pid, 16))263 def vAttach(self, pid): member in MockGDBServerResponder
34 def vAttach(self, pid): member in TestGDBRemoteClient.test_attach_fail.MyResponder
856 ext::ExtendedMode::vAttach(cmd) => { in handle_extended_mode()
1595 // Same as vAttach, except instead of a "pid" you send a process name.1640 // process list, and sending vAttach or vAttachWait depending on
957 * RNBRemote.h (PacketEnum): Added a new 'vattach' enum for the "vAttach;PID"