Age | Commit message (Expand) | Author | Files | Lines |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-05-16 | gdb/python: extend the Python Disassembler API to allow for styling | Andrew Burgess | 1 | -51/+820 |
2023-05-16 | gdb/python: rework how the disassembler API reads the result object | Andrew Burgess | 1 | -40/+14 |
2023-05-12 | gdb/python: implement DisassemblerResult.__str__ method | Andrew Burgess | 1 | -9/+17 |
2023-05-12 | gdb/python: implement __repr__ methods for py-disasm.c types | Andrew Burgess | 1 | -2/+32 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+5 |
2023-03-03 | gdb/python: replace strlen call with std::string::size call | Andrew Burgess | 1 | -1/+1 |
2023-01-20 | gdb: remove language.h include from frame.h | Simon Marchi | 1 | -0/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-28 | gdb/disasm: mark functions passed to the disassembler noexcept | Andrew Burgess | 1 | -6/+6 |
2022-11-28 | gdb/python: avoid throwing an exception over libopcodes code | Andrew Burgess | 1 | -16/+63 |
2022-07-25 | gdb/python: fix invalid use disassemble_info::stream | Andrew Burgess | 1 | -1/+1 |
2022-06-15 | gdb/python: implement the print_insn extension language hook | Andrew Burgess | 1 | -0/+1090 |