aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-disasm.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[gdb/python] Fix gdb.python/py-disasm.exp on arm-linuxTom de Vries1-1/+1
2024-04-02Run isortTom Tromey1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-16gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess1-3/+3
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess1-25/+139
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess1-37/+0
2023-05-12gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess1-0/+12
2023-05-12gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess1-0/+49
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/+9
2022-07-25gdb/python: fix invalid use disassemble_info::streamAndrew Burgess1-3/+0
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-0/+712