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 <
revi...@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
>
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to