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 3344d5a4aa7 darwin-nat.c: fix broken build caused by typing issues from [...] new 0c830fc5745 gdb/{testsuite,system-gdbinit}: import gdb module in Python [...] new 12424aca0d4 gdb/testsuite: remove variable with ambiguous name in gdb.s [...] new 168690b0f72 gdb/testsuite: remove unused imports in Python files new de9f1c1bb22 gdb/testsuite: remove unused "global" statements in Python files new 0e529fc9c7f gdb/testsuite: use "is" for type comparison in Python files new 57c4af5f322 gdb/testsuite: use "is" to check against None new 99f7b61f1d0 gdb/testsuite: avoid bare except in Python files new b4f767797a7 gdb/testsuite: remove unused but set variables in Python files new dacf41a6295 gdb/testsuite: address "unused not at top of file" warnings [...] new 93029c6b50f gdb/testsuite: use "not in" in Python files new 750ef8f6e9c gdb/testsuite: rename ambiguous variable in py-command-brea [...] new b58e2ff69ae gdb/testsuite: avoid assigning lambdas in Python files new 997ca51dcb4 gdb/contrib/dwarf-to-dwarf-assembler.py: remove unused imports new da8ad8e03ab pre-commit: run flake8 on all .py(.in)? files under gdb new 9f9eeeb6dab pre-commit: use ^ anchors in `files`
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: .pre-commit-config.yaml | 8 ++-- gdb/contrib/dwarf-to-dwarf-assembler.py | 2 - gdb/system-gdbinit/wrs-linux.py | 2 + gdb/testsuite/gdb.base/bp-disabled-by-cond.py | 1 + gdb/testsuite/gdb.base/frame-view.py | 1 + .../gdb.base/inline-frame-cycle-unwind.py | 5 +- gdb/testsuite/gdb.base/pc-not-saved.py | 5 +- gdb/testsuite/gdb.base/reset-catchpoint-cond.py | 2 + gdb/testsuite/gdb.base/shlib-unload.py | 3 +- gdb/testsuite/gdb.cp/pretty-print.py | 2 +- gdb/testsuite/gdb.dap/stack-format.py | 2 - .../gdb.multi/multi-target-info-inferiors.py | 5 -- gdb/testsuite/gdb.perf/backtrace.py | 6 +-- gdb/testsuite/gdb.perf/disassemble.py | 2 + gdb/testsuite/gdb.perf/gmonster-null-lookup.py | 7 +-- .../gdb.perf/gmonster-pervasive-typedef.py | 2 +- gdb/testsuite/gdb.perf/gmonster-print-cerr.py | 7 +-- gdb/testsuite/gdb.perf/gmonster-ptype-string.py | 11 +++-- gdb/testsuite/gdb.perf/gmonster-runto-main.py | 5 +- gdb/testsuite/gdb.perf/gmonster-select-file.py | 5 +- gdb/testsuite/gdb.perf/lib/perftest/measure.py | 2 +- gdb/testsuite/gdb.perf/single-step.py | 5 +- gdb/testsuite/gdb.perf/skip-command.py | 5 +- gdb/testsuite/gdb.perf/skip-prologue.py | 2 + gdb/testsuite/gdb.perf/solib.py | 12 ++--- gdb/testsuite/gdb.perf/template-breakpoints.py | 7 ++- .../gdb.python/pretty-print-call-by-hand.py | 5 +- .../gdb.python/py-auto-load-chaining-f1.o-gdb.py | 2 + .../gdb.python/py-auto-load-chaining-f2.o-gdb.py | 2 + gdb/testsuite/gdb.python/py-bad-printers.py | 3 -- gdb/testsuite/gdb.python/py-color-leak.py | 4 +- gdb/testsuite/gdb.python/py-commands-breakpoint.py | 6 +-- gdb/testsuite/gdb.python/py-corefile.py | 3 +- gdb/testsuite/gdb.python/py-disasm.py | 53 ++++++++-------------- .../gdb.python/py-finish-breakpoint-deletion.py | 3 ++ gdb/testsuite/gdb.python/py-finish-breakpoint.py | 3 ++ gdb/testsuite/gdb.python/py-finish-breakpoint2.py | 2 + gdb/testsuite/gdb.python/py-frame-args.py | 1 - gdb/testsuite/gdb.python/py-framefilter-addr.py | 1 - gdb/testsuite/gdb.python/py-framefilter-gdb.py | 3 -- .../gdb.python/py-framefilter-invalidarg-gdb.py | 2 - .../gdb.python/py-framefilter-invalidarg.py | 1 - gdb/testsuite/gdb.python/py-framefilter.py | 1 - gdb/testsuite/gdb.python/py-inferior-leak.py | 6 ++- .../gdb.python/py-mi-var-info-path-expression.py | 1 - gdb/testsuite/gdb.python/py-missing-debug.py | 3 -- gdb/testsuite/gdb.python/py-missing-objfile.py | 10 ++-- gdb/testsuite/gdb.python/py-objfile-script-gdb.py | 2 + gdb/testsuite/gdb.python/py-pp-maint.py | 2 - gdb/testsuite/gdb.python/py-pp-registration.py | 6 --- gdb/testsuite/gdb.python/py-read-memory-leak.py | 4 +- gdb/testsuite/gdb.python/py-recurse-unwind.py | 13 ++---- gdb/testsuite/gdb.python/py-section-script.py | 2 + gdb/testsuite/gdb.python/py-send-packet.py | 4 +- gdb/testsuite/gdb.python/py-typeprint.py | 3 +- gdb/testsuite/gdb.python/py-unwind-inline.py | 4 +- gdb/testsuite/gdb.python/py-unwind-maint.py | 4 +- gdb/testsuite/gdb.python/py-unwind.py | 6 +-- gdb/testsuite/gdb.python/py-watchpoint.py | 3 ++ gdb/testsuite/gdb.python/source2.py | 2 +- gdb/testsuite/gdb.python/tui-window-disabled.py | 7 --- gdb/testsuite/gdb.python/tui-window-factory.py | 3 ++ gdb/testsuite/gdb.rust/pp.py | 1 - gdb/testsuite/gdb.server/fileio-packets.py | 5 +- 64 files changed, 140 insertions(+), 162 deletions(-)