Re: gdb show thread names
Jonny Grant <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 15/06/2020 12:42, Kamil Rytarowski wrote: > On 13.06.2020 02:16, Jonny Grant wrote: >> Hello >> Just wondering if gdb could show the thread names as they are created and deleted? >> > > As created generally no, as it gets a meaningful name usually after > creation from a dedicated syscall. > > If there is a legitimate use-case, I can implement reporting thread > rename for NetBSD and report in GDB. But as we would report thread > renames, what about other events? Not sure about other events, I only saw this useful use case. Thank you Jonny