Home
last modified time | relevance | path

Searched refs:vAttach (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/gdbstub/src/protocol/commands/
D_vAttach.rs4 pub struct vAttach { struct
8 impl<'a> ParseCommand<'a> for vAttach { argument
17 Some(vAttach { pid }) in from_packet()
/external/rust/crates/gdbstub/src/protocol/
Dcommands.rs139 "vAttach" => _vAttach::vAttach,
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
Dgdbclientutils.py158 return self.vAttach(int(pid, 16))
263 def vAttach(self, pid): member in MockGDBServerResponder
DTestGDBRemoteClient.py34 def vAttach(self, pid): member in TestGDBRemoteClient.test_attach_fail.MyResponder
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs856 ext::ExtendedMode::vAttach(cmd) => { in handle_extended_mode()
/external/llvm-project/lldb/docs/
Dlldb-gdb-remote.txt1595 // Same as vAttach, except instead of a "pid" you send a process name.
1640 // process list, and sending vAttach or vAttachWait depending on
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog957 * RNBRemote.h (PacketEnum): Added a new 'vattach' enum for the "vAttach;PID"