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 f40cd30a38b gdb/testsuite: use with_timeout_factor in huge.exp testcases new b9d59ebad75 [gdb/testsuite] Add tclint-plugin.py new 831917c6e0f [pre-commit] Add pre-commit setup check
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: .pre-commit-config.yaml | 10 +- gdb/contrib/pre-commit-setup.py | 62 ++++++++ gdb/testsuite/gdb.python/py-missing-objfile.exp | 4 +- gdb/testsuite/gdb.src/pre-commit.exp | 4 + gdb/testsuite/lib/ada.exp | 2 + gdb/testsuite/lib/cache.exp | 1 + gdb/testsuite/lib/completion-support.exp | 2 + gdb/testsuite/lib/debuginfod-support.exp | 2 + gdb/testsuite/lib/dwarf.exp | 2 + gdb/testsuite/lib/gdb-utils.exp | 2 + gdb/testsuite/lib/gdb.exp | 2 + gdb/testsuite/lib/mi-support.exp | 2 + gdb/testsuite/lib/rocm.exp | 2 + gdb/testsuite/lib/tuiterm.exp | 2 + gdb/testsuite/tclint-plugin.py | 199 ++++++++++++++++++++++++ 15 files changed, 294 insertions(+), 4 deletions(-) create mode 100755 gdb/contrib/pre-commit-setup.py create mode 100644 gdb/testsuite/tclint-plugin.py