[lldb-dev] lldb warning or developer options

2019-09-26 Thread Sourabh Singh Tomar via lldb-dev
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 l

Re: [lldb-dev] lldb warning or developer options

2019-09-27 Thread Sourabh Singh Tomar via lldb-dev
Hi Pavel, Thanks for sharing this, I'll look into this. -- Sourabh Singh Tomar On Fri, Sep 27, 2019 at 12:18 PM Pavel Labath wrote: > On 27/09/2019 07:52, Sourabh Singh Tomar via lldb-dev wrote: > > Hi Folks, > > > > Is their a developer switch or diagnostic

[lldb-dev] How/where to add test cases in LLDB.

2020-01-10 Thread Sourabh Singh Tomar via lldb-dev
Hello Everyone, I've wrote a patch for extending support for new forms[DWARFv5] in macro section. Planning to file a review soon. But I'm stuck with writing test case for this. My feature works well when using LLDB in interactively, but I need to write a test case to accompany my patch. To put t