Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -4/+4 |
2014-11-15 | PR symtab/17559 | Doug Evans | 1 | -3/+2 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-24 | Use target_read_code in disassemble. | Yao Qi | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-03-11 | Add a disassembly flag to omit the pc prefix and use it in the "record | Markus Metzger | 1 | -1/+3 |
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 | -4/+8 |
2012-03-27 | 2012-03-27 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -11/+11 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-02-03 | http://sourceware.org/ml/gdb-patches/2010-12/msg00300.html | Andrew Burgess | 1 | -6/+15 |
2011-01-12 | http://sourceware.org/ml/gdb-patches/2010-12/msg00299.html | Andrew Burgess | 1 | -1/+13 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -9/+10 |