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

References

tools/lldb/include/lldb/Target/Thread.h
 1061   virtual lldb::user_id_t GetProtocolID() const { return GetID(); }
tools/lldb/include/lldb/Utility/UserID.h
   68     bool operator()(const UserID &rhs) const { return m_uid == rhs.GetID(); }
   81   return lhs.GetID() == rhs.GetID();
   81   return lhs.GetID() == rhs.GetID();
   85   return lhs.GetID() != rhs.GetID();
   85   return lhs.GetID() != rhs.GetID();
tools/lldb/source/API/SBBlock.cpp
  180     lldb::user_id_t id = m_opaque_ptr->GetID();
tools/lldb/source/API/SBDebugger.cpp
 1375     user_id_t id = m_opaque_sp->GetID();
 1386   return (m_opaque_sp ? m_opaque_sp->GetID() : LLDB_INVALID_UID);
tools/lldb/source/API/SBFunction.cpp
  107              m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString());
tools/lldb/source/API/SBProcess.cpp
  361         process_sp->GetID(), SBDebugger::StateAsCString(event_state));
  376                process_sp->GetID(), SBDebugger::StateAsCString(event_state));
  564     ret_val = process_sp->GetID();
 1004                 process_sp->GetID(), lldb_private::StateAsCString(GetState()),
tools/lldb/source/API/SBThread.cpp
  441     return thread_sp->GetID();
  577   process->GetThreadList().SetSelectedThreadByID(thread->GetID());
  761   if (sb_frame.GetThread().GetThreadID() != thread->GetID()) {
tools/lldb/source/API/SBValue.cpp
  286     return value_sp->GetID();
tools/lldb/source/Commands/CommandObjectProcess.cpp
  237             "Process %" PRIu64 " launched: '%s' (%s)\n", process_sp->GetID(),
  617                                        process->GetID());
  810           process->GetID());
tools/lldb/source/Commands/CommandObjectTarget.cpp
   92     lldb::pid_t pid = process_sp->GetID();
 4591                            m_stop_hook_sp->GetID());
 4596           target->RemoveStopHookByID(m_stop_hook_sp->GetID());
 4602                             m_stop_hook_sp->GetID());
 4689                                        new_hook_sp->GetID());
tools/lldb/source/Commands/CommandObjectThread.cpp
   92       if (!thread || !HandleOneThread(thread->GetID(), result))
  109         tids.push_back(thread_sp->GetID());
  139         tids.push_back(thread->GetID());
  169         if (!HandleOneThread(thread->GetID(), result)) {
  749       process->GetThreadList().SetSelectedThreadByID(thread->GetID());
  778         process->GetThreadList().SetSelectedThreadByID(thread->GetID());
  902                                          process->GetID());
  923                                            thread->GetID(), process->GetID());
  923                                            thread->GetID(), process->GetID());
  942                                        process->GetID());
 1271                                        process->GetID());
 1349     process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true);
tools/lldb/source/Core/Address.cpp
  721                         var->GetID(), var->GetName().GetCString());
