aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2024-12-10[gdb/testsuite] Fix fails in gdb.python/py-arch-reg-groups.expTom de Vries1-0/+3
2024-12-09Clean up 0-length handling in gdbpy_create_lazy_string_objectTom Tromey1-0/+2
2024-12-09Reject non-string types in gdb.Value.lazy_stringTom Tromey2-0/+6
2024-12-09Omit artificial symbols from DAP variables responseTom Tromey1-0/+62
2024-12-04[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.expTom de Vries1-5/+7
2024-12-03Use ui-out table in "maint print reggroups"Tom Tromey1-3/+3
2024-12-03[gdb/python] Handle empty PYTHONDONTWRITEBYTECODETom de Vries1-0/+8
2024-12-03[gdb/testsuite] Fix gdb.python/py-startup-opt.exp with empty PYTHONDONTWRITEB...Tom de Vries1-2/+3
2024-12-03[gdb/testsuite] Fix gdb.python/python.exp with --disable-tuiTom de Vries1-0/+4
2024-11-22[gdb/python] Handle failure to initialize without exitingTom de Vries1-0/+31
2024-11-14gdb/python: missing PyObject_IsTrue error check in bppy_initAndrew Burgess1-0/+9
2024-11-14gdb/python: missing PyObject_IsTrue error check in micmdpy_set_installedAndrew Burgess1-0/+15
2024-11-14gdb/python: missing PyObject_IsTrue error check in py-arch.cAndrew Burgess1-3/+13
2024-11-14gdb/python: remove some additional PyObject_IsTrue callsAndrew Burgess1-0/+5
2024-11-11gdb/testsuite: fix typo 'unsupport' to 'unsupported'Andrew Burgess1-1/+1
2024-11-11Re-run isortTom Tromey1-1/+1
2024-11-10gdb/python: implement Python find_exec_by_build_id hookAndrew Burgess4-0/+816
2024-11-01Add gdb.events.tui_enabledTom Tromey2-0/+19
2024-10-25[gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)Tom de Vries1-13/+9
2024-10-18Require a command argument in gdb.execute_miTom Tromey1-0/+4
2024-10-07[gdb/testsuite] Fix gdb.python/py-inferior.exp with -fsanitize=threadTom de Vries1-1/+2
2024-10-06[gdb] Fix common misspellingsTom de Vries1-1/+1
2024-09-27Re-run 'isort' on gdb testsTom Tromey1-0/+1
2024-09-26gdb/testsuite: test for memory leaks in gdb.Inferior.read_memory()Andrew Burgess3-0/+163
2024-09-25[gdb/python] Make sure python sys.exit makes gdb exitTom de Vries1-0/+69
2024-09-25gdb/testsuite: format some Python filesSimon Marchi3-0/+3
2024-09-25gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina1-4/+4
2024-09-25gdb, testsuite, python: Add missing imports.Schimpe, Christina3-1/+3
2024-09-23Automatically add types to Python modulesTom Tromey1-0/+9
2024-09-16Fix typo in py-arch.expTom Tromey1-1/+1
2024-09-10Revert "[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug....Andrew Burgess1-15/+2
2024-09-08[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug.expTom de Vries1-2/+15
2024-08-29gdb: reject inserting breakpoints between functionsAndrew Burgess1-1/+3
2024-08-20[gdb/testsuite] Fix gdb.python/py-mi-cmd.exp with python 3.13Tom de Vries1-7/+41
2024-08-18[gdb] Prune inferior after switching inferiorTom de Vries1-26/+5
2024-08-16gdb: Fix gdb.python/py-record-btrace.exp testFelix Willgerodt1-4/+11
2024-08-14python: Add clear() to gdb.Record.Felix Willgerodt1-0/+4
2024-08-02gdb/testsuite: fix gdb.python/py-framefilter-invalidarg.exp with clangGuinevere Larsen1-1/+1
2024-08-02gdb/testsuite: add build-id compile flag to tests that expect itGuinevere Larsen1-1/+2
2024-08-01[gdb/testsuite] Fix gdb.python/py-format-string.exp with python 3.13Tom de Vries1-1/+7
2024-07-31[gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries5-28/+28
2024-07-31[gdb/testsuite] Add gdb.python/py-disasm-{exec,obj}.expTom de Vries4-16/+90
2024-06-24Fix gdb.lookup_type for function-local typesHannes Domani2-0/+11
2024-06-20[gdb/testsuite] Fix gdb.python/py-format-address.exp on armTom de Vries1-2/+18
2024-06-10[gdb/python] Fix gdb.python/py-disasm.exp on arm-linuxTom de Vries2-2/+2
2024-06-04Memoize gdb.Block and make them hashableTom Tromey1-0/+4
2024-06-03Enable call of overloaded subscript operator from pythonHannes Domani2-0/+7
2024-06-03Allow calling of convenience functions with pythonHannes Domani1-0/+11
2024-05-03[gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries1-5/+1
2024-05-03[gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0Tom de Vries1-2/+0