public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PPC/PPC64 "finish" fixes
@ 2023-03-14 13:37 Tom Tromey
  2023-03-14 13:37 ` [PATCH 1/3] Handle function descriptors in call_site_target Tom Tromey
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tom Tromey @ 2023-03-14 13:37 UTC (permalink / raw)
  To: gdb-patches

We found some minor issues with "finish" on PPC and PPC64.  This
series fixes some of them.

I think there are still some issues here with fixed-point types, but I
don't hae an immediate plan to look at those.

These patches have been tested using the internal AdaCore test suite.

Tom

---
Tom Tromey (3):
      Handle function descriptors in call_site_target
      Handle erroneous DW_AT_call_return_pc
      Use entry values for 32-bit PPC struct return

 gdb/arch-utils.c                           |  6 +++++
 gdb/dwarf2/loc.c                           |  6 ++++-
 gdb/gdbarch-gen.h                          | 13 +++++++++++
 gdb/gdbarch.c                              | 22 ++++++++++++++++++
 gdb/gdbarch_components.py                  | 17 ++++++++++++++
 gdb/ppc-sysv-tdep.c                        |  3 +--
 gdb/ppc-tdep.h                             |  4 +++-
 gdb/rs6000-tdep.c                          | 25 ++++++++++++++++++--
 gdb/symtab.c                               | 13 +++++++++++
 gdb/testsuite/gdb.ada/finish-large.exp     | 30 ++++++++++++++++++++++++
 gdb/testsuite/gdb.ada/finish-large/p.adb   | 24 +++++++++++++++++++
 gdb/testsuite/gdb.ada/finish-large/pck.adb | 28 ++++++++++++++++++++++
 gdb/testsuite/gdb.ada/finish-large/pck.ads | 37 ++++++++++++++++++++++++++++++
 13 files changed, 222 insertions(+), 6 deletions(-)
---
base-commit: ff581559f9d6586d1d05c5a25d777c78edab3517
change-id: 20230314-submit-ppc-finish-fixes-a60161e49b29

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2023-04-21 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 13:37 [PATCH 0/3] PPC/PPC64 "finish" fixes Tom Tromey
2023-03-14 13:37 ` [PATCH 1/3] Handle function descriptors in call_site_target Tom Tromey
2023-03-14 13:37 ` [PATCH 2/3] Handle erroneous DW_AT_call_return_pc Tom Tromey
2023-03-24 16:10   ` Tom Tromey
2023-03-14 13:37 ` [PATCH 3/3] Use entry values for 32-bit PPC struct return Tom Tromey
2023-04-21 13:40 ` [PATCH 0/3] PPC/PPC64 "finish" fixes 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).