Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h100 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp1092 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h969 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2805 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()