aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2021-02-11gdb: Remove arm-symbianelf supportAlan Modra1-1/+0
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess3-0/+321
2021-02-08gdb/python: don't allow the user to delete window title attributesAndrew Burgess2-1/+15
2021-02-08gdb/python: reformat an error stringAndrew Burgess2-2/+2
2021-01-21Add Python support for hardware breakpointsHannes Domani1-0/+24
2021-01-20[gdb/testsuite] Fix gdb.python/py-format-string.exp with -m32Tom de Vries1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker173-173/+173
2020-12-30gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.expSimon Marchi1-22/+26
2020-12-21testsuite, gdb.python: make py-record-*.exp test names uniqueMarkus Metzger2-4/+10
2020-12-21gdb, record: rephrase the 'not recording' error messageMarkus Metzger2-2/+2
2020-12-19Don't compare types of enum fieldsHannes Domani4-0/+103
2020-12-18Add address keyword to Value.format_stringHannes Domani1-0/+43
2020-12-18Fix accessing a method's fields from PythonHannes Domani1-0/+3
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-1/+1
2020-10-28[gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnowTom de Vries1-4/+28
2020-10-27Fix gdb.python/py-format-string.exp with ClangGary Benson1-2/+2
2020-10-13Eliminate mi_run_to_main, introduce mi_clean_restartPedro Alves2-9/+5
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves1-1/+1
2020-10-13Introduce mi_runto_mainPedro Alves2-3/+3
2020-10-13'runto main' -> 'runto_main' throughoutPedro Alves1-1/+1
2020-10-12Fix testcases with required but unreferenced functions and variablesGary Benson4-6/+6
2020-09-26gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees1-0/+13
2020-09-18gdb.python/py-frame-inline.exp and C++Pedro Alves1-1/+1
2020-09-18gdb.python/py-as-string.exp C++ifyPedro Alves1-1/+1
2020-09-18gdb.python/py-nested-maps.exp C++ifyPedro Alves1-22/+22
2020-09-18gdb.python/{py-framefilter-mi,py-framefilter}.c C++ifyPedro Alves2-6/+6
2020-09-13gdb/testsuite: Explicitly return from mainPedro Alves1-0/+2
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-1/+10
2020-07-28gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess1-0/+15
2020-07-21gdb/python: Reuse gdb.RegisterGroup objects where possibleAndrew Burgess1-0/+19
2020-07-21gdb/python: Reuse gdb.RegisterDescriptor objects where possibleAndrew Burgess1-0/+19
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess3-0/+157
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess1-0/+87
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+87
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess1-1/+9
2020-06-30Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers9-39/+39
2020-06-26Make test names unique in python.exp and guile.expPhilippe Waroquiers1-56/+62
2020-06-23Improve -Wunused-value testcase build failures fixGary Benson2-4/+4
2020-06-23Avoid testcase build failures with -Wunused-valueGary Benson2-4/+4
2020-06-22Add tests for new alias default-args related commands and arguments.Philippe Waroquiers1-1/+1
2020-06-17Fix TCL error in gdb.python/py-format-string.exp.Sandra Loosemore1-3/+5
2020-06-16Fix crash when TUI window creation failsTom Tromey2-0/+9
2020-06-16Add two missing return values in gdb.python/py-nested-maps.cusers/luisgpm/testGary Benson1-0/+2
2020-06-12[gdb/testsuite] Don't leak tuiterm.exp spawn overrideTom de Vries1-1/+1
2020-05-15Fix "control reaches end of non-void function" errors in testsuiteGary Benson1-0/+1
2020-04-30Adjust array pretty printer tests to the new formatHannes Domani1-3/+3
2020-04-29[gdb/testsuite] Add xfails for PR gcc/90232Tom de Vries1-1/+16
2020-04-24Use the linkage name if it existsTom Tromey1-1/+1
2020-02-22Allow TUI windows in PythonTom Tromey2-0/+88
2020-02-19[gdb/testsuite] Fix xpass in gdb.python/lib-types.expTom de Vries1-2/+9