Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-04-02 | Run isort | Tom Tromey | 1 | -2/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-16 | gdb/testsuite: fix formatting of gdb.python/py-disasm.py | Andrew Burgess | 1 | -3/+3 |
2023-05-16 | gdb/python: extend the Python Disassembler API to allow for styling | Andrew Burgess | 1 | -25/+139 |
2023-05-16 | gdb/python: rework how the disassembler API reads the result object | Andrew Burgess | 1 | -37/+0 |
2023-05-12 | gdb/python: implement DisassemblerResult.__str__ method | Andrew Burgess | 1 | -0/+12 |
2023-05-12 | gdb/python: implement __repr__ methods for py-disasm.c types | Andrew Burgess | 1 | -0/+49 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-13 | [gdb/testsuite] Fix gdb.python/py-disasm.exp on s390x | Tom de Vries | 1 | -4/+9 |
2022-07-25 | gdb/python: fix invalid use disassemble_info::stream | Andrew Burgess | 1 | -3/+0 |
2022-06-15 | gdb/python: implement the print_insn extension language hook | Andrew Burgess | 1 | -0/+712 |