[Lldb-commits] [PATCH] D63400: DWARF: Provide accessors to DIERef	fields
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Jun 17 08:01:48 PDT 2019
    
    
  
clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.
================
Comment at: source/Plugins/SymbolFile/DWARF/DIERef.h:48
+  unsigned m_section : 1;
+  dw_offset_t m_unit_offset;
+  dw_offset_t m_die_offset;
----------------
Never mind, saw your other DWO related patch. Makes sense now.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63400/new/
https://reviews.llvm.org/D63400
    
    
More information about the lldb-commits
mailing list