Age | Commit message (Expand) | Author | Files | Lines |
2023-02-02 | gdb: make gdb_printing_disassembler::stream public | Simon Marchi | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-28 | gdb: mark disassembler function callback types as noexcept | Andrew Burgess | 1 | -12/+28 |
2022-11-28 | gdb/disasm: mark functions passed to the disassembler noexcept | Andrew Burgess | 1 | -8/+14 |
2022-10-02 | gdb: improve disassembler styling when Pygments raises an exception | Andrew Burgess | 1 | -3/+18 |
2022-10-02 | gdb/disasm: read opcodes bytes with a single read_code call | Andrew Burgess | 1 | -0/+3 |
2022-07-25 | gdb: fix use of uninitialised gdb_printing_disassembler::m_in_comment | Andrew Burgess | 1 | -1/+1 |
2022-07-11 | gdb: add support for disassembler styling using libopcodes | Andrew Burgess | 1 | -0/+16 |
2022-07-11 | gdb: have gdb_disassemble_info carry 'this' in its stream pointer | Andrew Burgess | 1 | -24/+41 |
2022-06-15 | gdb: unify two dis_asm_read_memory functions in disasm.c | Andrew Burgess | 1 | -12/+17 |
2022-06-15 | gdb: refactor the non-printing disassemblers | Andrew Burgess | 1 | -6/+50 |
2022-06-15 | gdb: add new base class to gdb_disassembler | Andrew Burgess | 1 | -28/+112 |
2022-04-06 | gdb: move gdb_disassembly_flag into a new disasm-flags.h file | Andrew Burgess | 1 | -13/+1 |
2022-04-04 | objdump/opcodes: add syntax highlighting to disassembler output | Andrew Burgess | 1 | -0/+7 |
2022-02-14 | gdb: use python to colorize disassembler output | Andrew Burgess | 1 | -0/+25 |
2022-02-07 | gdb/disasm: combine the no printing disassembler setup code | Andrew Burgess | 1 | -0/+6 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-22 | gdb: make disassembler fprintf callback a static member function | Andrew Burgess | 1 | -0/+3 |
2021-10-13 | gdb: improve error reporting from the disassembler | Andrew Burgess | 1 | -1/+6 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-19 | Call disassemble_free_target in gdb | Tom Tromey | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -7/+13 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -1/+1 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -0/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -10/+15 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -0/+8 |
2017-02-02 | Tweak pretty_print_disassembler's intro comment | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Reuse buffers across gdb_pretty_print_insn calls | Pedro Alves | 1 | -4/+27 |
2017-02-02 | Add back gdb_pretty_print_insn | Pedro Alves | 1 | -5/+6 |
2017-02-01 | Remove unused file_string parameter in gdb_disassembly | Simon Marchi | 1 | -1/+1 |
2017-01-26 | Don't throw exception in dis_asm_memory_error | Yao Qi | 1 | -0/+1 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -13/+43 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-04 | disasm: add struct disasm_insn to describe to-be-disassembled instruction | Markus Metzger | 1 | -0/+23 |
2015-08-14 | New /s modifier for the disassemble command. | Doug Evans | 1 | -1/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -0/+8 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-03-11 | Add a disassembly flag to omit the pc prefix and use it in the "record | Markus Metzger | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-13 | * disasm.h (DISASSEMBLY_FILENAME): New macro. | Markus Metzger | 1 | -0/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |