Searched defs:attach_pid (Results 1 – 9 of 9) sorted by relevance
/llvm-project/lldb/test/API/tools/lldb-server/ |
H A D | TestPtyServer.py | 23 def get_debug_monitor_command_line_args(self, attach_pid=None): argument 35 def connect_to_debug_monitor(self, attach_pid=None): argument
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
H A D | gdbremote_testcase.py | 327 def get_debug_monitor_command_line_args(self, attach_pid=None): argument 346 def launch_debug_monitor(self, attach_pid=None, logfile=None): argument 376 def connect_to_debug_monitor(self, attach_pid=None): argument [all...] |
/llvm-project/lldb/tools/debugserver/source/ |
H A D | debugserver.cpp | 364 nub_process_t attach_pid, in RNBRunLoopLaunchAttaching() argument 974 int attach_pid = INVALID_NUB_PROCESS; main() local [all...] |
H A D | DNB.cpp | 453 nub_process_t DNBProcessAttach(nub_process_t attach_pid, in DNBProcessAttach() argument
|
H A D | RNBRemote.cpp | 3851 nub_process_t attach_pid = HandlePacket_v() local [all...] |
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDP.cpp | 368 ProcessKDP::DoAttachToProcessWithID(lldb::pid_t attach_pid, in DoAttachToProcessWithID() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 450 lldb::pid_t attach_pid = attach_info.GetProcessID(); Attach() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1075 lldb::pid_t attach_pid, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2968 lldb::pid_t attach_pid = attach_info.GetProcessID(); Attach() local
|