This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v4 00/11] Demangle minimal symbol names in worker threads
- From: Tom Tromey <tom at tromey dot com>
- To: Christian Biesinger <cbiesinger at google dot com>
- Cc: Tom Tromey <tom at tromey dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Sun, 06 Oct 2019 18:58:25 -0600
- Subject: Re: [PATCH v4 00/11] Demangle minimal symbol names in worker threads
- References: <20191001201227.8519-1-tom@tromey.com> <CAPTJ0XF84rTW=yH0DLwCTg_8RjpLXHT9havqkZHOz1+0PfXrPQ@mail.gmail.com>
>>>>> "Christian" == Christian Biesinger <cbiesinger@google.com> writes:
Christian> Otherwise, as you mentioned on IRC, it may make sense to land at least
Christian> the first of my patches together with this one because my patch
Christian> basically reverts the mutex change in symbol_set_names.
Yeah, I think so. I have yet to read your latest patches, but I
definitely don't plan to land anything until then. I think we may want
to move to thread pools as well before moving forward, because that will
affect the "maint" command that is exposed.
Tom