diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-08-12 17:54:33 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-08-12 17:54:33 +0000 |
| commit | dd7feaf664969541280dd7d2bbe49a444fed7431 (patch) | |
| tree | b1677cfcfe444fe811440aa035e88b55d17ccc81 /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | |
| parent | 5ec04a51faff5af0824b48a7ba469950ca2f90bc (diff) | |
| download | bcm5719-llvm-dd7feaf664969541280dd7d2bbe49a444fed7431.tar.gz bcm5719-llvm-dd7feaf664969541280dd7d2bbe49a444fed7431.zip | |
Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this
time after recently backing out another fix.
llvm-svn: 137475
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h index 052e4e169e6..8f6ef045c70 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h @@ -244,8 +244,7 @@ protected: DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, lldb::addr_t subprogram_low_pc, - bool parse_siblings, - bool parse_children); + uint32_t depth); size_t ParseTypes (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool parse_siblings, bool parse_children); lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new); |

