Hi, Since "threadnames" (python command) in gdbbridge.py is unnecessari to display the names of the threads of the remote application, I can not find where Qt Creator passes these threadnames to gdb for displaying... Which method or file does it?
Regards, Álvaro 2014-05-15 20:59 GMT+02:00 André Pönitz <[email protected]>: > On Wed, May 14, 2014 at 11:50:57AM +0200, Álvaro del Barrio wrote: > > Hi Andre, > > > > We are setting the names using prctl(PR_SET_NAME...) which seems to be > > standard (we can see this thread names in the output of the *top* command > > in unix. Can gdb understand the thread name created using prtcl? > > In general yes, and it works for me here. > > This was https://sourceware.org/bugzilla/show_bug.cgi?id=8618 and > was implemented before the release of the GDB 7.4 you are using. > > Not sure what's going wrong here. > > Andre' > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
