[gdb/testsuite] Require c++11 where necessary
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python /
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
2017-06-30  Sergio Durigan JuniorPR cli/21688: Detect aliases when issuing python/compil...
2017-06-30  Sergio Durigan JuniorPR cli/21688: Fix multi-line/inline command differentiation
2017-06-13  Andreas Arnezgdb/testsuite: Add "get_endianness" convenience proc
2017-05-04  Pedro AlvesFix gdb.python/py-record-btrace-threads.exp with Python 3
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02  Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02  Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-05-02  Tim WiederhakePython: Use correct ptid in btrace recording
2017-03-29  Jan KratochvilFix warning: Invalid entry in .debug_gdb_scripts section
2017-03-21  Tim WiederhakeFix break on Python 2
2017-03-20  Artemiy VolkovAdd rvalue reference tests and docs
2017-03-16  Doug Evansgdb.python/py-lazy-string (pointer): Really add new...
2017-03-16  Doug EvansFix various python lazy string bugs.
2017-03-08  Pedro Alvesgdb: Fix a few unstable test names
2017-02-14  Tom TromeyPR python/13598 - add before_prompt event
2017-02-14  Tim Wiederhakepython: Add tests for record Python bindings
2017-02-10  Tom TromeyFix Python test to use lowercase command
2017-01-26  Simon MarchiChange method of loading .py files in Python tests
2017-01-20  Luis MachadoFix uppercase test names in gdb.python/py-xmethods.exp
2017-01-20  Luis MachadoMake gdb.python/python.exp more robust
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-23  Luis MachadoFix more cases of improper test names
2016-12-01  Luis MachadoFixup testcases outputting own name as a test name...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test_m...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test_n...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test...
2016-12-01  Luis MachadoFix test names starting with uppercase output by basic...
2016-11-16  Kevin BuettnerExtend test gdb.python/py-recurse-unwind.exp
2016-11-08  Tom TromeyFix py-value.exp failure on Python 3
2016-11-08  Tom TromeyFix some error-handling bugs in python frame filters
2016-10-12  Luis MachadoFixup gdb.python/py-value.exp for bare-metal aarch64-elf
next
This page took 0.355932 seconds and 7 git commands to generate.