[Lldb-commits] [PATCH] D56315: Add a verbose mode to "image dump line-table" and use it to write a .debug_line test

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 4 08:53:57 PST 2019


It seems like this test could be made to work with non dwarf debug info by
compiling a real source file. WDYT?
On Fri, Jan 4, 2019 at 5:31 AM Pavel Labath via Phabricator <
reviews at reviews.llvm.org> wrote:

> 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190104/2ecb456d/attachment.html>


More information about the lldb-commits mailing list