tools/lldb/source/Core/Debugger.cpp
  716   snprintf(instance_cstr, sizeof(instance_cstr), "debugger_%d", (int)GetID());
 1096       if ((*pos)->GetID() == id) {
tools/lldb/source/Core/FormatEntity.cpp
 1159         s.Printf(format, process->GetID());
 1212         s.Printf(format, thread->GetID());
 1498         s.Printf("function{0x%8.8" PRIx64 "}", sc->function->GetID());
tools/lldb/source/Core/IOHandler.cpp
 2422           thread->GetID());
 2480               thread_sp->GetID() == m_tid)
 2488           m_tid = thread_sp->GetID();
 2514           if (selected_thread_sp->GetID() != thread_sp->GetID()) {
 2514           if (selected_thread_sp->GetID() != thread_sp->GetID()) {
 2515             thread_list.SetSelectedThreadByID(thread_sp->GetID());
 2586           item[i].SetIdentifier(threads.GetThreadAtIndex(i)->GetID());
 3582                               nullptr, menu_char, thread_sp->GetID())));
 3733       window.Printf("Process: %5" PRIu64 " %10s", process->GetID(),
 3841           auto tid = thread->GetID();
tools/lldb/source/Core/Section.cpp
  288     user_id_t a_sect_uid = a.GetID();
  289     user_id_t b_sect_uid = b.GetID();
  307   s->Printf("0x%8.8" PRIx64 " %-16s ", GetID(), GetTypeAsCString());
  471     if ((*sect_iter)->GetID() == sect_id) {
  532       if ((*sect_iter)->GetID() == sect_id) {
tools/lldb/source/Core/ValueObjectList.cpp
   85     if (valobj && valobj->GetID() == uid) {
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1692              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1695              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  575              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  572              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  237              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
   88              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  218              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  269              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1111              thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1065         const tid_t tid = thread_sp->GetID();
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
   89             m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
   94       __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
  109             m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID,
  143               m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID,
  161                   m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
  232         __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
  241             m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, entry);
  272             dyld_instance->m_process ? dyld_instance->m_process->GetID()
  288                 __FUNCTION__, dyld_instance->m_process->GetID(), break_id);
  294                 __FUNCTION__, dyld_instance->m_process->GetID(), break_id);
  315              m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
  325              m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID,
  362         m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
  373            m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
  393             dyld_instance->m_process ? dyld_instance->m_process->GetID()
  404             dyld_instance->m_process ? dyld_instance->m_process->GetID()
  722               __FUNCTION__, m_process->GetID());
  728       __FUNCTION__, m_process->GetID(),
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 2002               function_type->GetName().GetCString(), function_type->GetID());
 2014                   function_type->GetID());
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  183   d->AddIntegerItem("tid", thread_sp->GetID());
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  129                       type_sp->GetID(), type_sp->GetName().GetCString());
  145                         type_sp->GetID(), type_sp->GetName().GetCString());
  161                         type_sp->GetID(), type_sp->GetName().GetCString());
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  816   user_id_t dynsym_id = dynsym_section_sp->GetID();
  919   const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID());
 1856           unified_section_list.ReplaceSection(module_section_sp->GetID(),
 2281   user_id_t symtab_id = symtab->GetID();
 2749         user_id_t reloc_id = reloc_section->GetID();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2467                                              ? eh_frame_section_sp->GetID()
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  126               m_process->GetID());
  175             m_process->GetID());
  323               thread->GetID(), thread->GetProtocolID(), reg_data_addr);
  333               thread->GetID(), thread->GetProtocolID());
  337                                                     thread->GetID());
  357               thread->GetID());
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  358       LLDB_LOG(log, "pid {0} state {0}", process_sp->GetID(), state);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1593     if (Host::GetProcessInfo(process->GetID(), proc_info)) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  327       LLDB_LOG(log, "pid {0} state {0}", process_sp->GetID(), state);
tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
   43             static_cast<void *>(this), GetID());
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  911   info.SetProcessID(GetID());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  436   uint32_t save_id = reg_checkpoint.GetID();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  728             __FUNCTION__, GetID(),
  746             __FUNCTION__, GetID(),
  925       if (GetID() == LLDB_INVALID_PROCESS_ID) {
 1052   if (GetID() != LLDB_INVALID_PROCESS_ID) {
 1643   LLDB_LOGV(log, "pid = {0}", GetID());
 1663                   thread_sp.get(), thread_sp->GetID());
 1666                   thread_sp.get(), thread_sp->GetID());
 1719             if (tid == thread->GetID())
 2174       if (GetID() == LLDB_INVALID_PROCESS_ID) {
 3699             __FUNCTION__, arg, process->GetID());
 3707               __FUNCTION__, arg, process->GetID());
 3714                   __FUNCTION__, arg, process->GetID(), event_type);
 3728                       __FUNCTION__, arg, process->GetID(), continue_cstr);
 3822                     __FUNCTION__, arg, process->GetID());
 3830                     __FUNCTION__, arg, process->GetID(), event_type);
 3856                     __FUNCTION__, arg, process->GetID(), event_type);
 3865                 __FUNCTION__, arg, process->GetID());
 3873             __FUNCTION__, arg, process->GetID());
 5060   if (GetID() == LLDB_INVALID_PROCESS_ID) {
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
   43   LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, process.GetID(),
   44            GetID());
   51            process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID, GetID());
   51            process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID, GetID());
  307           !gdb_process->GetGDBRemote().GetpPacketSupported(GetID());
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
   82             core_objfile->GetThreadContextAtIndex(GetID(), *this);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  499   info.SetProcessID(GetID());
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  486                     m_dictionary_name.c_str(), m_debugger.GetID());
  696                       m_dictionary_name.c_str(), m_debugger.GetID());
  699         m_debugger.GetID());
  709                       m_dictionary_name.c_str(), m_debugger.GetID());
  712         m_debugger.GetID());
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  230   CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data;
  242   CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  673               type_sp->GetID());
  681             GetCachedClangDeclContextForDIE(dwarf->GetDIE(type_sp->GetID()));
  874             if (class_type->GetID() != decl_ctx_die.GetID() ||
  881               DWARFDIE class_type_die = dwarf->GetDIE(class_type->GetID());
 1417               type_sp->GetID());
 1475             type_sp->GetID());
 1482           GetCachedClangDeclContextForDIE(dwarf->GetDIE(type_sp->GetID()));
 3763                   static_cast<void *>(src_child_type), src_child_type->GetID(),
 3807                 static_cast<void *>(src_child_type), src_child_type->GetID(),
 3862               static_cast<void *>(src_child_type), src_child_type->GetID(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   93                                              unit_sp.get()->GetID());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  652     DWARFUnit *dwarf_cu = info->GetUnitAtIndex(comp_unit->GetID());
  728               *GetDWARFUnitIndex(dwarf_cu.GetID()), cu_language,
  733           SetCompileUnitAtIndex(dwarf_cu.GetID(), cu_sp);
 1147                 block->GetID(), range_base, range.GetRangeEnd(),
 1228     return GetID() | ref.die_offset();
 3048   const dw_offset_t function_die_offset = func.GetID();
 3082       DWARFDIE function_die = GetDIE(sc.function->GetID());
 3095       DWARFUnit *dwarf_cu = info->GetUnitAtIndex(sc.comp_unit->GetID());
 3625                         GetDIE(sc.function->GetID()),
 3794   DWARFDIE func_die = GetDIE(func_id.GetID());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
 1076   uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID());
 1419           debug_aranges->AppendRange(dwarf2Data->GetID(), entry->GetRangeBase(),
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
   29   SetID(((lldb::user_id_t)dwarf_cu.GetID()) << 32);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
   47   llvm::Optional<uint32_t> GetDwoNum() override { return GetID() >> 32; }
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  627           PdbSymUid(cur->GetID()).asCompilandSym();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  910   PdbSymUid uid(comp_unit.GetID());
  926   PdbSymUid uid{comp_unit.GetID()};
 1065   PdbSymUid cu_id(comp_unit.GetID());
 1144   PdbSymUid cu_id(comp_unit.GetID());
 1175   GetOrCreateBlock(PdbSymUid(func.GetID()).asCompilandSym());
 1328   PdbSymUid sym_uid(comp_unit.GetID());
 1349       std::make_shared<SymbolFileType>(*this, type_sp->GetID());
 1387       nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID,
 1485     PdbSymUid block_id(sc.block->GetID());
 1492     PdbSymUid block_id(sc.function->GetID());
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  582         size, nullptr, target_type->GetID(),
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  263   auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID());
  323   auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID());
  360   auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID());
  439   auto uid = func.GetID();
  453   auto compiland = GetPDBCompilandByUID(comp_unit.GetID());
  510         sc.function->GetID());
  517     auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID());
  532         if (cu_id == sc.comp_unit->GetID())
  768                                        : sc.function->GetID();
  880                 sc.block = block.FindBlockByID(sc.function->GetID());
 1627     auto compiland_up = GetPDBCompilandByUID(cu->GetID());
 1635         if (auto compiland_up = GetPDBCompilandByUID(cu_sp->GetID()))
 1767   auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID());
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  136         module_section_list->ReplaceSection(module_section_sp->GetID(),
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  243               thread.GetID());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  243               thread.GetID());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  246               thread.GetID());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  251               thread.GetID());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  473               *cur_thread_sp.get(), real_thread->GetID(), m_page_to_free,
tools/lldb/source/Symbol/Block.cpp
   73     s->Printf(", parent = {0x%8.8" PRIx64 "}", parent_block->GetID());
  112   if (block_id == GetID())
  155   s->Printf(", Block{0x%8.8" PRIx64 "}", GetID());
  345                   GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr,
  346                   block_end_addr, parent_block->GetID(), function->GetID(),
  346                   block_end_addr, parent_block->GetID(), function->GetID(),
  354                   GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr,
  355                   block_end_addr, parent_block->GetID(), function->GetID(),
  355                   block_end_addr, parent_block->GetID(), function->GetID(),
  472     return sym_file->GetDeclContextForUID(GetID());
