public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Change Ada type names reported by Python
@ 2021-06-17 19:12 Tom Tromey
  2021-06-17 19:12 ` [PATCH 1/2] Add non-wrapping mode to ada_decode Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tom Tromey @ 2021-06-17 19:12 UTC (permalink / raw)
  To: gdb-patches

This series changes the Python code to report the "decoded" (aka
"demangled") Ada type names.  This is arguably more correct, as the
encoded names are compiler-synthesized and surprising to users; also
it is less fragile, because the type names are generally changing
anyway as we move the compiler to "minimal encodings".

This is split in 2 parts because originally the first patch came from
my psymtab scanner rewrite; however, we realized in review that that
series will actually require a second parameter to ada_decode.  At
that point, though, it was more convenient to keep the patches
separate.

Tested on x86-64 Fedora 32.

Tom



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-25 14:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 19:12 [PATCH 0/2] Change Ada type names reported by Python Tom Tromey
2021-06-17 19:12 ` [PATCH 1/2] Add non-wrapping mode to ada_decode Tom Tromey
2021-06-17 19:12 ` [PATCH 2/2] Decode Ada types in Python layer Tom Tromey
2021-06-17 21:10   ` Christian Biesinger
2021-06-18 15:09     ` Tom Tromey
2021-06-18 16:25       ` Christian Biesinger
2021-06-22 16:56         ` Tom Tromey
2021-06-25 14:02 ` [PATCH 0/2] Change Ada type names reported by Python Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).