summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-10-29 12:33:19 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-10-29 12:33:19 +0000
commit3423a6d529bbae5a38a2fff003c3e7b9b16bfe95 (patch)
treefd49e23625ab52ea893aef0468c1a7f07fcca32f /lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
parent52d674d97499325d2c77dbcb67262c0cd1cde0b2 (diff)
downloadbcm5719-llvm-3423a6d529bbae5a38a2fff003c3e7b9b16bfe95.tar.gz
bcm5719-llvm-3423a6d529bbae5a38a2fff003c3e7b9b16bfe95.zip
[LLDB] - Fix outdated comment. NFC.
llvm-svn: 345498
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
index af42c5b35c7..da94b5e3f91 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
@@ -168,8 +168,7 @@ bool DWARFDebugRngLists::ExtractRangeList(
default:
// Next encodings are not yet supported:
- // DW_RLE_base_addressx, DW_RLE_startx_endx, DW_RLE_startx_length,
- // DW_RLE_offset_pair, DW_RLE_base_address.
+ // DW_RLE_base_addressx, DW_RLE_startx_endx, DW_RLE_startx_length.
lldbassert(0 && "unknown range list entry encoding");
error = true;
}
OpenPOWER on IntegriCloud