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 0/2] Demangler crash handler


Florian> More worrisome would be the occasional demangling as part of
Florian> other tasks, where the context switches might become very
Florian> visible.

Gary> It probably is bulk, though I don't know for sure.  You could probably
Gary> rearrange GDB to demangle a whole object file or CU's symbols at once.

It could perhaps be done but I think it would be non-trivial.
Usually in gdb whatever is calling the demangler intends to use the
result right away.

Tom


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