summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-08-12 17:54:33 +0000
committerGreg Clayton <gclayton@apple.com>2011-08-12 17:54:33 +0000
commitdd7feaf664969541280dd7d2bbe49a444fed7431 (patch)
treeb1677cfcfe444fe811440aa035e88b55d17ccc81 /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
parent5ec04a51faff5af0824b48a7ba469950ca2f90bc (diff)
downloadbcm5719-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.h3
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);
OpenPOWER on IntegriCloud