Home
last modified time | relevance | path

Searched refs:AttachToProcess (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h33 virtual Status AttachToProcess(lldb::ProcessAttachInfoSP attach_info) { in AttachToProcess() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h41 Status AttachToProcess(lldb::ProcessAttachInfoSP attach_info) override;
H A DScriptedPlatformPythonInterface.cpp78 Status ScriptedPlatformPythonInterface::AttachToProcess( in AttachToProcess() function in ScriptedPlatformPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h62 Status AttachToProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerLLGS.cpp343 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess() function in GDBRemoteCommunicationServerLLGS
435 return AttachToProcess(matching_process_pid); in AttachWaitProcess()
3427 Status error = AttachToProcess(pid); in Handle_vAttach()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp112 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp77 static Status AttachToProcess(ProcessAttachInfo &attach_info, Target &target) { in AttachToProcess() function
454 error.SetError(AttachToProcess(attach_info, *target_sp)); in Attach()
484 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithID()
511 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithName()