Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | Implement some unary operations | Tom Tromey | 1 | -0/+47 |
2021-03-08 | Introduce comma_operation | Tom Tromey | 1 | -0/+22 |
2021-03-08 | Introduce repeat_operation | Tom Tromey | 1 | -0/+50 |
2021-03-08 | Introduce ternop_cond_operation | Tom Tromey | 1 | -0/+29 |
2021-03-08 | Introduce internalvar_operation | Tom Tromey | 1 | -0/+25 |
2021-03-08 | Introduce register_operation | Tom Tromey | 1 | -0/+24 |
2021-03-08 | Introduce var_msym_value_operation | Tom Tromey | 1 | -0/+17 |
2021-03-08 | Introduce long_const_operation | Tom Tromey | 1 | -0/+10 |
2021-03-08 | Introduce scope_operation | Tom Tromey | 1 | -0/+13 |
2021-03-08 | Add two agent expression helper functions | Tom Tromey | 1 | -0/+46 |
2021-03-08 | Introduce class operation | Tom Tromey | 1 | -0/+26 |
2021-03-08 | Split gen_expr_binop_rest | Tom Tromey | 1 | -2/+14 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+1 |
2020-11-10 | Use "const" more in ax-gdb.c | Tom Tromey | 1 | -10/+10 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -43/+43 |
2020-09-16 | gdb: Convert la_name_of_this to a method | Andrew Burgess | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -9/+8 |
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 |