aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-disasm.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-11/+11
2023-07-03Fix two Python calls that don't check for errorsTom Tromey1-2/+6
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess1-51/+820
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess1-40/+14
2023-05-12gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess1-9/+17
2023-05-12gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess1-2/+32
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+5
2023-03-03gdb/python: replace strlen call with std::string::size callAndrew Burgess1-1/+1
2023-01-20gdb: remove language.h include from frame.hSimon Marchi1-0/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess1-6/+6
2022-11-28gdb/python: avoid throwing an exception over libopcodes codeAndrew Burgess1-16/+63
2022-07-25gdb/python: fix invalid use disassemble_info::streamAndrew Burgess1-1/+1
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-0/+1090