]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/testsuite/gdb.python
[gdb/testsuite] Fix exec_is_pie with gold linker
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.python /
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...
2018-09-13  Simon Marchipython: Add Progspace.objfiles method
2018-09-13  Simon Marchipython: Add Inferior.progspace property
2018-09-13  Simon Marchipython: Provide textual representation for Inferior...
2018-09-12  Simon Marchipython: Add tests for trying to use an invalid Inferior...
2018-09-09  Tom TromeyMake py-prettyprint.exp test names unique
2018-09-09  Tom TromeyAllow a pretty-printer without a to_string method
2018-08-27  Jan VranyMI: Fix printing of frame architecture with Python...
2018-08-04  Tom de Vries[gdb/testsuite] Fix regexp in py-rbreak.exp
2018-07-31  Jan VranyFix segfault when invoking -var-info-path-expression...
2018-06-05  Tom TromeyAdd "continue" response to pager
2018-05-31  Tom TromeyFix "set" handling of Python parameters
2018-05-31  Tom TromeyAdd basic Python API for convenience variables
2018-05-04  Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04  Tom TromeyAllow breakpoint commands to be set from Python
2018-05-02  Tom TromeySet test message in py-parameter.exp
2018-05-02  Tom TromeyHandle var_zuinteger and var_zuinteger_unlimited from...
2018-04-30  Tom TromeyExpose type alignment on gdb.Type
2018-03-27  Tom TromeyThrow a "quit" on a KeyboardException in py-framefilter.c
2018-03-27  Tom TromeyAllow hiding of some filtered frames
2018-03-23  Andreas ArnezTestsuite: fully migrate to use_gdb_stub convenience...
2018-02-26  Tom TromeyMake "bt N" print correct number of frames when using...
2018-02-02  Leszek Swirski via... MI: Allow non-raw varobj evaluation
2018-01-21  Andrew Burgessgdb: Don't store a thread-id for floating varobj
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13  Simon Marchipython: Add qualified parameter to gdb.Breakpoint
2017-12-07  Simon MarchiFix wrong prefix in py-breakpoint.exp
2017-12-07  Phil MuldoonImplement explicit locations for Python breakpoints.
2017-11-29  Phil MuldoonFix Python rbreak tests setting too many breakpoints...
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-11-03  Yao QiSkip gdb.python/py-thrhandle.exp if python is not enabled.
2017-10-28  Maksim DzabraevMake gdb.selected_thread().inferior return a new reference
2017-10-16  Simon MarchiUse proc_with_prefix in py-breakpoint.exp
2017-10-13  Pedro AlvesRemove is_remote kfail from gdb.python/py-evthreads.exp
2017-10-13  Pedro AlvesFix gdb.python/py-evthreads.exp with --target_board...
2017-10-13  Pedro Alveskfail gdb.python/py-evsignal.exp on RSP targets properly
2017-09-21  Kevin BuettnerTest case for Inferior.thread_from_thread_handle
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-08-21  Pedro AlvesFix type casts losing typedefs and reimplement "whatis...
2017-07-21  Simon Marchigdb.python/py-unwind: Disable stack protection
2017-07-05  Pedro AlvesFix Python unwinder frames regression
next