Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h60 Status AttachToProcess(lldb::pid_t pid);
DGDBRemoteCommunicationServerLLGS.cpp292 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess() function in GDBRemoteCommunicationServerLLGS
3177 Status error = AttachToProcess(pid); in Handle_vAttach()
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-gdbserver.cpp110 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
/external/llvm-project/lldb/source/API/
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()