aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess3-12/+56
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries5-12/+7
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess1-0/+14
2019-10-03gdb/testsuite: Reduce test name duplication in gdb.python testsAndrew Burgess3-158/+225
2019-10-02gdb/testsuite: Fix py-format-string.exp on big-endian platformsAndreas Arnez2-5/+9
2019-08-26Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWa...Sergio Durigan Junior1-18/+18
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger1-2/+2
2019-08-13Fixes for gdb.python tests on remote Windows host.Sandra Loosemore13-71/+90
2019-08-05Add block['var'] accessorChristian Biesinger1-0/+5