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 e2238b2e206 Do not use bare "except" new 68982f618b2 Prepare gdb for isort new c2cf30e7608 Run isort
The 2 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/__init__.py | 6 ++++-- gdb/python/lib/gdb/command/frame_filters.py | 1 + gdb/python/lib/gdb/command/missing_debug.py | 3 ++- gdb/python/lib/gdb/command/pretty_printers.py | 3 ++- gdb/python/lib/gdb/command/type_printers.py | 1 + gdb/python/lib/gdb/command/unwinders.py | 3 ++- gdb/python/lib/gdb/command/xmethods.py | 3 ++- gdb/python/lib/gdb/dap/__init__.py | 3 +++ gdb/python/lib/gdb/dap/breakpoint.py | 9 ++++----- gdb/python/lib/gdb/dap/bt.py | 5 +++-- gdb/python/lib/gdb/dap/disassemble.py | 2 +- gdb/python/lib/gdb/dap/evaluate.py | 10 +++++----- gdb/python/lib/gdb/dap/events.py | 3 +-- gdb/python/lib/gdb/dap/frames.py | 3 +-- gdb/python/lib/gdb/dap/io.py | 2 +- gdb/python/lib/gdb/dap/launch.py | 8 ++++---- gdb/python/lib/gdb/dap/locations.py | 4 ++-- gdb/python/lib/gdb/dap/memory.py | 3 ++- gdb/python/lib/gdb/dap/scopes.py | 3 +-- gdb/python/lib/gdb/dap/server.py | 12 ++++++------ gdb/python/lib/gdb/dap/sources.py | 5 ++--- gdb/python/lib/gdb/dap/startup.py | 6 +++--- gdb/python/lib/gdb/dap/state.py | 2 +- gdb/python/lib/gdb/dap/varref.py | 7 ++++--- gdb/python/lib/gdb/disassembler.py | 3 ++- gdb/python/lib/gdb/frames.py | 7 ++++--- gdb/python/lib/gdb/function/caller_is.py | 3 ++- gdb/python/lib/gdb/function/strfns.py | 3 ++- gdb/python/lib/gdb/missing_debug.py | 5 +++-- gdb/python/lib/gdb/printing.py | 5 +++-- gdb/python/lib/gdb/prompt.py | 3 ++- gdb/python/lib/gdb/styling.py | 4 ++-- gdb/python/lib/gdb/xmethod.py | 3 ++- gdb/python/python-config.py | 4 ++-- gdb/setup.cfg | 3 +++ gdb/syscalls/arm-linux.py | 2 +- gdb/system-gdbinit/elinos.py | 3 ++- gdb/testsuite/analyze-racy-logs.py | 2 +- gdb/testsuite/gdb.ada/pp-rec-component.py | 1 + gdb/testsuite/gdb.base/pc-not-saved.py | 2 +- gdb/testsuite/gdb.dap/stack-format.py | 2 +- gdb/testsuite/gdb.dap/type_check.py | 1 + gdb/testsuite/gdb.perf/gmonster-null-lookup.py | 4 +--- gdb/testsuite/gdb.perf/gmonster-pervasive-typedef.py | 4 +--- gdb/testsuite/gdb.perf/gmonster-print-cerr.py | 4 +--- gdb/testsuite/gdb.perf/gmonster-ptype-string.py | 4 +--- gdb/testsuite/gdb.perf/gmonster-runto-main.py | 4 +--- gdb/testsuite/gdb.perf/gmonster-select-file.py | 4 +--- gdb/testsuite/gdb.perf/lib/perftest/measure.py | 4 ++-- gdb/testsuite/gdb.perf/lib/perftest/perftest.py | 14 ++++++++------ gdb/testsuite/gdb.perf/solib.py | 3 +-- .../py-autoloaded-pretty-printers-in-newobjfile-event.py | 3 ++- gdb/testsuite/gdb.python/py-bad-printers.py | 1 + gdb/testsuite/gdb.python/py-disasm.py | 4 ++-- gdb/testsuite/gdb.python/py-event-load.py | 1 - gdb/testsuite/gdb.python/py-frame-args.py | 1 + gdb/testsuite/gdb.python/py-framefilter-addr.py | 5 +++-- gdb/testsuite/gdb.python/py-framefilter-gdb.py | 3 ++- gdb/testsuite/gdb.python/py-framefilter-invalidarg-gdb.py | 3 ++- gdb/testsuite/gdb.python/py-framefilter-invalidarg.py | 5 +++-- gdb/testsuite/gdb.python/py-framefilter.py | 5 +++-- gdb/testsuite/gdb.python/py-inferior-leak.py | 3 ++- gdb/testsuite/gdb.python/py-mi-var-info-path-expression.py | 1 + gdb/testsuite/gdb.python/py-missing-debug.py | 5 +++-- gdb/testsuite/gdb.python/py-nested-maps.py | 1 + gdb/testsuite/gdb.python/py-pp-integral.py | 1 + gdb/testsuite/gdb.python/py-pp-maint.py | 3 ++- gdb/testsuite/gdb.python/py-pp-re-notag.py | 1 + gdb/testsuite/gdb.python/py-pp-registration.py | 3 ++- gdb/testsuite/gdb.python/py-prettyprint.py | 1 + gdb/testsuite/gdb.python/py-send-packet.py | 1 + gdb/testsuite/gdb.python/py-unwind-maint.py | 1 + gdb/testsuite/gdb.python/py-unwind.py | 3 +-- gdb/testsuite/gdb.python/py-xmethods.py | 6 ++---- gdb/testsuite/gdb.rust/pp.py | 1 + gdb/testsuite/print-ts.py | 4 ++-- 76 files changed, 151 insertions(+), 123 deletions(-)