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]

Re: [patch][ob] Fix possible crash in disable_thread_event_reporting


On Tue, Nov 3, 2009 at 8:52 AM, Pedro Alves <pedro@codesourcery.com> wrote:

>> http://sourceware.org/ml/gdb-patches/2009-10/msg00666.html
>
> Okay.  [OOC, do you have a libc where this function isn't present?]

The oldest glibc I have access to is from RedHat-6.2 (glibc-2.1.3-29),
and it has all of the "optional" functions:

$ nm libthread_db.so.1 | egrep 'td_ta_.*event|get_info'
00002a80 T td_ta_clear_event
00002410 T td_ta_event_addr
00002860 T td_ta_event_getmsg
000027a0 T td_ta_set_event
00001b50 T td_thr_get_info

> Since the subject indicated the patch was obvious, I assumed
> you had checked it in already.

Ah, sorry. It's obvious to me, but I wanted to make sure I am not missing
something. I will not mark future patches I want reviewed as obvious.

Thanks,
-- 
Paul Pluzhnikov


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