This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/19584] New: "new thread" notification doesn't print thread number


https://sourceware.org/bugzilla/show_bug.cgi?id=19584

            Bug ID: 19584
           Summary: "new thread" notification doesn't print thread number
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: threads
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

I'm trying to investigate an issue in a newly-created thread.

In the creating thread I can step over the call that makes
a new thread.  gdb prints this:

(gdb) n
[New Thread 0x7f7b3e7fc700 (LWP 10567)]


My task would be a bit simpler if gdb printed the new thread's number here.
As it is I have to "info thread" and look for a match.
This is a pain even with ~30 threads.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]