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.cpp210 Status ScriptedProcess::DoAttachToProcessWithName( in DoReadMemory()
196 Status ScriptedProcess::DoAttachToProcessWithName( DoAttachToProcessWithName() function in ScriptedProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h103 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp1102 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1029 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2997 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()