aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-2/+2
2019-06-04Add an objfile getter to gdb.TypeChristian Biesinger via gdb-patches1-0/+4
2019-06-03Update tests following changes to "help" and "apropos"Philippe Waroquiers1-1/+1
2019-05-22[gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expre...Tom de Vries1-0/+3
2019-05-17testsuite: Disable some tests when loggingAlan Hayward1-1/+4
2019-05-08Correctly handle non-C-style arrays in c_get_stringTom Tromey1-0/+13
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess4-0/+524
2019-04-08Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner1-15/+15
2019-04-08Tests for gdb.InferiorThread.handleKevin Buettner1-3/+39
2019-04-01gdb/fortran: Handle internal function callsAndrew Burgess1-1/+7
2019-04-01Add gdb.Value.format_string ()Marco Barisione3-0/+1124
2019-03-26gdb: Make python display_hint None handling defined behaviourAndrew Burgess3-1/+22
2019-03-26gdb/testsuite: Make test names unique in gdb.python/py-prettyprint.expAndrew Burgess1-12/+14
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-7/+0
2019-02-26Fix new py-value.exp test caseTom Tromey1-1/+1
2019-02-26Add tests for gdb.Value(bufobj, type) constructorKevin Buettner1-0/+45
2019-01-27Remove duplicate skip_python_tests invocationTom Tromey1-3/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker155-155/+155
2018-12-27Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey1-0/+40
2018-11-21Make command-repeat work after gdb.executeBenno Fünfstück1-0/+1
2018-10-19Testsuite: Fix racy conditions in py-cmd.expAlan Hayward1-35/+36
2018-10-06Add Inferior.architecture methodTom Tromey1-0/+8
2018-10-06Fix Python gdb.Breakpoint.location crashTom Tromey1-0/+5
2018-10-04Clean up "Reading symbols" outputTom Tromey1-1/+1
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey1-0/+15
2018-09-23Check for negative argument in Type.template_argumentTom Tromey1-0/+4
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey1-1/+12
2018-09-23Allow conversion of pointers to Python intTom Tromey1-2/+9
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey1-0/+8
2018-09-23Allow more Python scalar conversionsTom Tromey1-0/+13
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-0/+4
2018-09-13python: Add Progspace.objfiles methodSimon Marchi1-0/+31
2018-09-13python: Add Inferior.progspace propertySimon Marchi1-0/+5
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi3-2/+27
2018-09-12python: Add tests for trying to use an invalid Inferior objectSimon Marchi1-0/+13
2018-09-08Make py-prettyprint.exp test names uniqueTom Tromey1-4/+8
2018-09-08Allow a pretty-printer without a to_string methodTom Tromey3-0/+16
2018-08-27MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany1-3/+5
2018-08-04[gdb/testsuite] Fix regexp in py-rbreak.expTom de Vries1-1/+1
2018-07-31Fix segfault when invoking -var-info-path-expression on a dynamic varobjJan Vrany3-0/+207
2018-06-05Add "continue" response to pagerTom Tromey1-6/+6
2018-05-31Fix "set" handling of Python parametersTom Tromey1-2/+2
2018-05-31Add basic Python API for convenience variablesTom Tromey1-0/+20
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey1-0/+3
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey1-1/+9
2018-05-02Set test message in py-parameter.expTom Tromey1-1/+2
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey1-0/+23
2018-04-30Expose type alignment on gdb.TypeTom Tromey2-0/+6
2018-03-26Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey2-1/+11
2018-03-26Allow hiding of some filtered framesTom Tromey1-0/+3