Re: [PATCH] init.c (__nptl_initial_report_events): New variable.
Bernhard Reutner-Fischer <[email protected]> Tue, 26 May 2015 22:44:21 +0200
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <[email protected]> |
On May 5, 2015 3:19:18 AM GMT+02:00, Sheng Yong <[email protected]> wrote: >Ping. Applied a couple of days ago. Thanks! > >On 4/28/2015 11:07 AM, Sheng Yong wrote: >> From: Roland McGrath <[email protected]> >> >> (__pthread_initialize_minimal_internal): Initialize >pd->report_events >> to that. >> >> This patch helps NPTL report TD_CREATE event, so that GDB could catch >the >> event and update its thread_list. >> Link: http://lists.uclibc.org/pipermail/uclibc/2015-April/048921.html >> [shengyong: >> - original patch from glibc: commit >7d9d8bd18906fdd17364f372b160d7ab896ce909 >> - context adjust >> - update nptl_db/ChangeLog]