aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger2-0/+29
2019-07-29Fix misspelling (nonexistant -> nonexistent)Christian Biesinger1-2/+2
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger2-0/+17
2019-07-29Test 'set print frame-info|frame-arguments presence'.Philippe Waroquiers2-5/+69
2019-07-29[gdb/testsuite] Fix python.exp with check-read1Tom de Vries1-2/+2
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-2/+3
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