[RFC 0/6] Demangle minimal symbol names in worker threads

John Baldwin jhb@FreeBSD.org
Mon Mar 11 17:26:00 GMT 2019


On 3/9/19 9:22 AM, Tom Tromey wrote:
> I have some more ideas for areas in gdb that could benefit from
> threads.  I'm happy to discuss if you're interested.

My only caution here is that I find it handy that I can use single
stepping to debug many of the things I encounter in gdb, especially
the main event loop.  When I've worked with lldb I've found single
stepping less useful and have had to rely on their builtin tracing
framework to usefully debug things.  Peeling off tasks that aren't
part of the main event loop probably won't impact that, but I think
it's worth considering that tradeoff for future patches at least.

-- 
John Baldwin



More information about the Gdb-patches mailing list