aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey1-0/+4
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker162-162/+162
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers1-0/+21
2019-12-09Fix scripted probe breakpointsGeorge Barrett2-0/+27
2019-11-20Add missing parentheses on 'print' (gdb.python/py-progspace.exp)Sergio Durigan Junior1-3/+3
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess1-0/+17