This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from dd2532ad8af Avoid crash with absolute symbol new fb4e5d7dda1 Remove a use of xfree new ec714f6b595 Replace use of xfree with byte_vector new c7b3e7462ab Use unique_ptr for trace_filename new d4ea64fb5dd Use unique_ptr for trace_dirname new ebd4fd0a4fe Use function_view in traceframe_walk_blocks new d3a05ac8957 Constify tfile_interp_line new 940d6baa709 Move definition of ctf_target type new b812967a603 Change 'handle_id' to be a local variable new 7355e1a74d1 Fix execute_frame_filters doc string new 70ef91c5aa0 Add new interface to frame filter iteration new 4a1311ba0c4 Fix oversights in frame decorator code new f921fe93188 Simplify FrameVars new 5b86f10883d Reimplement DAP stack traces using frame filters new c38bda5104e Handle typedefs in no-op pretty printers new 405a9dd0641 Add Ada scope test for DAP
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/python/lib/gdb/FrameDecorator.py | 44 ++++-------- gdb/python/lib/gdb/dap/bt.py | 81 +++++++++------------ gdb/python/lib/gdb/dap/evaluate.py | 11 ++- gdb/python/lib/gdb/dap/frames.py | 7 ++ gdb/python/lib/gdb/dap/scopes.py | 83 +++++++++------------ gdb/python/lib/gdb/frames.py | 83 ++++++++++++++------- gdb/python/lib/gdb/printing.py | 23 +++--- gdb/testsuite/gdb.dap/ada-scopes.exp | 84 ++++++++++++++++++++++ .../ada-scopes}/pack.adb | 2 +- .../ada-scopes}/pack.ads | 4 +- .../foo.adb => gdb.dap/ada-scopes/prog.adb} | 14 ++-- gdb/testsuite/gdb.dap/scopes.c | 9 +-- gdb/tracectf.c | 77 ++++++++++---------- gdb/tracefile-tfile.c | 82 +++++++++------------ 14 files changed, 332 insertions(+), 272 deletions(-) create mode 100644 gdb/testsuite/gdb.dap/ada-scopes.exp copy gdb/testsuite/{gdb.ada/access_to_unbounded_array => gdb.dap/ada-scopes}/pack. [...] copy gdb/testsuite/{gdb.ada/access_to_unbounded_array => gdb.dap/ada-scopes}/pack. [...] copy gdb/testsuite/{gdb.ada/str_chars/foo.adb => gdb.dap/ada-scopes/prog.adb} (77%)