Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-11 | gdb: Add command completers for some info commands | Andrew Burgess | 1 | -4/+6 |
2019-07-11 | gdb: Make use of gdb::option framework for some info commands | Andrew Burgess | 1 | -28/+10 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-15 | gdb: Don't allow annotations to influence what else GDB prints | Andrew Burgess | 1 | -32/+28 |
2019-06-15 | gdb: Remove an update of current_source_line and current_source_symtab | Andrew Burgess | 1 | -4/+3 |
2019-06-13 | Make "frame apply" support -OPT options | Pedro Alves | 1 | -31/+191 |
2019-06-13 | "backtrace full/no-filters/hide" completer | Pedro Alves | 1 | -22/+62 |
2019-06-13 | Make "backtrace" support -OPT options | Pedro Alves | 1 | -97/+239 |
2019-06-13 | "set print raw frame-arguments" -> "set print raw-frame-arguments" | Pedro Alves | 1 | -2/+14 |
2019-05-04 | Use "false" in select_frame_for_mi | Tom Tromey | 1 | -1/+1 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -1/+2 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -11/+11 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -33/+22 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -16/+16 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Style addresses | Tom Tromey | 1 | -1/+2 |
2018-12-28 | Style variable names | Tom Tromey | 1 | -1/+1 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -6/+9 |
2018-11-02 | QUIET flag initialization missing in 2 places. | Philippe Waroquiers | 1 | -1/+1 |
2018-10-27 | Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var... | Philippe Waroquiers | 1 | -18/+121 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+1 |