tools/lldb/source/Symbol/CompileUnit.cpp
   58   s->Printf(", CompileUnit{0x%8.8" PRIx64 "}", GetID());
   76                return a->GetID() < b->GetID();
   76                return a->GetID() < b->GetID();
  119   m_functions_by_uid[funcSP->GetID()] = funcSP;
tools/lldb/source/Symbol/Function.cpp
  266   m_call_edges = sym_file->ParseCallEdgesInFunction(GetID());
  415   s->Printf(", Function{0x%8.8" PRIx64 "}", GetID());
  452       return sym_file->GetDeclContextForUID(GetID());
tools/lldb/source/Symbol/SymbolContext.cpp
  265     s->Printf("id = {0x%8.8" PRIx64 "}, ", variable->GetID());
  332     *s << " {0x" << comp_unit->GetID() << "} "
  338     *s << " {0x" << function->GetID() << "} " << function->GetType()->GetName()
  354     *s << " {0x" << block->GetID() << '}';
  371     *s << " {0x" << variable->GetID() << "} " << variable->GetType()->GetName();
  501               curr_inlined_block->GetID(), curr_frame_pc.GetFileAddress());
tools/lldb/source/Symbol/Type.cpp
  130     : UserID(type_sp ? type_sp->GetID() : LLDB_INVALID_UID),
  135     Type *resolved_type = m_symbol_file.ResolveTypeUID(GetID());
  315         s->Printf("Type{0x%8.8" PRIx64 "} ", GetID());
  498             GetSymbolFile()->GetDeclContextContainingUID(GetID()));
  552               GetSymbolFile()->GetDeclContextContainingUID(GetID()));
  646   lldb::user_id_t a_uid = a.GetID();
  647   lldb::user_id_t b_uid = b.GetID();
tools/lldb/source/Symbol/TypeMap.cpp
   31     m_types.insert(std::make_pair(type_sp->GetID(), type_sp));
   36     user_id_t type_uid = type_sp->GetID();
   40          pos != end && pos->second->GetID() == type_uid; ++pos) {
  112     lldb::user_id_t uid = type_sp->GetID();
tools/lldb/source/Symbol/Variable.cpp
  115       *s << ", type = {" << type->GetID() << "} " << (void *)type << " (";
  209     return type->GetSymbolFile()->GetDeclContextContainingUID(GetID());
  215   return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl();
tools/lldb/source/Target/ExecutionContext.cpp
  369          m_thread_sp->GetID() == rhs.m_thread_sp->GetID())) {
  369          m_thread_sp->GetID() == rhs.m_thread_sp->GetID())) {
  444     m_tid = thread_sp->GetID();
  481     m_tid = thread_sp->GetID();
tools/lldb/source/Target/Platform.cpp
 1073       if (process->GetID() == pid)
tools/lldb/source/Target/Process.cpp
  812       stream->Printf("Process %" PRIu64 " %s\n", process_sp->GetID(),
  845                            process_sp->GetID(),
  850                            process_sp->GetID());
  922             thread_list.SetSelectedThreadByID(plan_thread->GetID());
  924             thread_list.SetSelectedThreadByID(other_thread->GetID());
  932               thread_list.SetSelectedThreadByID(thread->GetID());
 2349                 __FUNCTION__, GetID());
 2355                 __FUNCTION__, GetID(), err.AsCString());
 2527         if (GetID() != LLDB_INVALID_PROCESS_ID) {
 2698     assert(m_process->GetID() != LLDB_INVALID_PROCESS_ID);
 2782             if (GetID() != LLDB_INVALID_PROCESS_ID) {
 2857         if (GetID() != LLDB_INVALID_PROCESS_ID)
 2924                   GetID());
 3011     if (GetID() != LLDB_INVALID_PROCESS_ID) {
 3516                GetID());
 3519                "<lldb.process.internal-state(pid=%" PRIu64 ")>", GetID());
 3663                 __FUNCTION__, GetID(), StateAsCString(new_state),
 3723           __FUNCTION__, GetID(), StateAsCString(new_state),
 3756             __FUNCTION__, static_cast<void *>(this), GetID());
 3767                 __FUNCTION__, static_cast<void *>(this), GetID(),
 3791                   __FUNCTION__, static_cast<void *>(this), GetID());
 3797                   __FUNCTION__, static_cast<void *>(this), GetID());
 3803                     __FUNCTION__, static_cast<void *>(this), GetID(),
 3857                 __FUNCTION__, static_cast<void *>(this), GetID(),
 3866             __FUNCTION__, static_cast<void *>(this), GetID());
 4056               static_cast<void *>(process_sp.get()), process_sp->GetID());
 4787                 thread->GetIndexID(), thread->GetID(), s.GetData());
 5283               ts.Printf("<0x%4.4" PRIx64 " ", thread->GetID());
 5437                   GetID(), exit_status, exit_status,
 5443         strm.Printf("Process %" PRIu64 " %s\n", GetID(), StateAsCString(state));
 5446     strm.Printf("Process %" PRIu64 " is running.\n", GetID());
 5472       thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID();
 5718   return platform_sp->GetProcessInfo(GetID(), info);
tools/lldb/source/Target/RegisterContext.cpp
  268 lldb::tid_t RegisterContext::GetThreadID() const { return m_thread.GetID(); }
tools/lldb/source/Target/StackFrameList.cpp
  804   if (m_thread.GetID() ==
  805       m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) {
tools/lldb/source/Target/StackID.cpp
   26       s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
tools/lldb/source/Target/StopInfo.cpp
  408                           static_cast<unsigned long long>(thread_sp->GetID()));
  458                           static_cast<unsigned long long>(thread_sp->GetID()),
  735                     thread_sp->GetID());
  738                     thread_sp->GetID());
tools/lldb/source/Target/Target.cpp
 2635                                            cur_hook_sp->GetID(), cmd);
 2638                                            cur_hook_sp->GetID());
 2674                 cur_hook_sp->GetID());
 3160     : UserID(rhs.GetID()), m_target_sp(rhs.m_target_sp),
 3184   s->Printf("Hook: %" PRIu64 "\n", GetID());
tools/lldb/source/Target/TargetList.cpp
  487     if (process && process->GetID() == pid) {
tools/lldb/source/Target/Thread.cpp
  242             static_cast<void *>(this), GetID());
  252             static_cast<void *>(this), GetID());
  479             static_cast<void *>(this), GetID(),
  711               __FUNCTION__, GetID(), GetProtocolID());
  719               __FUNCTION__, GetID(), GetProtocolID());
  731               __FUNCTION__, GetID(), GetProtocolID(),
  741               __FUNCTION__, static_cast<void *>(this), GetID(), GetProtocolID(),
  929               GetID(), eVoteNoOpinion);
  938               GetID(), eVoteNoOpinion);
  946               GetID(), eVoteNoOpinion);
  955               GetID());
  973               GetID(), thread_vote);
  992               GetIndexID(), static_cast<void *>(this), GetID(),
 1001               GetIndexID(), static_cast<void *>(this), GetID(),
 1032                 thread_plan_sp->GetThread().GetID());
 1046                 plan->GetName(), plan->GetThread().GetID());
 1059               plan->GetName(), plan->GetThread().GetID());
 1236             GetID(), static_cast<void *>(up_to_plan_ptr));
 1269               GetID(), force);
 1539       s->Printf("thread #%u: tid = 0x%4.4" PRIx64 "\n", GetIndexID(), GetID());
 1549   s->Printf("thread #%u: tid = 0x%4.4" PRIx64 ":\n", GetIndexID(), GetID());
 1633         frame_idx, GetID());
 1934         (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID()))
 1934         (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID()))
 2131     process->GetThreadList().SetSelectedThreadByID(GetID());
 2164     process->GetThreadList().SetSelectedThreadByID(GetID());
 2188     process->GetThreadList().SetSelectedThreadByID(GetID());
