Searched refs:attach_pid (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 30 def attach_pid: Separate<["--", "-"], "attach-pid">, 35 Alias<attach_pid>,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2739 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local 2741 if (attach_pid == LLDB_INVALID_PROCESS_ID) { in Attach() 2788 attach_pid = process_infos[0].GetProcessID(); in Attach() 2818 if (attach_pid != LLDB_INVALID_PROCESS_ID) { in Attach() 2819 error = WillAttachToProcessWithID(attach_pid); in Attach() 2827 error = DoAttachToProcessWithID(attach_pid, attach_info); in Attach()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 473 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local 475 if (platform_sp->GetProcessInfo(attach_pid, instance_info)) { in Attach() 479 "no process found with process ID %" PRIu64, attach_pid); in Attach()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1149 lldb::pid_t attach_pid, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID() argument 1157 if (attach_pid != LLDB_INVALID_PROCESS_ID) { in DoAttachToProcessWithID() 1164 ::snprintf(packet, sizeof(packet), "vAttach;%" PRIx64, attach_pid); in DoAttachToProcessWithID() 1165 SetID(attach_pid); in DoAttachToProcessWithID()
|