Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -1/+1 |
2019-05-17 | testsuite: Disable some tests when logging | Alan Hayward | 1 | -2/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -12/+8 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -8/+12 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -1/+2 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -3/+4 |
2018-09-16 | Expand "show disassembler-options" output | Tom Tromey | 1 | -4/+9 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -15/+112 |
2018-06-07 | Change build_address_symbolic to return std::string | Tom Tromey | 1 | -8/+3 |
2018-05-24 | Update help text in disasm.c | Tom Tromey | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-10-17 | Remove cleanups from disasm.c | Tom Tromey | 1 | -53/+29 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Use ui_out_emit_tuple in disasm.c | Tom Tromey | 1 | -82/+82 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -6/+6 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -3/+3 |
2017-04-22 | Use ui_out_emit_list | Tom Tromey | 1 | -5/+1 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -10/+3 |
2017-04-05 | -Wwrite-strings: Constify struct disassemble_info's disassembler_options field | Pedro Alves | 1 | -1/+1 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -0/+179 |
2017-02-02 | Reuse buffers across gdb_pretty_print_insn calls | Pedro Alves | 1 | -11/+14 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -12/+6 |
2017-02-02 | Add back gdb_pretty_print_insn | Pedro Alves | 1 | -32/+22 |
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 | -2/+11 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -72/+85 |
2017-01-26 | New function null_stream | Yao Qi | 1 | -16/+1 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -10/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -26/+25 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-07-14 | Remove some variables but call functions for side effects | Tom Tromey | 1 | -3/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -6/+0 |
2016-01-21 | gdb: Small cleanup to disasm.c:maybe_add_dis_line_entry | Andrew Burgess | 1 | -4/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -2/+2 |
2015-11-04 | disasm: add struct disasm_insn to describe to-be-disassembled instruction | Markus Metzger | 1 | -9/+40 |
2015-11-04 | disasm: split dump_insns | Markus Metzger | 1 | -77/+96 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -6/+6 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -7/+7 |
2015-08-14 | New /s modifier for the disassemble command. | Doug Evans | 1 | -30/+374 |