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

Message ID cover.1721659205.git.aburgess@redhat.com
Headers
Series New inline-frames and blocks maintenance commands |

Message

Andrew Burgess July 22, 2024, 2:42 p.m. UTC
  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