[Lldb-commits] [PATCH] D119963: [LLDB] Dump valid ranges of variables
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 23 11:25:14 PST 2022
zequanwu updated this revision to Diff 410882.
zequanwu marked 3 inline comments as done.
zequanwu added a comment.
- Remove short option. `-show-variable-ranges` prints all ranges. If not given, only print single range.
- Address comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119963/new/
https://reviews.llvm.org/D119963
Files:
lldb/include/lldb/Core/Address.h
lldb/include/lldb/Expression/DWARFExpression.h
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Commands/Options.td
lldb/source/Core/Address.cpp
lldb/source/Expression/DWARFExpression.cpp
lldb/test/Shell/SymbolFile/DWARF/x86/DW_AT_loclists_base.s
lldb/test/Shell/SymbolFile/DWARF/x86/debug_loc.s
lldb/test/Shell/SymbolFile/DWARF/x86/debug_loc_and_loclists.s
lldb/test/Shell/SymbolFile/DWARF/x86/debug_loclists-dwo.s
lldb/test/Shell/SymbolFile/DWARF/x86/debug_loclists-dwp.s
lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s
lldb/test/Shell/SymbolFile/DWARF/x86/unused-inlined-params.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119963.410882.patch
Type: text/x-patch
Size: 30599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220223/c3aafae9/attachment-0001.bin>
More information about the lldb-commits
mailing list