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. >

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

2018-06-25 Thread Puyan Lotfi via lldb-commits
This is a first draft. Just trying to do some basic breakpoint and line number checks on a split dwarf compiled binary for now. Also, is there an LLDB phabricator? I didn't notice it in the project listing in reviews.llvm.org. PL commit 901971ff8bfcc42679eb8113b5f2a251bc0b9094 Author: Puyan Lotf