Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h35 virtual Status AttachToProcess(lldb::ProcessAttachInfoSP attach_info) { in AttachToProcess() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h35 Status AttachToProcess(lldb::ProcessAttachInfoSP attach_info) override;
H A DScriptedPlatformPythonInterface.cpp92 Status ScriptedPlatformPythonInterface::AttachToProcess( in AttachToProcess() function in ScriptedPlatformPythonInterface
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h61 Status AttachToProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerLLGS.cpp345 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess() function in GDBRemoteCommunicationServerLLGS
437 return AttachToProcess(matching_process_pid); in AttachWaitProcess()
3419 Status error = AttachToProcess(pid); in Handle_vAttach()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp113 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp76 static Status AttachToProcess(ProcessAttachInfo &attach_info, Target &target) { in AttachToProcess() function
452 error.SetError(AttachToProcess(attach_info, *target_sp)); in Attach()
482 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithID()
509 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithName()