mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
thread specific informations. In order to do that, and in order to avoid KBI breakage with existing infrastructure the following semantic is implemented: - For live programs, a new member to the PT_LWPINFO is added (pl_tdname) - For cores, a new ELF note is added (NT_THRMISC) that can be used for storing thread specific, miscellaneous, informations. Right now it is just popluated with a thread name. GDB, then, retrieves the correct informations from the corefile via the BFD interface, as it groks the ELF notes and create appropriate pseudo-sections. Sponsored by: Sandvine Incorporated Tested by: gianni Discussed with: dim, kan, kib MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| binutils | ||
| cc | ||
| cvs | ||
| dialog | ||
| diff | ||
| diff3 | ||
| dtc | ||
| gdb | ||
| gperf | ||
| grep | ||
| groff | ||
| man | ||
| patch | ||
| rcs | ||
| sdiff | ||
| send-pr | ||
| sort | ||
| texinfo | ||
| Makefile | ||
| Makefile.inc | ||