Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h61 Status AttachToProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerLLGS.cpp347 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess() function in GDBRemoteCommunicationServerLLGS
439 return AttachToProcess(matching_process_pid); in AttachWaitProcess()
3403 Status error = AttachToProcess(pid); in Handle_vAttach()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp109 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
/llvm-project-15.0.7/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()