[lldb-dev] lldb warning or developer options
Sourabh Singh Tomar via lldb-dev
lldb-dev at lists.llvm.org
Thu Sep 26 22:52:55 PDT 2019
Hi Folks,
Is their a developer switch or diagnostic switch, that we can set in lldb,
to show warnings and other useful stuff when lldb process the binary,
building table and utilizing DWARF.
I stumble upon, a rather trivial test case. where I deleted the *.dwo file.
and loaded primary binary in lldb. lldb loaded it silently without any
error or diagnostic reports for not found *.dwo file. Obviously, debug data
wasn't loaded, as I entered list command, nothing happened.
Why need this, as new dwarf-5 features are in development, if lldb can
report some diagnostics like section not found or ill-formed section, this
would be immensely useful .
Thanks!
-- Sourabh Singh Tomar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190927/d3c8bf5e/attachment.html>
More information about the lldb-dev
mailing list