Re: [lldb-dev] Adding D language demangling support

2018-03-09 Thread Timothee Cour via lldb-dev
moved to: https://reviews.llvm.org/D44321 On Mon, Feb 26, 2018 at 10:06 PM, Davide Italiano wrote: > On Mon, Feb 26, 2018 at 8:45 PM, Timothee Cour via lldb-dev > wrote: >> I made it work: >> https://github.com/llvm-mirror/lldb/pull/3 >> (note:

Re: [lldb-dev] how do i submit my patch for 'Support demangling for D symbols via dlopen'

2018-03-09 Thread Timothee Cour via lldb-dev
moved to https://reviews.llvm.org/D44321 it would've saved time if instructions had a TLDR that showed: ``` brew install homebrew/php/arcanist arc diff master # and following instructions ``` On Fri, Mar 9, 2018 at 8:44 AM, Ted Woodward via lldb-dev wrote: > Also see

Re: [lldb-dev] how do i submit my patch for 'Support demangling for D symbols via dlopen'

2018-03-09 Thread Davide Italiano via lldb-dev
On Fri, Mar 9, 2018 at 12:44 AM, Timothee Cour via lldb-dev wrote: > I've registered to > http://lists.llvm.org/cgi-bin/mailman/subscribe/lldb-commits and sent > my patch via that email to lldb-comm...@lists.llvm.org but doesn't > appear yet on

Re: [lldb-dev] increase timeout for tests?

2018-03-09 Thread Pavel Labath via lldb-dev
On Thu, 8 Mar 2018 at 18:40, Davide Italiano wrote: > On Thu, Mar 8, 2018 at 10:29 AM, Greg Clayton wrote: > > It would be great to look into these and see what is taking so long. > Some tests are doing way too much work and should be split up. But it

[lldb-dev] lldb compiled from source 5X slower than homebrew or default lldb

2018-03-09 Thread Timothee Cour via lldb-dev
while testing out https://github.com/llvm-mirror/lldb/pull/3 I noticed that when I compiled lldb from source (even un-modified from git HEAD) it was 5X slower than homebrew lldb or default lldb: I'm compiling lldb as follows: ``` git clone https://github.com/llvm-mirror/llvm.git cd llvm/tools git

Re: [lldb-dev] how do i submit my patch for 'Support demangling for D symbols via dlopen'

2018-03-09 Thread Timothee Cour via lldb-dev
I've registered to http://lists.llvm.org/cgi-bin/mailman/subscribe/lldb-commits and sent my patch via that email to lldb-comm...@lists.llvm.org but doesn't appear yet on http://lists.llvm.org/pipermail/lldb-commits/ ; how long does it take for