Home
last modified time | relevance | path

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

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