Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h60 Status AttachToProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerLLGS.cpp317 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess() function in GDBRemoteCommunicationServerLLGS
407 return AttachToProcess(matching_process_pid); in AttachWaitProcess()
3174 Status error = AttachToProcess(pid); in Handle_vAttach()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp110 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp78 Status AttachToProcess(ProcessAttachInfo &attach_info, Target &target) { in AttachToProcess() function
484 error.SetError(AttachToProcess(attach_info, *target_sp)); in Attach()
516 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithID()
545 error.SetError(AttachToProcess(attach_info, *target_sp)); in AttachToProcessWithName()