Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h61 DoAttachToProcessWithName(const char *process_name,
H A DScriptedProcess.cpp216 Status ScriptedProcess::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ScriptedProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h100 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp1112 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1021 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2967 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()