Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h77 lldb_private::Status DoAttachToProcessWithName(
DProcessKDP.cpp390 ProcessKDP::DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h97 DoAttachToProcessWithName(const char *process_name,
DProcessGDBRemote.cpp1163 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h979 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/external/llvm-project/lldb/source/Target/
DProcess.cpp2884 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()