Files
binutils-gdb/gdb/python
Tom Tromey 1920148904 Handle StackFrameFormat in DAP
DAP specifies a StackFrameFormat object that can be used to change how
the "name" part of a stack frame is constructed.  While this output
can already be done in a nicer way (and also letting the client choose
the formatting), nevertheless it is in the spec, so I figured I'd
implement it.

While implementing this, I discovered that the current code does not
correctly preserve frame IDs across requests.  I rewrote frame
iteration to preserve this, and it turned out to be simpler to combine
these patches.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30475
2023-11-17 07:09:36 -07:00
..
2023-11-17 07:09:36 -07:00
2023-11-14 08:44:30 -07:00
2023-10-16 09:27:28 -06:00
2023-11-03 13:24:08 -06:00
2023-11-06 18:32:41 +01:00