This is the mail archive of the gdb-patches@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]

[PATCH] print threads name (PR threads/12417)


Hi all,
Attached patch is for bug 12417, for printing the name of threads in quotation marks, while printing the information of a thread.?
?
While I was reading gdb manual I just found that for "info thread" there must be thread name in output, but wasn't there.
What should I do for my patch?

Because if we didn't assign a name to out thread then it will name it as the name of program(a.out etc).
So should I place "a.out" in it or any thing else?


Thanks
--
Mohsan Saleem

Attachment: diff.patch
Description: Binary data


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