- Mar 10, 2023
-
-
Tom de Vries authored
Fix test-case gdb.python/py-event-load.exp for target board remote-gdbserver-on-localhost using gdb_download_shlib. Tested on x86_64-linux.
-
- Jan 13, 2023
-
-
Tom Tromey authored
This changes skip_shlib_tests to invert the sense, and renames it to allow_shlib_tests.
-
Tom Tromey authored
This changes skip_python_tests to invert the sense, and renames it to allow_python_tests.
-
Tom Tromey authored
This changes various tests to use "require" for the Python feature.
-
Tom Tromey authored
This changes some tests to use "require !skip_shlib_tests".
-
- Jan 01, 2023
-
-
Joel Brobecker authored
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023.
-
- Jul 18, 2022
-
-
Tom Tromey authored
Currently, Python code can use event registries to detect when gdb loads a new objfile, and when gdb clears the objfile list. However, there's no way to detect the removal of an objfile, say when the inferior calls dlclose. This patch adds a gdb.free_objfile event registry and arranges for an event to be emitted in this case.
-