Age | Commit message (Expand) | Author | Files | Lines |
2023-03-11 | Constify linetables | Tom Tromey | 1 | -1/+1 |
2023-03-11 | Change linetables to be objfile-independent | Tom Tromey | 1 | -9/+18 |
2023-03-11 | Add operator< and operator== to linetable_entry | Tom Tromey | 1 | -1/+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 | -12/+13 |
2022-10-24 | [gdb] Fix rethrow exception slicing in pretty_print_insn | Tom de Vries | 1 | -2/+2 |
2022-10-02 | gdb: improve disassembler styling when Pygments raises an exception | Andrew Burgess | 1 | -21/+48 |
2022-10-02 | gdb: disassembler opcode display formatting | Andrew Burgess | 1 | -3/+40 |
2022-10-02 | gdb/disasm: read opcodes bytes with a single read_code call | Andrew Burgess | 1 | -9/+7 |
2022-09-12 | Use checked_static_cast in more places | Tom Tromey | 1 | -2/+1 |
2022-09-06 | gdb: Add non-enum disassembler options | Tsukasa OI | 1 | -0/+4 |
2022-07-25 | gdb: handle dis_style_sub_mnemonic disassembler style | Andrew Burgess | 1 | -0/+1 |
2022-07-11 | gdb: add support for disassembler styling using libopcodes | Andrew Burgess | 1 | -7/+177 |
2022-07-11 | gdb: have gdb_disassemble_info carry 'this' in its stream pointer | Andrew Burgess | 1 | -9/+26 |
2022-06-15 | gdb: unify two dis_asm_read_memory functions in disasm.c | Andrew Burgess | 1 | -13/+3 |
2022-06-15 | gdb: refactor the non-printing disassemblers | Andrew Burgess | 1 | -51/+37 |
2022-06-15 | gdb: add extension language print_insn hook | Andrew Burgess | 1 | -3/+26 |
2022-06-15 | gdb: add new base class to gdb_disassembler | Andrew Burgess | 1 | -20/+38 |
2022-04-04 | gdb: remove use of vfprintf_filtered | Andrew Burgess | 1 | -1/+1 |
2022-04-04 | objdump/opcodes: add syntax highlighting to disassembler output | Andrew Burgess | 1 | -2/+32 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -22/+22 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -1/+1 |
2022-02-14 | gdb: use python to colorize disassembler output | Andrew Burgess | 1 | -2/+56 |
2022-02-07 | gdb/disasm: combine the no printing disassembler setup code | Andrew Burgess | 1 | -5/+12 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 1 | -8/+8 |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -2/+2 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | gdb: use try/catch around a gdb_disassembler::print_insn call | Andrew Burgess | 1 | -5/+34 |
2021-10-22 | gdb: make disassembler fprintf callback a static member function | Andrew Burgess | 1 | -16/+15 |
2021-10-13 | gdb: improve error reporting from the disassembler | Andrew Burgess | 1 | -5/+9 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -4/+7 |
2021-05-27 | gdb: make add_setshow commands return set_show_commands | Simon Marchi | 1 | -5/+4 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-07-23 | gdb/disassembly: Update to handle non-statement addresses | Andrew Burgess | 1 | -6/+0 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -0/+6 |
2020-01-19 | Call disassemble_free_target in gdb | Tom Tromey | 1 | -1/+8 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-19 | Replace some more qsort calls with std::sort | Christian Biesinger | 1 | -16/+14 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -1/+2 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -25/+24 |
2019-07-27 | Restrict use of minsym names when printing addresses in disassembled code | Kevin Buettner | 1 | -4/+8 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-07-15 | Introduce field_unsigned | Tom Tromey | 1 | -1/+1 |