[+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
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
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