aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-disasm.exp
AgeCommit message (Expand)AuthorFilesLines
2023-05-19gdb/testsuite: handle older Python versions in gdb.python/py-disasm.expAndrew Burgess1-5/+15
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess1-13/+81
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess1-3/+12
2023-05-12gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess1-0/+1
2023-05-12gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess1-0/+3
2023-01-13Rename to allow_python_testsTom Tromey1-1/+1
2023-01-13Use "require" for Python testsTom Tromey1-3/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-13[gdb/testsuite] Fix gdb.python/py-disasm.exp on s390xTom de Vries1-4/+5
2022-11-28gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess1-1/+1
2022-07-25gdb/python: fix invalid use disassemble_info::streamAndrew Burgess1-8/+14
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-0/+209