[Lldb-commits] [PATCH] D56315: Add a verbose mode to "image dump line-table" and use it to write a .debug_line test
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 4 05:31:57 PST 2019
labath created this revision.
labath added reviewers: clayborg, zturner.
Herald added a subscriber: JDevlieghere.
The motivation for this is being able to write tests for the upcoming
breakpad line table parser, but this could be useful for testing the
low-level workings of any line table format. Or simply for viewing the
line table information with more detail (the brief format doesn't
include any of the flags for end_of_prologue and similar).
I've also removed the load_addresses argument from the
DumpCompileUnitLineTable function, as it wasn't being used anywhere.
https://reviews.llvm.org/D56315
Files:
lit/SymbolFile/DWARF/debug-line-basic.s
source/Commands/CommandObjectTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56315.180234.patch
Type: text/x-patch
Size: 5861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190104/935f9734/attachment-0001.bin>
More information about the lldb-commits
mailing list