public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [amdgcn] Improve debug support.
@ 2021-06-22 17:14 Hafiz Abid Qadeer
  2021-06-22 17:14 ` [PATCH 1/3] [amdgcn] Update CFI configuration Hafiz Abid Qadeer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hafiz Abid Qadeer @ 2021-06-22 17:14 UTC (permalink / raw)
  To: gcc-patches; +Cc: ams, abidh

This patch series improves debug experience with ROCGDB.  It enables
generation of CFI, makes use of frame pointer in CFA calculations and
uses proposed values of for address spaces in the debug information.

Tested amdgcn-amdhsa target with no regression.  Debugger testing was
done manually. 

Hafiz Abid Qadeer (3):
  [amdgcn] Update CFI configuration
  [amdgcn] Use frame pointer for CFA expressions.
  [amdgcn] Add hook for DWARF address spaces.

 gcc/common/config/gcn/gcn-common.c |   2 +-
 gcc/config/gcn/gcn.c               | 171 +++++++++++++++++++++++++----
 gcc/config/gcn/gcn.h               |  10 +-
 3 files changed, 157 insertions(+), 26 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-06-23  9:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 17:14 [PATCH 0/3] [amdgcn] Improve debug support Hafiz Abid Qadeer
2021-06-22 17:14 ` [PATCH 1/3] [amdgcn] Update CFI configuration Hafiz Abid Qadeer
2021-06-23  9:32   ` Andrew Stubbs
2021-06-22 17:14 ` [PATCH 2/3] [amdgcn] Use frame pointer for CFA expressions Hafiz Abid Qadeer
2021-06-23  9:32   ` Andrew Stubbs
2021-06-22 17:14 ` [PATCH 3/3] [amdgcn] Add hook for DWARF address spaces Hafiz Abid Qadeer
2021-06-23  9:32   ` Andrew Stubbs

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).