Home
last modified time | relevance | path

Searched refs:DoAttachToProcessWithName (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h77 lldb_private::Status DoAttachToProcessWithName(
H A DProcessKDP.cpp377 ProcessKDP::DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function in ProcessKDP
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h101 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp1139 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h961 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2784 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()