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

References

tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  612         SetID(pr_pid);
  810       SetID(prpsinfo.pr_pid);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  425     reg_checkpoint.SetID(save_id);
  429     reg_checkpoint.SetID(0); // Invalid save ID is zero
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  687     SetID(pid);
  915             SetID(m_gdb_comm.GetCurrentProcessID());
  961     SetID(LLDB_INVALID_PROCESS_ID);
 1192       SetID(attach_pid);
 2177           SetID(pid);
 5063       SetID(pid);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  232   SetID(pid.getValue());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  755       cu->SetID(m_lldb_cu_to_dwarf_unit.size());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  208             oso_symfile->SetID(((uint64_t)m_cu_idx + 1ull) << 32ull);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
   29   SetID(((lldb::user_id_t)dwarf_cu.GetID()) << 32);
tools/lldb/source/Target/Process.cpp
 2528           SetID(LLDB_INVALID_PROCESS_ID);
 2783               SetID(LLDB_INVALID_PROCESS_ID);
 2858           SetID(LLDB_INVALID_PROCESS_ID);
tools/lldb/source/Target/ThreadPlan.cpp
   30   SetID(GetNextID());