Searched refs:attach_pid (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 32 def attach_pid: Separate<["--", "-"], "attach-pid">, 37 Alias<attach_pid>,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 443 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local 445 if (platform_sp->GetProcessInfo(attach_pid, instance_info)) { in Attach() 449 "no process found with process ID %" PRIu64, attach_pid); in Attach()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2950 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach() local 2952 if (attach_pid == LLDB_INVALID_PROCESS_ID) { in Attach() 2995 attach_pid = process_infos[0].GetProcessID(); in Attach() 3025 if (attach_pid != LLDB_INVALID_PROCESS_ID) { in Attach() 3026 error = WillAttachToProcessWithID(attach_pid); in Attach() 3034 error = DoAttachToProcessWithID(attach_pid, attach_info); in Attach()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1085 lldb::pid_t attach_pid, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID() argument 1093 if (attach_pid != LLDB_INVALID_PROCESS_ID) { in DoAttachToProcessWithID() 1100 ::snprintf(packet, sizeof(packet), "vAttach;%" PRIx64, attach_pid); in DoAttachToProcessWithID() 1101 SetID(attach_pid); in DoAttachToProcessWithID()
|