aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2021-05-17gdb/testsuite: rename .py.in files to .pySimon Marchi4-3/+3
2021-05-17gdb: add pyproject.tomlSimon Marchi2-22/+22
2021-05-14gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur1-1/+24
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung3-3/+18
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi34-750/+902
2021-05-04gdb: update Type.fields doc based on actual GDB behaviorSimon Marchi1-0/+3
2021-05-04gdb/testsuite: adjust gdb.python/flexible-array-member.exp expected patternSimon Marchi1-4/+12
2021-05-03gdb/testsuite: update expected results in gdb.python/py-startup-opt.expAndrew Burgess1-1/+29
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess1-0/+118
2021-04-27gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn6-0/+259
2021-04-22gdb/testsuite: add Python support check in gdb.python/flexible-array-member.expSimon Marchi1-0/+3
2021-04-22gdb: fix getting range of flexible array member in PythonSimon Marchi2-0/+151
2021-04-15gdb/testsuite: don't include paths in test namesAndrew Burgess1-1/+2
2021-04-07gdb/py: fix gdb.parameter('data-directory')Andrew Burgess1-0/+51
2021-03-26gdb/testsuite: more testing of pretty printer 'array' display_hintAndrew Burgess3-0/+36
2021-03-16gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess3-0/+153
2021-03-15gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess6-0/+245
2021-03-12gdb/testsuite: resolve remaining duplicate test names in gdb.python/*.expAndrew Burgess6-8/+15
2021-03-12gdb/testsuite: remove duplicate test from gdb.python/py-value-cc.expAndrew Burgess1-2/+0
2021-03-12gdb/testsuite: check the correct Python variable in testAndrew Burgess1-1/+1
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-explore-cc.expAndrew Burgess1-4/+4
2021-03-12gdb/testsuite: remove a duplicate testAndrew Burgess1-2/+0
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-symtab.expAndrew Burgess1-2/+4
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-prompt.expAndrew Burgess1-39/+46
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-block.expAndrew Burgess1-7/+11
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-pp-maint.expAndrew Burgess1-5/+10
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-explore.expAndrew Burgess1-28/+30
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-finish-breakpoint.expAndrew Burgess1-13/+15
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-strfns.expAndrew Burgess1-1/+3
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-format-string.expAndrew Burgess1-18/+18
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-mi.expAndrew Burgess1-156/+166
2021-02-11gdb: Remove arm-symbianelf supportAlan Modra1-1/+0
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess3-0/+321
2021-02-08gdb/python: don't allow the user to delete window title attributesAndrew Burgess2-1/+15
2021-02-08gdb/python: reformat an error stringAndrew Burgess2-2/+2
2021-01-21Add Python support for hardware breakpointsHannes Domani1-0/+24
2021-01-20[gdb/testsuite] Fix gdb.python/py-format-string.exp with -m32Tom de Vries1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker173-173/+173
2020-12-30gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.expSimon Marchi1-22/+26
2020-12-21testsuite, gdb.python: make py-record-*.exp test names uniqueMarkus Metzger2-4/+10
2020-12-21gdb, record: rephrase the 'not recording' error messageMarkus Metzger2-2/+2
2020-12-19Don't compare types of enum fieldsHannes Domani4-0/+103
2020-12-18Add address keyword to Value.format_stringHannes Domani1-0/+43
2020-12-18Fix accessing a method's fields from PythonHannes Domani1-0/+3
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-1/+1
2020-10-28[gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnowTom de Vries1-4/+28
2020-10-27Fix gdb.python/py-format-string.exp with ClangGary Benson1-2/+2
2020-10-13Eliminate mi_run_to_main, introduce mi_clean_restartPedro Alves2-9/+5
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves1-1/+1
2020-10-13Introduce mi_runto_mainPedro Alves2-3/+3