Age | Commit message (Expand) | Author | Files | Lines |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -3/+4 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -4/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-04-15 | Use common_val_print_checked in print_variable_and_value | Tom Tromey | 1 | -1/+1 |
2021-03-24 | Extend "x" and "print" commands to support memory tagging | Luis Machado | 1 | -1/+101 |
2021-03-24 | New memory-tag commands | Luis Machado | 1 | -12/+369 |
2021-03-08 | Remove some null checks | Tom Tromey | 1 | -15/+14 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -7/+1 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -2/+8 |
2021-02-11 | gdb: add obj_section function to bound_minimal_symbol | Andrew Burgess | 1 | -1/+1 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -3/+3 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -7/+6 |
2021-01-08 | Pass void_context_p to parse_expression | Tom Tromey | 1 | -4/+6 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-17 | Remove a use of n_spaces | Tom Tromey | 1 | -1/+1 |
2020-11-27 | gdb: fix potentially uninitialised variable | Andrew Burgess | 1 | -7/+18 |
2020-11-19 | gdb: make use of skip_to_space and skip_spaces | Andrew Burgess | 1 | -4/+2 |
2020-11-17 | gdb: improve command completion for 'print', 'x', and 'display' | Andrew Burgess | 1 | -2/+79 |
2020-11-15 | fix printing of DWARF fixed-point type objects with format modifier | Joel Brobecker | 1 | -1/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -87/+87 |
2020-10-09 | Handle void results as unformatted prints | Hannes Domani | 1 | -0/+1 |
2020-09-23 | Handle bit offset and bit size in base types | Tom Tromey | 1 | -3/+13 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -3/+3 |
2020-07-12 | gdb: remove TYPE_RANGE_DATA macro | Simon Marchi | 1 | -2/+1 |
2020-05-15 | Remove lookup_objfile_from_block | Tom Tromey | 1 | -5/+13 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -18/+17 |
2020-05-08 | More C++-ification for struct display | Tom Tromey | 1 | -126/+67 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-03-13 | Two simple uses of value_print_scalar_formatted | Tom Tromey | 1 | -4/+1 |
2020-03-03 | Fix printf of a convenience variable holding an inferior address | Sergio Durigan Junior | 1 | -1/+2 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -1/+1 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -1/+1 |
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-12-12 | Remove MULTI_OBJFILE_P | Tom Tromey | 1 | -1/+1 |
2019-12-11 | Implement 'print -raw-values' and 'set print raw-values on|off' | Philippe Waroquiers | 1 | -2/+4 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 1 | -2/+2 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -5/+5 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+3 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-11-12 | gdb: Support printf 'z' size modifier | Andrew Burgess | 1 | -0/+10 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -5/+8 |
2019-10-01 | Use new %p format suffixes in gdb | Pedro Alves | 1 | -3/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-09-03 | Handle biased types | Tom Tromey | 1 | -20/+30 |
2019-08-19 | Fix Fortran regression with variables in nested functions | Tom Tromey | 1 | -2/+3 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -4/+5 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -1/+1 |