Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Add displaced stepping support for AMD GPUs
@ 2025-01-14 19:16 simon.marchi
  2025-01-14 19:16 ` [PATCH 1/3] gdb/amd-dbgapi: use gdb::unordered_map simon.marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: simon.marchi @ 2025-01-14 19:16 UTC (permalink / raw)
  To: gdb-patches; +Cc: Lancelot SIX, Simon Marchi

From: Simon Marchi <simon.marchi@polymtl.ca>

The AMD GPU port is still very barebone (i.e. not useful as-is), what's
blocking is mostly waiting for the DWARF extensions proposed by AMD to
be standardized.  But displaced stepping is a small piece that can be
upstreamed and tested without needing DWARF.

Simon Marchi (3):
  gdb/amd-dbgapi: use gdb::unordered_map
  gdb: add target displaced stepping support
  gdb/amd-dbgapi: add displaced stepping support

 gdb/amd-dbgapi-target.c                       | 143 +++++++++++++++++-
 gdb/displaced-stepping.c                      |  43 ++++++
 gdb/displaced-stepping.h                      |  67 ++++++++
 gdb/infrun.c                                  |  42 ++---
 gdb/target-debug.h                            |  18 +++
 gdb/target-delegates-gen.c                    | 108 +++++++++++++
 gdb/target.h                                  |  19 +++
 gdb/testsuite/gdb.rocm/displaced-stepping.exp |  54 +++++++
 8 files changed, 465 insertions(+), 29 deletions(-)
 create mode 100644 gdb/testsuite/gdb.rocm/displaced-stepping.exp


base-commit: d3685ec080cc5bfb9646cdc1f5ddda0c3da92b76
-- 
2.47.1


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

end of thread, other threads:[~2025-02-25 17:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-14 19:16 [PATCH 0/3] Add displaced stepping support for AMD GPUs simon.marchi
2025-01-14 19:16 ` [PATCH 1/3] gdb/amd-dbgapi: use gdb::unordered_map simon.marchi
2025-01-15 10:55   ` Lancelot SIX
2025-01-15 18:41     ` Simon Marchi
2025-01-15 18:46       ` Simon Marchi
2025-01-15 18:50         ` Guinevere Larsen
2025-01-15 18:55       ` Lancelot SIX
2025-01-14 19:16 ` [PATCH 2/3] gdb: add target displaced stepping support simon.marchi
2025-01-14 19:16 ` [PATCH 3/3] gdb/amd-dbgapi: add " simon.marchi
2025-01-15 11:02   ` Lancelot SIX
2025-01-15 18:45     ` Simon Marchi
2025-02-25 17:17       ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox