aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2022-07-05Make 'import gdb.events' workTom Tromey1-0/+2
2022-06-27[gdb/testsuite] Handle older python in gdb.python/py-send-packet.pyTom de Vries1-2/+6
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess4-16/+0
2022-06-18gdb/python: Export nibbles to python layerEnze Li1-0/+73
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess3-0/+946
2022-06-14[gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.expTom de Vries1-1/+3
2022-06-06gdb/testsuite: add missing skip_python_tests call in py-doc-reformat.expAndrew Burgess1-0/+4
2022-06-01Add gdb.current_language and gdb.Frame.languageTom Tromey2-0/+20
2022-05-28gdb/python: improve formatting of help text for user defined commandsAndrew Burgess1-0/+282
2022-05-17Fix gdb.python/py-connection.exp with remote targetsPedro Alves1-2/+2
2022-05-17Fix bogus gdb_test invocationsPedro Alves2-1/+2
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen6-10/+10
2022-04-21gdb/testsuite: fix "set temporary breakpoint" DUPLICATEsSimon Marchi2-4/+4
2022-04-21gdb/testsuite: add binary testcases to py-format-string.expEnze Li1-0/+37
2022-04-06gdb: don't copy entirely optimized out values in value_copySimon Marchi1-0/+3
2022-03-29gdb/testsuite: fix copy & paste error in gdb.python/py-format-address.expAndrew Burgess1-3/+4
2022-03-24gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.expSimon Marchi3-225/+0
2022-03-23gdb/python: remove Python 2 supportSimon Marchi6-101/+28
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess2-0/+209
2022-03-21gdb/testsuite: reformat gdb.python/pretty-print-call-by-hand.pySimon Marchi1-3/+7
2022-03-21[gdb/testsuite] test a function call by hand from pretty printerBruno Larsen3-0/+221
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi1-52/+1
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess2-0/+510
2022-03-07gdb/testsuite: add new test for comparing char types in PythonAndrew Burgess1-0/+34
2022-03-07gdb/python: add Type.is_signed propertyAndrew Burgess2-1/+42
2022-03-07gdb/python: add Type.is_scalar propertyAndrew Burgess2-1/+41
2022-02-28gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess1-0/+5
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess1-3/+17
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess2-0/+93
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess1-10/+26
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+12
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+18
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-0/+4
2022-01-26Change how Python architecture and language are handledTom Tromey2-0/+10
2022-01-12gdb/python: add gdb.host_charset functionAndrew Burgess1-0/+50
2022-01-12gdb/testsuite: fix gdb.python/py-events.exp for finding process idTankut Baris Aktemur1-3/+8
2022-01-05Fix inferior_thread attribute in new_thread eventHannes Domani1-1/+2
2022-01-03[gdb/testsuite] Handle for loop initial decl with gcc 4.8.5Tom de Vries1-1/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker208-208/+208
2021-12-15gdb: re-format with black 21.9b0Simon Marchi1-3/+6
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-5/+54
2021-12-03gdb/testsuite: give a test a real nameAndrew Burgess1-1/+2
2021-11-30gdb/python: don't use the 'p' format for parsing argsAndrew Burgess1-1/+1
2021-11-30gdb/testsuite: check the python module is available before using itAndrew Burgess1-0/+6
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess4-4/+316
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess3-2/+109
2021-10-29Add gdb.Architecture.integer_type Python functionTom Tromey1-0/+14
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess1-0/+51
2021-10-13[gdb/testsuite] Require use_gdb_stub == 0 where appropriateTom de Vries1-17/+20
2021-10-13[gdb/testsuite] Fix test name in gdb.python/python.expTom de Vries1-4/+11