Re: [lldb-dev] [llvm-dev] RFC: Improving the performance of ItaniumDemangle

2017-05-03 Thread Adrian Prantl via lldb-dev
[+lldb-dev] > On May 3, 2017, at 2:46 AM, Pavel Labath via llvm-dev > wrote: > > One of the things we need in lldb is to find a "basename" of a > function. This is so that you can set a breakpoint on a function named > "foo", even if "foo" is a method of a template class declared inside > anoth

Re: [lldb-dev] LLDB/NetBSD May

2017-05-03 Thread Kamil Rytarowski via lldb-dev
On 02.05.2017 22:04, Kamil Rytarowski wrote: > > There are two bugs: > 1. kernel crashes with threads in the local copy of Process Plugin. > 2. PT_SUSPEND, PT_RESUME unreliable http://gnats.netbsd.org/51995 > > I'm working on (1.) now. > > If possible please help with (2.) as there are ATF tes

Re: [lldb-dev] LLDB/NetBSD May

2017-05-03 Thread Kamil Rytarowski via lldb-dev
On 03.05.2017 23:10, Christos Zoulas wrote: > On May 3, 10:25pm, n...@gmx.com (Kamil Rytarowski) wrote: > | B. > | I'm still verifying single stepping of LWPs in processes with multiple > | threads. I have an impression that something is fragile there. > > Ok. Let me know when you have a reproduci