Fix backwards compatibility with old GDBservers (PR remote/22597)
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python /
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
2016-10-07  Markus Metzgerpython: accept address and explicit locations in gdb...
2016-10-06  Doug EvansFix gdb.Value->python conversion for large unsigned...
2016-10-06  Tom TromeyRemove Java support
2016-09-05  Pedro AlvesFix PR19927: Avoid unwinder recursion if sniffer uses...
2016-08-24  Kevin BuettnerTest case to detect recursive unwinding in Python-based...
2016-08-03  Tom TromeyPR python/18565 - make Frame.function work for inline...
2016-07-20  Jan Kratochviltestsuite patch: Skip py-unwind.exp on x86_64 -m32
2016-07-13  Tom TromeyPR python/15620, PR python/18620 - breakpoint events...
2016-07-13  Tom TromeyPR python/17698 - add Breakpoint.pending
2016-07-12  Tom TromeyPR python/19293 - invalidate frame cache when unwinders...
2016-06-29  Tom TromeyFix PR python/20129 - use of non-existing variable
2016-06-27  Pierre-Marie de... Fix use of a dangling pointer for Python breakpoint...
2016-06-23  Tom TromeyPR gdb/16483 - simplify "info frame-filters" output
2016-06-21  Pedro AlvesPrepare gdb.python/mi-py-events.exp for Python/MI in...
2016-06-02  Tom TromeyFix PR python/18984
2016-05-24  Tom TromeyFix PR python/17386 - add __index__ method to gdb.Value
2016-05-24  Tom TromeyFix PR python/17981
2016-05-23  Tom TromeyFix PR python/19438, PR python/18393 - initialize dicti...
2016-04-27  Simon MarchiRename gdb_load_shlibs to gdb_load_shlib
2016-04-09  Simon Marchigdb.python/py-mi-events-gdb.py: Add parentheses to...
2016-04-06  Catalin Udmatestsuite: Update py-mi-objfile to expect console forma...
2016-03-31  Catalin Udmapython: Use console format for output of gdb.execute...
2016-03-10  Simon MarchiAdd $_as_string convenience function
2016-02-09  Keith Seitzpython/19506 -- gdb.Breakpoint address location regression
2016-02-08  Simon MarchiAlways organize test artifacts in a directory hierarchy
2016-01-20  Simon MarchiFix sorting of enum values in FlagEnumerationPrinter
2016-01-18  Yao Qi[testsuite] @progbits -> %progbits
2016-01-13  Pedro AlvesAdd Python InferiorThread.global_num attribute
2016-01-13  Pedro AlvesAdd Python InferiorThread.inferior attribute
2016-01-12  Pedro AlvesReapply: List inferiors/threads/pspaces in ascending...
2016-01-11  Jan Kratochviltestsuite: Fix false FAILs on too long base directory
2016-01-06  Pedro AlvesFix gdb.python/py-infthread.exp test message typo
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-24  Pedro AlvesList inferiors/threads/pspaces in ascending order
2015-11-24  Pedro AlvesMake gdb.python/py-inferior.exp test names unique
2015-10-26  Doug EvansPR python/18938: source -s foo.py with foo.py a symlink...
2015-10-21  Simon MarchiFix accessing a function's fields (parameters) from...
2015-09-30  Simon Marchipy-type.exp: Do not run tests if binary fails to build
2015-09-09  Doug Evans* gdb.python/py-prettyprint.exp: Check result of run_la...
2015-08-18  Doug EvansPR mi/18833 gdb.execute ("set param value", to_string...
2015-07-31  Pedro Alvestestsuite: tcl exec& -> 'kill -9 $pid' is racy (attach...
2015-07-29  Sergio Durigan JuniorFix typo in gdb.python/py-objfile.exp
2015-07-28  Sergio Durigan JuniorUniquify test names from gdb.python/{py-objfile.exp...
2015-07-24  Pedro Alvesgdb.python/py-events.exp and normal_stop observers...
2015-07-07  Simon MarchiFix test for Python 3
2015-06-25  Simon Marchipy-prettyprint.exp: Add is_address_zero_readable check
2015-05-26  Doug EvansPR python/18438
2015-05-10  Siva Chandra[Python] Add methods reference_value and const_value...
2015-05-08  Siva Chandra[PR python/18291] Fix printing of "disabled" status...
2015-04-29  Doug EvansPR python/18285
next
This page took 0.405947 seconds and 7 git commands to generate.