Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h67 Status AttachToProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerLLGS.cpp281 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess() function in GDBRemoteCommunicationServerLLGS
2918 Status error = AttachToProcess(pid);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp145 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp79 Status AttachToProcess(ProcessAttachInfo &attach_info, Target &target) { in AttachToProcess() function
449 error.SetError(AttachToProcess(attach_info, *target_sp)); in Attach()
488 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithID()
524 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithName()