public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@adacore.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] PPC/PPC64 "finish" fixes
Date: Tue, 14 Mar 2023 07:37:15 -0600	[thread overview]
Message-ID: <20230314-submit-ppc-finish-fixes-v1-0-5f2f461b52f8@adacore.com> (raw)

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>


             reply	other threads:[~2023-03-14 13:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14 13:37 Tom Tromey [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230314-submit-ppc-finish-fixes-v1-0-5f2f461b52f8@adacore.com \
    --to=tromey@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).