Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -3/+3 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -3/+3 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -3/+3 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -6/+6 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -37/+37 |
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-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -9/+9 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -1/+1 |
2019-06-13 | Make check_for_argument skip whitespace after arg itself | Pedro Alves | 1 | -2/+0 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -21/+20 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -20/+21 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-04 | Use upper case for more metasyntactic variables in gdb | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | C++-ify parse_format_string | Tom Tromey | 1 | -13/+4 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -1/+2 |
2017-09-27 | Constify some commands in ax-gdb.c | Tom Tromey | 1 | -9/+4 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -1/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Stop assuming no-debug-info variables have type int | Pedro Alves | 1 | -6/+44 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -0/+22 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -9/+3 |
2017-07-14 | ax-gdb: Remove more unused arguments | Simon Marchi | 1 | -4/+2 |
2017-07-14 | ax-gdb: Remove unnecessary gdbarch parameters | Simon Marchi | 1 | -41/+37 |
2017-07-14 | ax-gdb: Remove two unused agent_expr *ax parameters | Simon Marchi | 1 | -8/+8 |
2017-07-14 | ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parameters | Simon Marchi | 1 | -91/+73 |
2017-04-12 | Add a constructor and destructor to linespec_result | Tom Tromey | 1 | -4/+1 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -5/+3 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -9/+12 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-24 | Do not use std::move when assigning an anonymous object to a unique_ptr. | John Baldwin | 1 | -4/+4 |
2016-11-09 | agent_expr_up: gdb::unique_ptr -> std::unique_ptr | Pedro Alves | 1 | -3/+3 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -91/+49 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -9/+6 |
2016-01-21 | gdb.trace: Fix string collection for 64-bit platforms. | Marcin KoĆcielnicki | 1 | -12/+11 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | Introduce ax_raw_byte and use it | Simon Marchi | 1 | -1/+1 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -2/+6 |