Re: [Lldb-commits] Adding a test for split-dwarf

2018-06-29 Thread Puyan Lotfi via lldb-commits
Thanks Adrian. My latest patch is here: https://reviews.llvm.org/D48782 This adds an option to the makefile in llvm/tools/lldb/packages/Python/lldbsuite/test/make/Makefile.rules to enable producing a DWP file from the DWO split dwarf files to enable testing Dwarf Package Format (DWP). I spoke with

Re: [Lldb-commits] Adding a test for split-dwarf

2018-06-26 Thread Adrian Prantl via lldb-commits
We just use reviews.llvm.org and CC lldb-commits. -- adrian > On Jun 25, 2018, at 9:09 PM, Puyan Lotfi via lldb-commits > wrote: > > This is a first draft. Just trying to do some basic breakpoint and line > number checks on a split dwarf compiled binary for now. >