aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
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
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