Home
last modified time | relevance | path

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 DTestPtyServer.py22 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 Dgdbremote_testcase.py329 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 Ddebugserver.cpp364 nub_process_t attach_pid, in RNBRunLoopLaunchAttaching()
959 int attach_pid = INVALID_NUB_PROCESS; in main() local
H A DDNB.cpp441 nub_process_t DNBProcessAttach(nub_process_t attach_pid, in DNBProcessAttach()
H A DRNBRemote.cpp3783 nub_process_t attach_pid = in HandlePacket_v() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp368 ProcessKDP::DoAttachToProcessWithID(lldb::pid_t attach_pid, in DoAttachToProcessWithID()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp441 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2767 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1113 lldb::pid_t attach_pid, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID()