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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
23409   lldb::user_id_t result;
39913   lldb::user_id_t arg2 ;
64576   lldb::user_id_t result;
73581   lldb::user_id_t result;
77551   lldb::user_id_t arg2 ;
tools/lldb/include/lldb/API/SBDebugger.h
  251   lldb::user_id_t GetID();
tools/lldb/include/lldb/API/SBModule.h
  219   lldb::SBType GetTypeByID(lldb::user_id_t uid);
tools/lldb/include/lldb/API/SBTrace.h
   93   lldb::user_id_t GetTraceUID();
  104   void SetTraceUID(lldb::user_id_t uid);
tools/lldb/include/lldb/API/SBValue.h
   39   lldb::user_id_t GetID();
tools/lldb/include/lldb/API/SBValueList.h
   42   lldb::SBValue FindValueObjectByUID(lldb::user_id_t uid);
tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  227                       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  227                       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  336                            lldb::user_id_t break_id,
  337                            lldb::user_id_t break_loc_id);
  373       void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
  374       lldb::user_id_t break_loc_id);
tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  117                       lldb::user_id_t watch_id);
  166                            lldb::user_id_t watch_id);
tools/lldb/include/lldb/Core/Debugger.h
   96   static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id);
tools/lldb/include/lldb/Core/Section.h
   57   bool ContainsSection(lldb::user_id_t sect_id) const;
   63   lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;
   79   bool ReplaceSection(lldb::user_id_t sect_id,
  103           lldb::user_id_t sect_id, ConstString name,
  114           lldb::user_id_t sect_id, ConstString name,
tools/lldb/include/lldb/Core/ValueObjectList.h
   45   lldb::ValueObjectSP FindValueObjectByUID(lldb::user_id_t uid);
tools/lldb/include/lldb/Host/FileCache.h
   26   typedef std::map<lldb::user_id_t, lldb::FileUP> FDToFileMap;
   31   lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
   33   bool CloseFile(lldb::user_id_t fd, Status &error);
   35   uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
   37   uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  319   virtual lldb::user_id_t StartTrace(const TraceOptions &config,
  339   virtual Status StopTrace(lldb::user_id_t traceid,
  363   virtual Status GetData(lldb::user_id_t traceid, lldb::tid_t thread,
  371   virtual Status GetMetaData(lldb::user_id_t traceid, lldb::tid_t thread,
  392   virtual Status GetTraceConfig(lldb::user_id_t traceid, TraceOptions &config) {
tools/lldb/include/lldb/Symbol/Block.h
   67   Block(lldb::user_id_t uid);
  359   Block *FindBlockByID(lldb::user_id_t block_id);
tools/lldb/include/lldb/Symbol/ClangASTContext.h
  131   void SetMetadataAsUserID(const void *object, lldb::user_id_t user_id);
tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
   54   void SetUserID(lldb::user_id_t user_id) {
   60   lldb::user_id_t GetUserID() const {
  116     lldb::user_id_t m_user_id;
tools/lldb/include/lldb/Symbol/CompileUnit.h
   76               const char *pathname, lldb::user_id_t uid,
  115               const FileSpec &file_spec, lldb::user_id_t uid,
  297   lldb::FunctionSP FindFunctionByUID(lldb::user_id_t uid);
  393   llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions_by_uid;
tools/lldb/include/lldb/Symbol/Function.h
  371   Function(CompileUnit *comp_unit, lldb::user_id_t func_uid,
  372            lldb::user_id_t func_type_uid, const Mangled &mangled,
  575   lldb::user_id_t
tools/lldb/include/lldb/Symbol/SymbolFile.h
  138   virtual Type *ResolveTypeUID(lldb::user_id_t type_uid) = 0;
  153   GetDynamicArrayInfoForUID(lldb::user_id_t type_uid,
  158   virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) {
  161   virtual CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) {
  164   virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) {
tools/lldb/include/lldb/Symbol/Symtab.h
   47   Symbol *FindSymbolByID(lldb::user_id_t uid) const;
tools/lldb/include/lldb/Symbol/Type.h
   49   SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid)
  100   Type(lldb::user_id_t uid, SymbolFile *symbol_file, ConstString name,
  102        lldb::user_id_t encoding_uid, EncodingDataType encoding_uid_type,
  215   lldb::user_id_t m_encoding_uid;
tools/lldb/include/lldb/Symbol/TypeMap.h
   43   typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
tools/lldb/include/lldb/Symbol/Variable.h
   32   Variable(lldb::user_id_t uid, const char *name, const char *mangled,
tools/lldb/include/lldb/Target/InstrumentationRuntime.h
   37   lldb::user_id_t m_breakpoint_id;
   59   lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; }
   61   void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; }
tools/lldb/include/lldb/Target/Platform.h
  509   virtual lldb::user_id_t OpenFile(const FileSpec &file_spec,
  515   virtual bool CloseFile(lldb::user_id_t fd, Status &error) { return false; }
  517   virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec) {
  521   virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
  529   virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset,
tools/lldb/include/lldb/Target/Process.h
 2032   Status ClearBreakpointSiteByID(lldb::user_id_t break_id);
 2037   Status DisableBreakpointSiteByID(lldb::user_id_t break_id);
 2039   Status EnableBreakpointSiteByID(lldb::user_id_t break_id);
 2043   void RemoveOwnerFromBreakpointSite(lldb::user_id_t owner_id,
 2044                                      lldb::user_id_t owner_loc_id,
 2426   virtual lldb::user_id_t StartTrace(const TraceOptions &options,
 2438   virtual Status StopTrace(lldb::user_id_t uid, lldb::tid_t thread_id) {
 2447   virtual Status GetData(lldb::user_id_t uid, lldb::tid_t thread_id,
 2454   virtual Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,
 2467   virtual Status GetTraceConfig(lldb::user_id_t uid, TraceOptions &options) {
tools/lldb/include/lldb/Target/RemoteAwarePlatform.h
   25   lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
   28   bool CloseFile(lldb::user_id_t fd, Status &error) override;
   30   uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
   33   uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
   36   lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
tools/lldb/include/lldb/Target/StackFrame.h
  108   StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
  109              lldb::user_id_t concrete_frame_idx, lldb::addr_t cfa,
  113   StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
  114              lldb::user_id_t concrete_frame_idx,
  119   StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
  120              lldb::user_id_t concrete_frame_idx,
tools/lldb/include/lldb/Target/Target.h
 1186     StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid);
 1207   bool RemoveStopHookByID(lldb::user_id_t uid);
 1211   StopHookSP GetStopHookByID(lldb::user_id_t uid);
 1213   bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
 1325   typedef std::map<lldb::user_id_t, StopHookSP> StopHookCollection;
 1327   lldb::user_id_t m_stop_hook_next_id;
tools/lldb/include/lldb/Target/Thread.h
 1061   virtual lldb::user_id_t GetProtocolID() const { return GetID(); }
tools/lldb/include/lldb/Target/ThreadPlan.h
  594   static lldb::user_id_t GetNextID();
tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
   46   lldb::user_id_t m_breakpoint_site_id;
tools/lldb/include/lldb/Utility/UserID.h
   33   UserID(lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {}
   47   lldb::user_id_t GetID() const { return m_uid; }
   53   void SetID(lldb::user_id_t uid) { m_uid = uid; }
   65     IDMatches(lldb::user_id_t uid) : m_uid(uid) {}
   72     const lldb::user_id_t m_uid; ///< The user ID we are looking for
   77   lldb::user_id_t m_uid; ///< The user ID that uniquely identifies an object.
tools/lldb/include/lldb/lldb-private-interfaces.h
   80                                       lldb::user_id_t break_id,
   81                                       lldb::user_id_t break_loc_id);
   84                                       lldb::user_id_t watch_id);
tools/lldb/source/API/SBBlock.cpp
  180     lldb::user_id_t id = m_opaque_ptr->GetID();
tools/lldb/source/API/SBBreakpointOptionCommon.cpp
   51                                                   lldb::user_id_t break_id,
   52                                                   lldb::user_id_t break_loc_id)
tools/lldb/source/API/SBBreakpointOptionCommon.h
   31                                            lldb::user_id_t break_id,
   32                                            lldb::user_id_t break_loc_id);
tools/lldb/source/API/SBDebugger.cpp
 1375     user_id_t id = m_opaque_sp->GetID();
 1383 user_id_t SBDebugger::GetID() {
tools/lldb/source/API/SBModule.cpp
  530 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) {
tools/lldb/source/API/SBProcess.cpp
  323   lldb::user_id_t uid = LLDB_INVALID_UID;
tools/lldb/source/API/SBTrace.cpp
   22   lldb::user_id_t uid;
   94 lldb::user_id_t SBTrace::GetTraceUID() {
  102 void SBTrace::SetTraceUID(lldb::user_id_t uid) {
tools/lldb/source/API/SBTypeCategory.cpp
   28 typedef std::pair<lldb::TypeCategoryImplSP, user_id_t> ImplType;
tools/lldb/source/API/SBValue.cpp
  280 user_id_t SBValue::GetID() {
tools/lldb/source/API/SBValueList.cpp
   48   lldb::SBValue FindValueByUID(lldb::user_id_t uid) {
  179 SBValue SBValueList::FindValueObjectByUID(lldb::user_id_t uid) {
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  117                                      lldb::user_id_t break_id,
  118                                      lldb::user_id_t break_loc_id) {
  447                                        lldb::user_id_t break_id,
  448                                        lldb::user_id_t break_loc_id) {
  621     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
  622     lldb::user_id_t break_loc_id) {
tools/lldb/source/Breakpoint/WatchpointOptions.cpp
   24                                      lldb::user_id_t watch_id) {
   92                                        lldb::user_id_t watch_id) {
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  507       lldb::user_id_t fd = platform_sp->OpenFile(
  552       const lldb::user_id_t fd =
  592       const lldb::user_id_t fd =
  680       const lldb::user_id_t fd =
  886       user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path));
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4737         lldb::user_id_t user_id = StringConvert::ToUInt32(
 4784         lldb::user_id_t user_id = StringConvert::ToUInt32(
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  270                                     lldb::user_id_t watch_id) {
tools/lldb/source/Core/Debugger.cpp
   84 static lldb::user_id_t g_unique_id = 1;
 1089 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) {
tools/lldb/source/Core/IOHandler.cpp
 2527   lldb::user_id_t m_tid;
 4449   lldb::user_id_t m_tid;
tools/lldb/source/Core/Section.cpp
  148                  user_id_t sect_id, ConstString name,
  170                  user_id_t sect_id, ConstString name,
  288     user_id_t a_sect_uid = a.GetID();
  289     user_id_t b_sect_uid = b.GetID();
  466 bool SectionList::ReplaceSection(user_id_t sect_id,
  525 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const {
  585 bool SectionList::ContainsSection(user_id_t sect_id) const {
tools/lldb/source/Core/ValueObject.cpp
   77 static user_id_t g_value_obj_uid = 0;
tools/lldb/source/Core/ValueObjectList.cpp
   77 ValueObjectSP ValueObjectList::FindValueObjectByUID(lldb::user_id_t uid) {
tools/lldb/source/Host/common/FileCache.cpp
   26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec,
   38   lldb::user_id_t fd = file.get()->GetDescriptor();
   43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) {
   63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset,
   90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
 1058     void *baton, StoppointCallbackContext *context, user_id_t break_id,
 1059     user_id_t break_loc_id) {
 1065                                               user_id_t break_id,
 1066                                               user_id_t break_loc_id) {
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
   82                         lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   82                         lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   85                      lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   85                      lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  296   lldb::user_id_t m_break_id;
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  314     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  315     user_id_t break_loc_id) {
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
   79       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   79       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  110                      lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  110                      lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  194   typedef std::map<lldb::user_id_t, PthreadKeyToTLSMap> ThreadIDToTLSMap;
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  196                                              lldb::user_id_t break_id,
  197                                              lldb::user_id_t break_loc_id) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
   83                       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   83                       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   98   lldb::user_id_t m_break_id;
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  308     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
  309     lldb::user_id_t break_loc_id) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
   87                       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   87                       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  167   lldb::user_id_t m_break_id;
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  261     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  262     user_id_t break_loc_id) {
  382     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  383     user_id_t break_loc_id) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
   96       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   96       lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  131                      lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
  131                      lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  239     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  240     user_id_t break_loc_id) {
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
   56                                   lldb::user_id_t break_id,
   57                                   lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  152     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  153     user_id_t break_loc_id) {
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
   59                                     lldb::user_id_t break_id,
   60                                     lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  265                        std::map<uint64_t, user_id_t> &thread_id_map) {
  274         user_id_t lldb_user_id = 0;
  293 static user_id_t Renumber(uint64_t id,
  294                           std::map<uint64_t, user_id_t> &thread_id_map) {
  338   std::map<uint64_t, user_id_t> thread_id_map;
  795     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  796     user_id_t break_loc_id) {
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
   59                                   lldb::user_id_t break_id,
   60                                   lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  206     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  207     user_id_t break_loc_id) {
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
   60                                   lldb::user_id_t break_id,
   61                                   lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  219                                          user_id_t break_id,
  220                                          user_id_t break_loc_id) {
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
   65                         lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   65                         lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
   76   lldb::user_id_t m_jit_break_id;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  512     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
  513     lldb::user_id_t break_loc_id) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
  119                                    lldb::user_id_t break_id,
  120                                    lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1095                                        lldb::user_id_t break_id,
 1096                                        lldb::user_id_t break_loc_id) {
 3651                                               user_id_t break_id,
 3652                                               user_id_t break_loc_id) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  480   std::map<lldb::user_id_t, std::unique_ptr<lldb_renderscript::RSCoordinate>>
  497                            lldb::user_id_t break_id,
  498                            lldb::user_id_t break_loc_id);
  501                                   lldb::user_id_t break_id,
  502                                   lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  209 static user_id_t SegmentID(size_t PHdrIndex) { return ~PHdrIndex; }
  816   user_id_t dynsym_id = dynsym_section_sp->GetID();
 1543 ObjectFileELF::GetSectionHeaderByIndex(lldb::user_id_t id) {
 1553 lldb::user_id_t ObjectFileELF::GetSectionIndexByName(const char *name) {
 1933 unsigned ObjectFileELF::ParseSymbols(Symtab *symtab, user_id_t start_id,
 2266                                          user_id_t start_id,
 2281   user_id_t symtab_id = symtab->GetID();
 2287   user_id_t strtab_id = symtab_hdr->sh_link;
 2410     Symtab *symbol_table, user_id_t start_id, unsigned rel_type,
 2474 ObjectFileELF::ParseTrampolineSymbols(Symtab *symbol_table, user_id_t start_id,
 2476                                       user_id_t rel_id) {
 2480   user_id_t symtab_id = rel_hdr->sh_link;
 2489   user_id_t plt_id = GetSectionIndexByName(".plt");
 2638                                               user_id_t rel_id,
 2647   user_id_t symtab_id = rel_hdr->sh_link;
 2648   user_id_t debug_id = rel_hdr->sh_info;
 2749         user_id_t reloc_id = reloc_section->GetID();
 2857         user_id_t reloc_id = SectionIndex(I);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  284                             lldb::user_id_t start_id,
  289                         lldb::user_id_t start_id,
  299                                   lldb::user_id_t start_id,
  301                                   lldb::user_id_t section_id);
  308                                  lldb::user_id_t rel_id,
  329   lldb::user_id_t GetSectionIndexByName(const char *name);
  332   lldb::user_id_t GetSectionIndexByType(unsigned type);
  335   const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1643   const lldb::user_id_t first_segment_sectID = context.NextSectionIdx + 1;
 1780       lldb::user_id_t sect_uid;
 2466   const user_id_t TEXT_eh_frame_sectID = eh_frame_section_sp.get()
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  351     user_id_t fd_src = OpenFile(source, File::eOpenOptionRead,
  363     user_id_t fd_dst = FileCache::GetInstance().OpenFile(
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  631 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec,
  638 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) {
  642 lldb::user_id_t
  647 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset,
  653 uint64_t PlatformRemoteGDBServer::WriteFile(lldb::user_id_t fd, uint64_t offset,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  116   lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
  119   bool CloseFile(lldb::user_id_t fd, Status &error) override;
  121   uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
  124   uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
  127   lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1824 NativeProcessLinux::LookupProcessorTraceInstance(lldb::user_id_t traceid,
 1842 Status NativeProcessLinux::GetMetaData(lldb::user_id_t traceid,
 1862 Status NativeProcessLinux::GetData(lldb::user_id_t traceid, lldb::tid_t thread,
 1880 Status NativeProcessLinux::GetTraceConfig(lldb::user_id_t traceid,
 1902 lldb::user_id_t
 1934 lldb::user_id_t NativeProcessLinux::StartTrace(const TraceOptions &config,
 1967   lldb::user_id_t ret_trace_id = (*traceMonitor)->GetTraceID();
 1995 Status NativeProcessLinux::StopTrace(lldb::user_id_t traceid,
 2029 Status NativeProcessLinux::StopProcessorTracingOnThread(lldb::user_id_t traceid,
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
  103   lldb::user_id_t StartTrace(const TraceOptions &config,
  106   Status StopTrace(lldb::user_id_t traceid,
  109   Status GetData(lldb::user_id_t traceid, lldb::tid_t thread,
  113   Status GetMetaData(lldb::user_id_t traceid, lldb::tid_t thread,
  117   Status GetTraceConfig(lldb::user_id_t traceid, TraceOptions &config) override;
  211   lldb::user_id_t StartTraceGroup(const TraceOptions &config,
  226   LookupProcessorTraceInstance(lldb::user_id_t traceid, lldb::tid_t thread);
  230   Status StopProcessorTracingOnThread(lldb::user_id_t traceid,
  245   lldb::user_id_t m_pt_proces_trace_id = LLDB_INVALID_UID;
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
   27 lldb::user_id_t ProcessorTraceMonitor::m_trace_num = 1;
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h
   74   lldb::user_id_t m_traceid;
   78   static lldb::user_id_t m_trace_num;
   80   void SetTraceID(lldb::user_id_t traceid) { m_traceid = traceid; }
  112   lldb::user_id_t GetTraceID() const { return m_traceid; }
tools/lldb/source/Plugins/Process/Utility/ThreadMemory.h
   63   lldb::user_id_t GetProtocolID() const override {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2917 lldb::user_id_t
 2939 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd,
 2952 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize(
 3005 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd,
 3038 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd,
 3323 lldb::user_id_t
 3327   lldb::user_id_t ret_uid = LLDB_INVALID_UID;
 3367 GDBRemoteCommunicationClient::SendStopTracePacket(lldb::user_id_t uid,
 3404     lldb::user_id_t uid, lldb::tid_t thread_id,
 3413     lldb::user_id_t uid, lldb::tid_t thread_id,
 3422 GDBRemoteCommunicationClient::SendGetTraceConfigPacket(lldb::user_id_t uid,
 3493     StreamGDBRemote &packet, lldb::user_id_t uid, lldb::tid_t thread_id,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  354   lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
  357   bool CloseFile(lldb::user_id_t fd, Status &error);
  359   lldb::user_id_t GetFileSize(const FileSpec &file_spec);
  367   uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
  370   uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
  482   lldb::user_id_t SendStartTracePacket(const TraceOptions &options,
  485   Status SendStopTracePacket(lldb::user_id_t uid, lldb::tid_t thread_id);
  487   Status SendGetDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
  491   Status SendGetMetaDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
  495   Status SendGetTraceConfigPacket(lldb::user_id_t uid, TraceOptions &options);
  589   Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1085   lldb::user_id_t uid = LLDB_INVALID_UID;
 1107   lldb::user_id_t uid = LLDB_INVALID_UID;
 1144   lldb::user_id_t uid = LLDB_INVALID_UID;
 1209   lldb::user_id_t uid = LLDB_INVALID_UID;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1241 lldb::user_id_t ProcessGDBRemote::StartTrace(const TraceOptions &options,
 1246 Status ProcessGDBRemote::StopTrace(lldb::user_id_t uid, lldb::tid_t thread_id) {
 1250 Status ProcessGDBRemote::GetData(lldb::user_id_t uid, lldb::tid_t thread_id,
 1256 Status ProcessGDBRemote::GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,
 1262 Status ProcessGDBRemote::GetTraceConfig(lldb::user_id_t uid,
 3099   user_id_t site_id = bp_site->GetID();
 3221   user_id_t site_id = bp_site->GetID();
 3289     user_id_t watchID = wp->GetID();
 3325     user_id_t watchID = wp->GetID();
 3899     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
 3900     lldb::user_id_t break_loc_id) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  165   lldb::user_id_t StartTrace(const TraceOptions &options,
  168   Status StopTrace(lldb::user_id_t uid, lldb::tid_t thread_id) override;
  170   Status GetData(lldb::user_id_t uid, lldb::tid_t thread_id,
  174   Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,
  178   Status GetTraceConfig(lldb::user_id_t uid, TraceOptions &options) override;
  416                                            lldb::user_id_t break_id,
  417                                            lldb::user_id_t break_loc_id);
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  216   const lldb::user_id_t tid = GetProtocolID();
  230   const lldb::user_id_t tid = GetProtocolID();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2235     void *baton, StoppointCallbackContext *context, user_id_t break_id,
 2236     user_id_t break_loc_id) {
 2286     void *baton, StoppointCallbackContext *context, user_id_t watch_id) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  332                                          lldb::user_id_t break_id,
  333                                          lldb::user_id_t break_loc_id);
  336                                          lldb::user_id_t watch_id);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1487     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
 1488     lldb::user_id_t break_loc_id) {
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
   83                                          lldb::user_id_t break_id,
   84                                          lldb::user_id_t break_loc_id);
  114   lldb::user_id_t m_breakpoint_id;
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
   81   Type *ResolveTypeUID(lldb::user_id_t type_uid) override { return nullptr; }
   83       lldb::user_id_t type_uid,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2432         const user_id_t func_user_id = die.GetID();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
   64 lldb::user_id_t DWARFBaseDIE::GetID() const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
   97   lldb::user_id_t GetID() const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
   24   DWARFCompileUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
   35   llvm::SmallSet<lldb::user_id_t, 3> m_seen;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  112 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(user_id_t idx) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
   44   DWARFUnit *GetUnitAtIndex(lldb::user_id_t idx);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
   28   DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
   32 DWARFUnit::DWARFUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid,
  791 DWARFUnit::extract(SymbolFileDWARF &dwarf, user_id_t uid,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   77   extract(SymbolFileDWARF &dwarf2Data, lldb::user_id_t uid,
  227   DWARFUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1226 user_id_t SymbolFileDWARF::GetUID(DIERef ref) {
 1236 SymbolFileDWARF::DecodeUID(lldb::user_id_t uid) {
 1268 SymbolFileDWARF::GetDIE(lldb::user_id_t uid) {
 1281 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) {
 1294 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) {
 1307 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) {
 1317 Type *SymbolFileDWARF::ResolveTypeUID(lldb::user_id_t type_uid) {
 1330     lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) {
 2354   for (lldb::user_id_t uid :
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  128   lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
  130       lldb::user_id_t type_uid,
  139   lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
  142   GetDeclContextForUID(lldb::user_id_t uid) override;
  145   GetDeclContextContainingUID(lldb::user_id_t uid) override;
  268   DWARFDIE GetDIE(lldb::user_id_t uid);
  270   lldb::user_id_t GetUID(const DWARFBaseDIE &die) {
  274   lldb::user_id_t GetUID(const llvm::Optional<DIERef> &ref) {
  278   lldb::user_id_t GetUID(DIERef ref);
  314   typedef llvm::DenseMap<lldb::opaque_compiler_type_t, lldb::user_id_t>
  451   llvm::Optional<DecodedUID> DecodeUID(lldb::user_id_t uid);
  483   typedef std::set<lldb::user_id_t> DIERefSet;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  578         lldb::user_id_t cu_id = 0;
  718 Type *SymbolFileDWARFDebugMap::ResolveTypeUID(lldb::user_id_t type_uid) {
  729     lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) {
  924     user_id_t *symbol_idx_ptr, const CompileUnitInfo *comp_unit_info) {
  925   const user_id_t symbol_id = *symbol_idx_ptr;
  959     user_id_t symbol_id, uint32_t *oso_idx_ptr) {
 1283 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) {
 1292 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
   74   lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
   76       lldb::user_id_t type_uid,
   80   GetDeclContextForUID(lldb::user_id_t uid) override;
   82   GetDeclContextContainingUID(lldb::user_id_t uid) override;
  181   static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) {
  229   CompileUnitInfo *GetCompileUnitInfoForSymbolWithID(lldb::user_id_t symbol_id,
  236   static int SymbolContainsSymbolWithID(lldb::user_id_t *symbol_idx_ptr,
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  951   lldb::user_id_t uid = toOpaqueUid(type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   45   DeclStatus(lldb::user_id_t uid, bool resolved)
   47   lldb::user_id_t uid = 0;
  138   llvm::DenseMap<lldb::user_id_t, clang::Decl *> m_uid_to_decl;
  139   llvm::DenseMap<lldb::user_id_t, clang::QualType> m_uid_to_type;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  375   lldb::user_id_t opaque_block_uid = toOpaqueUid(block_id);
 1510 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) {
 1518 SymbolFileNativePDB::GetDeclContextForUID(lldb::user_id_t uid) {
 1528 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) {
 1533 Type *SymbolFileNativePDB::ResolveTypeUID(lldb::user_id_t type_uid) {
 1556     lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
  100   CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
  101   CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
  102   CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
  103   Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
  105       lldb::user_id_t type_uid,
  226   llvm::DenseMap<lldb::user_id_t, lldb::VariableSP> m_global_vars;
  227   llvm::DenseMap<lldb::user_id_t, lldb::VariableSP> m_local_variables;
  228   llvm::DenseMap<lldb::user_id_t, lldb::BlockSP> m_blocks;
  229   llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions;
  230   llvm::DenseMap<lldb::user_id_t, lldb::CompUnitSP> m_compilands;
  231   llvm::DenseMap<lldb::user_id_t, lldb::TypeSP> m_types;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
   68   typedef llvm::DenseMap<clang::CXXRecordDecl *, lldb::user_id_t>
   70   typedef llvm::DenseMap<lldb::user_id_t, clang::Decl *> UidToDeclMap;
   74   typedef llvm::DenseMap<clang::DeclContext *, lldb::user_id_t>
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  293   user_id_t func_type_uid = pdb_func.getSignatureId();
  551 lldb_private::Type *SymbolFilePDB::ResolveTypeUID(lldb::user_id_t type_uid) {
  586     lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) {
  615 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) {
  645 SymbolFilePDB::GetDeclContextForUID(lldb::user_id_t uid) {
  675 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
   74   lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
   76       lldb::user_id_t type_uid,
   81   lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
   84   GetDeclContextForUID(lldb::user_id_t uid) override;
   87   GetDeclContextContainingUID(lldb::user_id_t uid) override;
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  231 Type *SymbolFileSymtab::ResolveTypeUID(lldb::user_id_t type_uid) {
  237     lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) {
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
   63   lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
   65       lldb::user_id_t type_uid,
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
  106   lldb::user_id_t m_break_id;
tools/lldb/source/Symbol/Block.cpp
   23 Block::Block(lldb::user_id_t uid)
  111 Block *Block::FindBlockByID(user_id_t block_id) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 2478                                           user_id_t user_id) {
tools/lldb/source/Symbol/ClangASTImporter.cpp
  124       lldb::user_id_t user_id = LLDB_INVALID_UID;
 1049   lldb::user_id_t user_id = LLDB_INVALID_UID;
tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
   79   lldb::user_id_t uid = GetUserID();
tools/lldb/source/Symbol/CompileUnit.cpp
   20                          const char *pathname, const lldb::user_id_t cu_sym_id,
   33                          const FileSpec &fspec, const lldb::user_id_t cu_sym_id,
  122 FunctionSP CompileUnit::FindFunctionByUID(lldb::user_id_t func_uid) {
tools/lldb/source/Symbol/Function.cpp
  188 Function::Function(CompileUnit *comp_unit, lldb::user_id_t func_uid,
  189                    lldb::user_id_t type_uid, const Mangled &mangled, Type *type,
tools/lldb/source/Symbol/Symtab.cpp
  185   const user_id_t match_uid = *(const user_id_t *)key;
  186   const user_id_t symbol_uid = ((const Symbol *)p)->GetID();
  194 Symbol *Symtab::FindSymbolByID(lldb::user_id_t symbol_uid) const {
  554       lldb::user_id_t uid_a = symbols[index_a].GetID();
  555       lldb::user_id_t uid_b = symbols[index_b].GetID();
tools/lldb/source/Symbol/Type.cpp
  142 Type::Type(lldb::user_id_t uid, SymbolFile *symbol_file,
  144            SymbolContextScope *context, user_id_t encoding_uid,
  646   lldb::user_id_t a_uid = a.GetID();
  647   lldb::user_id_t b_uid = b.GetID();
tools/lldb/source/Symbol/TypeMap.cpp
   36     user_id_t type_uid = type_sp->GetID();
  112     lldb::user_id_t uid = type_sp->GetID();
tools/lldb/source/Symbol/Variable.cpp
   38 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled,
tools/lldb/source/Target/Platform.cpp
 1238   lldb::user_id_t dest_file = OpenFile(
tools/lldb/source/Target/Process.cpp
 1579 Status Process::ClearBreakpointSiteByID(lldb::user_id_t break_id) {
 1588 Status Process::DisableBreakpointSiteByID(lldb::user_id_t break_id) {
 1602 Status Process::EnableBreakpointSiteByID(lldb::user_id_t break_id) {
 1705 void Process::RemoveOwnerFromBreakpointSite(lldb::user_id_t owner_id,
 1706                                             lldb::user_id_t owner_loc_id,
 1835   lldb::user_id_t breakID = bp_site->GetID();
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   63 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec,
   73 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) {
   81 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset,
   91 uint64_t RemoteAwarePlatform::WriteFile(lldb::user_id_t fd, uint64_t offset,
  101 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) {
tools/lldb/source/Target/StackFrame.cpp
   51 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
   52                        user_id_t unwind_frame_index, addr_t cfa,
   77 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
   78                        user_id_t unwind_frame_index,
  103 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
  104                        user_id_t unwind_frame_index,
tools/lldb/source/Target/Target.cpp
 2503   lldb::user_id_t new_uid = ++m_stop_hook_next_id;
 2509 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) {
 2516 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) {
 2526 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id,
 3155 Target::StopHook::StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid)
tools/lldb/source/Target/ThreadPlan.cpp
  125 lldb::user_id_t ThreadPlan::GetNextID() {
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   42     lldb::user_id_t thread_id = m_thread.GetID();
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
   74     lldb::user_id_t sect_id = 1;
  142     lldb::user_id_t uid = 0;
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  381   std::future<lldb::user_id_t> result = std::async(std::launch::async, [&] {
  406   lldb::user_id_t trace_id = 3;
  426   lldb::user_id_t trace_id = 3;
  458   lldb::user_id_t trace_id = 3;
  490   lldb::user_id_t trace_id = 3;