[Qt-creator] Threadnames command (debugger plugin)

André Pönitz apoenitz at t-online.de
Thu May 22 20:33:27 CEST 2014


On Thu, May 22, 2014 at 08:37:22AM +0200, Álvaro del Barrio wrote:
> 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?

Qt Creator does not touch that, it only reads and presents what GDB
produces.

Your application sets the threadnames, either direct using PR_SET_NAME,
or implicitly if it's a QThread from it's objectName, or if that's empty
from the metaobject classname.

Andre'
> >



More information about the Qt-creator mailing list