[gdb/exp] Fix assert when adding ptr to imaginary unit
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python /
2021-01-21  Hannes DomaniAdd Python support for hardware breakpoints
2021-01-20  Tom de Vries[gdb/testsuite] Fix gdb.python/py-format-string.exp...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-31  Simon Marchigdb/testsuite: de-duplicate test names in gdb.python...
2020-12-21  Markus Metzgertestsuite, gdb.python: make py-record-*.exp test names...
2020-12-21  Markus Metzgergdb, record: rephrase the 'not recording' error message
2020-12-19  Hannes DomaniDon't compare types of enum fields
2020-12-18  Hannes DomaniAdd address keyword to Value.format_string
2020-12-18  Hannes DomaniFix accessing a method's fields from Python
2020-12-13  Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.python/py-symbol.exp with ...
2020-10-27  Gary BensonFix gdb.python/py-format-string.exp with Clang
2020-10-13  Pedro AlvesEliminate mi_run_to_main, introduce mi_clean_restart
2020-10-13  Pedro Alvesgdb/testsuite/: Use "-qualified" in explicit "break...
2020-10-13  Pedro AlvesIntroduce mi_runto_main
2020-10-13  Pedro Alves'runto main' -> 'runto_main' throughout
2020-10-12  Gary BensonFix testcases with required but unreferenced functions...
2020-09-26  Gareth Reesgdb: Fix from_tty argument to gdb.execute in Python.
2020-09-17  Pedro Alvesgdb.python/py-frame-inline.exp and C++
2020-09-17  Pedro Alvesgdb.python/py-as-string.exp C++ify
2020-09-17  Pedro Alvesgdb.python/py-nested-maps.exp C++ify
2020-09-17  Pedro Alvesgdb.python/{py-framefilter-mi,py-framefilter}.c C++ify
2020-09-13  Pedro Alvesgdb/testsuite: Explicitly return from main
2020-07-28  Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-28  Andrew Burgessgdb: Add a find method for RegisterDescriptorIterator
2020-07-21  Andrew Burgessgdb/python: Reuse gdb.RegisterGroup objects where possible
2020-07-21  Andrew Burgessgdb/python: Reuse gdb.RegisterDescriptor objects where...
2020-07-06  Andrew Burgessgdb: Python unwinders, inline frames, and tail-call...
2020-07-06  Andrew Burgessgdb/python: New method to access list of register groups
2020-07-06  Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-07-06  Andrew Burgessgdb/python: Add architecture method to gdb.PendingFrame
2020-06-30  Philippe WaroquiersFix test breakages caused by removal of gdb_py_test_mul...
2020-06-26  Philippe WaroquiersMake test names unique in python.exp and guile.exp
2020-06-23  Gary BensonImprove -Wunused-value testcase build failures fix
2020-06-23  Gary BensonAvoid testcase build failures with -Wunused-value
2020-06-22  Philippe WaroquiersAdd tests for new alias default-args related commands...
2020-06-17  Sandra LoosemoreFix TCL error in gdb.python/py-format-string.exp.
2020-06-16  Tom TromeyFix crash when TUI window creation fails
2020-06-16  Gary BensonAdd two missing return values in gdb.python/py-nested...
2020-06-12  Tom de Vries[gdb/testsuite] Don't leak tuiterm.exp spawn override
2020-05-15  Gary BensonFix "control reaches end of non-void function" errors...
2020-04-30  Hannes DomaniAdjust array pretty printer tests to the new format
2020-04-29  Tom de Vries[gdb/testsuite] Add xfails for PR gcc/90232
2020-04-24  Tom TromeyUse the linkage name if it exists
2020-02-22  Tom TromeyAllow TUI windows in Python
2020-02-19  Tom de Vries[gdb/testsuite] Fix xpass in gdb.python/lib-types.exp
2020-01-15  Tom TromeyFix valgrind error from gdb.decode_line
2020-01-10  Pedro AlvesAdd "info connections" command, "info inferiors" connec...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-11  Philippe WaroquiersImplement 'print -raw-values' and 'set print raw-values...
2019-12-09  George BarrettFix scripted probe breakpoints
2019-11-20  Sergio Durigan JuniorAdd missing parentheses on 'print' (gdb.python/py-progs...
2019-11-10  Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-11-10  Andrew Burgessgdb/python: smarter symbol lookup for gdb.lookup_static...
2019-10-31  Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-24  Andrew Burgessgdb/python: Return None from Progspace.block_for_pc...
2019-10-03  Andrew Burgessgdb/testsuite: Reduce test name duplication in gdb...
2019-10-02  Andreas Arnezgdb/testsuite: Fix py-format-string.exp on big-endian...
2019-08-26  Sergio Durigan JuniorUse raw strings on gdb.python/py-xmethods.exp (and...
2019-08-15  Christian BiesingerRename internal Python functions to start with an under...
2019-08-13  Sandra LoosemoreFixes for gdb.python tests on remote Windows host.
2019-08-05  Christian BiesingerAdd block['var'] accessor
2019-07-30  Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-30  Christian BiesingerFix misspelling (nonexistant -> nonexistent)
2019-07-30  Christian BiesingerAdd Objfile.lookup_{global,static}_symbol functions
2019-07-29  Philippe WaroquiersTest 'set print frame-info|frame-arguments presence'.
2019-07-29  Tom de Vries[gdb/testsuite] Fix python.exp with check-read1
2019-07-09  Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-06-12  Pedro Alves"set print raw frame-arguments" -> "set print raw-frame...
2019-06-04  Christian Biesinge... Add an objfile getter to gdb.Type
2019-06-03  Philippe WaroquiersUpdate tests following changes to "help" and "apropos"
2019-05-22  Tom de Vries[gdb/testsuite] Add missing mi_skip_python_tests to...
2019-05-17  Alan Haywardtestsuite: Disable some tests when logging
2019-05-08  Tom TromeyCorrectly handle non-C-style arrays in c_get_string
2019-04-29  Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-04-09  Kevin BuettnerRename python function thread_from_thread_handle to...
2019-04-09  Kevin BuettnerTests for gdb.InferiorThread.handle
2019-04-01  Andrew Burgessgdb/fortran: Handle internal function calls
2019-04-01  Marco BarisioneAdd gdb.Value.format_string ()
2019-03-26  Andrew Burgessgdb: Make python display_hint None handling defined...
2019-03-26  Andrew Burgessgdb/testsuite: Make test names unique in gdb.python...
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-02-26  Tom TromeyFix new py-value.exp test case
2019-02-26  Kevin BuettnerAdd tests for gdb.Value(bufobj, type) constructor
2019-01-27  Tom TromeyRemove duplicate skip_python_tests invocation
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyTranslate PyExc_KeyboardInterrupt to gdb "quit"
2018-11-21  Benno FünfstückMake command-repeat work after gdb.execute
2018-10-19  Alan HaywardTestsuite: Fix racy conditions in py-cmd.exp
2018-10-07  Tom TromeyAdd Inferior.architecture method
2018-10-07  Tom TromeyFix Python gdb.Breakpoint.location crash
2018-10-04  Tom TromeyClean up "Reading symbols" output
2018-09-24  Tom TromeyAllow setting a parameter to raise gdb.GdbError
2018-09-24  Tom TromeyCheck for negative argument in Type.template_argument
2018-09-24  Tom TromeyReport Python errors coming from gdb.post_event
2018-09-24  Tom TromeyAllow conversion of pointers to Python int
2018-09-24  Tom TromeyPreserve sign when converting gdb.Value to Python int
2018-09-24  Tom TromeyAllow more Python scalar conversions
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
next
This page took 0.357371 seconds and 7 git commands to generate.