Re: devel/gdb: jumbled breakpoints with pthreads

2016-03-09 Thread Jeremie Courreges-Anglas
Vasily Kolobkov writes: > I ran into a problem with ports version of gdb and feeling a tad shaky > would appreciate any hints on resolving it. Fresh current on amd64 and > gdb port. > > Considering a simple programm: > > 1#include > 2#include > 3 >

devel/gdb: jumbled breakpoints with pthreads

2016-03-04 Thread Vasily Kolobkov
I ran into a problem with ports version of gdb and feeling a tad shaky would appreciate any hints on resolving it. Fresh current on amd64 and gdb port. Considering a simple programm: 1 #include 2 #include 3 4 void *offshot(void *arg) 5 { 6 pthread_