reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Process.cpp
 2760   if (attach_pid == LLDB_INVALID_PROCESS_ID) {
 2807             attach_pid = process_infos.GetProcessIDAtIndex(0);
 2837   if (attach_pid != LLDB_INVALID_PROCESS_ID) {
 2838     error = WillAttachToProcessWithID(attach_pid);
 2846         error = DoAttachToProcessWithID(attach_pid, attach_info);