public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow debugging of runtime loader / dynamic linker
@ 2022-10-08  3:57 Kevin Buettner
  2022-10-08  3:57 ` [PATCH 1/2] " Kevin Buettner
  2022-10-08  3:57 ` [PATCH 2/2] Test stepping within a " Kevin Buettner
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Buettner @ 2022-10-08  3:57 UTC (permalink / raw)
  To: gdb-patches

This series contains a small change to gdb/infrun.c which allows
stepping within the runtime loader / dynamic linker.  It also adds a
test case for testing this functionality.

Kevin Buettner (2):
  Allow debugging of runtime loader / dynamic linker
  Test stepping within a runtime loader / dynamic linker

 gdb/infrun.c                            |   5 +-
 gdb/testsuite/gdb.base/rtld-step-main.c |  22 ++++
 gdb/testsuite/gdb.base/rtld-step-rtld.c |  65 +++++++++++
 gdb/testsuite/gdb.base/rtld-step.exp    | 140 ++++++++++++++++++++++++
 4 files changed, 231 insertions(+), 1 deletion(-)
 create mode 100644 gdb/testsuite/gdb.base/rtld-step-main.c
 create mode 100644 gdb/testsuite/gdb.base/rtld-step-rtld.c
 create mode 100644 gdb/testsuite/gdb.base/rtld-step.exp

-- 
2.37.3


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

end of thread, other threads:[~2022-11-03 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08  3:57 [PATCH 0/2] Allow debugging of runtime loader / dynamic linker Kevin Buettner
2022-10-08  3:57 ` [PATCH 1/2] " Kevin Buettner
2022-11-03 15:52   ` Lancelot SIX
2022-10-08  3:57 ` [PATCH 2/2] Test stepping within a " Kevin Buettner
2022-10-10 18:45   ` John Baldwin
2022-10-20  2:42     ` Kevin Buettner

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