summaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2013-11-06 16:48:53 +0000
committerEd Maste <emaste@FreeBSD.org>2013-11-06 16:48:53 +0000
commitf21a844f60ae6c74fcf1fddca32461acce3c1ee0 (patch)
tree56d79f94966870db1cecd65a7264510a25fd1cba /source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
parent37d22554be9f5a677dad2a95b7ef22fe59c66a8a (diff)
Notes
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp')
-rw-r--r--source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp b/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
index fdc07836b88d..d79ae79822b0 100644
--- a/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
+++ b/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
@@ -15,11 +15,11 @@
using namespace lldb_private;
-static int print_dwarf_exp_op (Stream &s, const DataExtractor& data, lldb::offset_t *offset_ptr, int address_size, int dwarf_ref_size);
+static int print_dwarf_exp_op (Stream &s, const DWARFDataExtractor& data, lldb::offset_t *offset_ptr, int address_size, int dwarf_ref_size);
int
print_dwarf_expression (Stream &s,
- const DataExtractor& data,
+ const DWARFDataExtractor& data,
int address_size,
int dwarf_ref_size,
bool location_expression)
@@ -47,7 +47,7 @@ print_dwarf_expression (Stream &s,
static int
print_dwarf_exp_op (Stream &s,
- const DataExtractor& data,
+ const DWARFDataExtractor& data,
lldb::offset_t *offset_ptr,
int address_size,
int dwarf_ref_size)