[PATCH 0/2] New inline-frames and blocks maintenance commands

Andrew Burgess aburgess@redhat.com
Mon Jul 22 14:42:07 GMT 2024


While reviewing a patch I wanted more information about GDB's internal
state relating to inline frames and blocks, so I wrote a couple of
maintenance commands to provide the information I needed.

They felt like they might be useful to others.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb: Add 'maint info inline-frames' command
  gdb: add 'maint info blocks' command

 gdb/NEWS                                      |  13 ++
 gdb/block.c                                   | 132 +++++++++++
 gdb/doc/gdb.texinfo                           | 147 ++++++++++++
 gdb/inline-frame.c                            | 163 ++++++++++++--
 .../maint-info-inline-frames-and-blocks.c     |  57 +++++
 .../maint-info-inline-frames-and-blocks.exp   | 210 ++++++++++++++++++
 6 files changed, 707 insertions(+), 15 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.c
 create mode 100644 gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp


base-commit: 6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3
-- 
2.25.4



More information about the Gdb-patches mailing list