diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-10-24 20:43:47 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-10-24 20:43:47 +0000 |
| commit | eeae72184b4efc76385ee33143fcaa9198a1a07a (patch) | |
| tree | ad443a27e9eda409b8d9ec57b3a5ef0365a3f26b /lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp | |
| parent | da13af380af2827e3332c695a8dfb59625883433 (diff) | |
| download | bcm5719-llvm-eeae72184b4efc76385ee33143fcaa9198a1a07a.tar.gz bcm5719-llvm-eeae72184b4efc76385ee33143fcaa9198a1a07a.zip | |
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
Review: http://llvm-reviews.chandlerc.com/D2007
llvm-svn: 193368
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp index 7f8327d7fc1..5d3cd145a2d 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp @@ -78,7 +78,7 @@ DWARFDebugPubnamesSet::InitNameIndexes() const bool -DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) +DWARFDebugPubnamesSet::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr) { if (data.ValidOffset(*offset_ptr)) { |

