This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Improve performance with lots of shared libraries
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 04 Oct 2011 14:03:02 -0600
- Subject: Re: [RFA] Improve performance with lots of shared libraries
- References: <20110909123156.GA1503@redhat.com> <20110909145110.GB12299@host1.jankratochvil.net>
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> Tom is working on removing the program space from the breakpoint
Jan> itself. Or at least Tom was discussing its removal.
Yeah, I think we should remove the pspace and gdbarch fields from struct
breakpoint, because these don't make sense in a multi-location,
multi-inferior world. I have not looked yet to see how hard this is.
>> +static int
>> +multi_thread_support_availabie (void)
Jan> This should be in target.c (and probably renamed).
Yeah, there's a typo in the name :-)
Tom