Searched defs:attach_pid (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestPtyServer.py | 22 def get_debug_monitor_command_line_args(self, attach_pid=None): argument 34 def connect_to_debug_monitor(self, attach_pid=None): argument
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | gdbremote_testcase.py | 329 def get_debug_monitor_command_line_args(self, attach_pid=None): argument 348 def launch_debug_monitor(self, attach_pid=None, logfile=None): argument 377 def connect_to_debug_monitor(self, attach_pid=None): argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 364 nub_process_t attach_pid, in RNBRunLoopLaunchAttaching() 959 int attach_pid = INVALID_NUB_PROCESS; in main() local
|
| H A D | DNB.cpp | 441 nub_process_t DNBProcessAttach(nub_process_t attach_pid, in DNBProcessAttach()
|
| H A D | RNBRemote.cpp | 3783 nub_process_t attach_pid = in HandlePacket_v() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 368 ProcessKDP::DoAttachToProcessWithID(lldb::pid_t attach_pid, in DoAttachToProcessWithID()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTarget.cpp | 441 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 2767 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1113 lldb::pid_t attach_pid, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID()
|