tools/lldb/source/Target/ThreadList.cpp
  112     if (m_threads[idx]->GetID() == tid) {
  148     if (m_threads[idx]->GetID() == tid) {
  388           thread_sp->GetID(), vote, result);
  434                   (*pos)->GetIndexID(), (*pos)->GetID());
  654     m_selected_tid = m_threads[0]->GetID();
  679     m_selected_tid = selected_thread_sp->GetID();
  718       const lldb::tid_t tid = (*rhs_pos)->GetID();
  723         if (m_threads[idx]->GetID() == tid ||
  724             (backing_thread && backing_thread->GetID() == tid)) {
  750     m_tid = thread_sp->GetID();
tools/lldb/source/Target/ThreadPlan.cpp
  117           m_thread.GetID(), static_cast<uint64_t>(pc),
  183                LLVM_PRETTY_FUNCTION, m_thread.GetID(),
  200                LLVM_PRETTY_FUNCTION, m_thread.GetID(),
  217                LLVM_PRETTY_FUNCTION, m_thread.GetID(),
  234                LLVM_PRETTY_FUNCTION, m_thread.GetID(),
  253                LLVM_PRETTY_FUNCTION, m_thread.GetID(),
  271                LLVM_PRETTY_FUNCTION, m_thread.GetID(),
tools/lldb/source/Target/ThreadPlanBase.cpp
   99             m_thread.GetID());
  129           m_thread.GetID(), stop_info_sp->GetDescription());
  141           m_thread.GetID());
  152             m_thread.GetID(), stop_info_sp->GetDescription());
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  187               static_cast<void *>(this), m_thread.GetID(), m_valid,
  208               static_cast<void *>(this), m_thread.GetID(), m_valid,
tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
   72       breakpoint->SetThreadID(m_thread.GetID());
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  136       return_bp->SetThreadID(m_thread.GetID());
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  369         m_next_branch_bp_sp->SetThreadID(m_thread.GetID());
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
   61         return_bp->SetThreadID(m_thread.GetID());
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   42     lldb::user_id_t thread_id = m_thread.GetID();
tools/lldb/source/Target/ThreadSpec.cpp
   82   lldb::tid_t thread_id = thread.GetID();
tools/lldb/source/Utility/UserID.cpp
   18   strm.Printf("{0x%8.8" PRIx64 "}", uid.GetID());
tools/lldb/tools/lldb-test/lldb-test.cpp
  836     Printer.formatLine("ID: {0:x}", S->GetID());