Age | Commit message (Expand) | Author | Files | Lines |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -3/+3 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-06-07 | Constify solib_name_from_address | Tom Tromey | 1 | -2/+3 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-03-31 | Remove dbx mode | Tom Tromey | 1 | -23/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -54/+54 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -25/+25 |
2022-03-16 | gdb/mi: consistently notify user when GDB/MI client uses -thread-select | Jan Vrany | 1 | -8/+0 |
2022-03-06 | Use function view when iterating over block symbols | Tom Tromey | 1 | -29/+21 |
2022-02-15 | gdb: Respect the DW_CC_nocall attribute | Lancelot SIX | 1 | -3/+15 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -5/+5 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -10/+10 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -14/+11 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
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 |