[PATCH v2] libstdc++: Implement C++26 <debugging> features (P2546R5)
Jonathan Wakely
jwakely@redhat.com
Fri Apr 11 09:08:15 GMT 2025
On Fri, 11 Apr 2025 at 09:32, Jakub Jelinek wrote:
>
> On Thu, Apr 10, 2025 at 05:51:13PM +0100, Jonathan Wakely wrote:
> > +
> > + for (auto i : {"gdb", "lldb"}) // known debuggers
>
> Maybe handle there TotalView as well? Though I don't have it installed,
> so don't know what to look for.
> At least in the HPC world I think TV is used heavily.
Yes, I want to support it, but need to find out the executable name.
Of course, the vendors of proprietary debuggers would be free to
contribute patches to support their products (I plan to get in touch
with UndoDB to suggest they do that, for example).
I didn't include other names such as 'dbx' here because this code path
is only used on Linux, not on UNIX targets.
More information about the Libstdc++
mailing list