Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -3/+3 |
2021-10-09 | [gdb] Make execute_command_to_string return string on throw | Tom de Vries | 1 | -2/+2 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -11/+11 |
2021-09-18 | [gdb/ada] Handle artificial local symbols | Tom de Vries | 1 | -0/+2 |
2021-08-02 | Remove uses of fprintf_symbol_filtered | Tom Tromey | 1 | -9/+4 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -6/+6 |
2021-05-27 | gdb: make add_info_alias accept target as a cmd_list_element | Simon Marchi | 1 | -8/+10 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -13/+15 |
2021-05-27 | gdb: make add_setshow commands return set_show_commands | Simon Marchi | 1 | -7/+8 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -4/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-15 | Introduce expression::first_opcode | Tom Tromey | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -55/+55 |
2020-10-30 | Make scoped_restore_current_thread's cdtors exception free (RFC) | Pedro Alves | 1 | -5/+4 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -4/+4 |
2020-08-15 | [gdb/backtrace] Fix printing of fortran string args | Tom de Vries | 1 | -0/+6 |
2020-05-22 | gdb: Restore old annotations behaviour when printing frame info | Andrew Burgess | 1 | -4/+19 |
2020-05-15 | Ensure class_alias is only used for user-defined aliases. | Philippe Waroquiers | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -1/+1 |
2020-04-30 | Remove duplicated creation of "frame" command and "f" alias. | Philippe Waroquiers | 1 | -9/+0 |
2020-04-29 | Remove some dead code | Tom Tromey | 1 | -50/+0 |
2020-03-13 | Introduce common_val_print_checked | Tom Tromey | 1 | -1/+1 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -1/+1 |
2020-02-24 | [gdb] Ensure listing of unused static var in info locals | Tom de Vries | 1 | -0/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-06 | gdb: Fix backtrace with disassemble-next-line on | Andrew Burgess | 1 | -5/+5 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -7/+7 |
2019-12-06 | Fix crash when command arg is missing in faas/taas/tfaas commands. | Philippe Waroquiers | 1 | -0/+2 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -16/+15 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -2/+2 |
2019-11-10 | gdb: Add a class to track last display symtab and line information | Andrew Burgess | 1 | -70/+94 |
2019-11-10 | gdb: Convert frame_show_address to return a bool | Andrew Burgess | 1 | -2/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Use styled_string in more places | Tom Tromey | 1 | -3/+6 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -9/+15 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -7/+9 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-08-27 | gdb: Add new -n flag to some info commands | Andrew Burgess | 1 | -4/+73 |
2019-08-16 | Move [PAC] into a new MI field addr_flags | Alan Hayward | 1 | -9/+20 |
2019-08-07 | Make struct frame_arg self-managing | Tom Tromey | 1 | -12/+6 |
2019-08-07 | AArch64 pauth: Indicate unmasked addresses in backtrace | Alan Hayward | 1 | -1/+5 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -6/+7 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -4/+4 |
2019-07-29 | Implement 'set print frame-info|frame-arguments presence'. | Philippe Waroquiers | 1 | -18/+108 |
2019-07-27 | Prefer symtab symbol over minsym for function names in non-contiguous blocks | Kevin Buettner | 1 | -56/+15 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -5/+5 |