Age | Commit message (Expand) | Author | Files | Lines |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -2/+2 |
2021-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -3/+2 |
2021-03-08 | Change exp_uses_objfile to return bool | Tom Tromey | 1 | -4/+4 |
2021-03-08 | Inline expr_builder methods | Tom Tromey | 1 | -14/+0 |
2021-03-08 | Inline expression constructor | Tom Tromey | 1 | -10/+0 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -959/+19 |
2021-03-08 | Add operation-related methods to parser_state | Tom Tromey | 1 | -0/+127 |
2021-03-08 | Add completion for operations | Tom Tromey | 1 | -2/+24 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -7/+16 |
2021-02-11 | Fix two Fortran regressions | Tom Tromey | 1 | -1/+1 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -3/+2 |
2021-02-05 | Extract symbol-writing function from parsers | Tom Tromey | 1 | -0/+26 |
2021-01-28 | gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner} | Simon Marchi | 1 | -3/+3 |
2021-01-22 | gdb: remove TYPE_OBJFILE macro | Simon Marchi | 1 | -3/+4 |
2021-01-08 | Pass void_context_p to parse_expression | Tom Tromey | 1 | -4/+11 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-16 | Change parameters to language_defn::post_parser | Tom Tromey | 1 | -2/+2 |
2020-12-16 | Change void_context_p to bool | Tom Tromey | 1 | -4/+4 |
2020-12-01 | Use new+delete for struct expression | Tom Tromey | 1 | -21/+28 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+0 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -15/+15 |
2020-10-23 | gdb: move f_language class into a header file | Andrew Burgess | 1 | -1/+0 |
2020-10-22 | gdb/fortran: add support for parsing array strides in expressions | Andrew Burgess | 1 | -0/+2 |
2020-10-22 | gdb: rename 'enum range_type' to 'enum range_flag' | Andrew Burgess | 1 | -4/+4 |
2020-10-22 | gdb: Convert enum range_type to a bit field enum | Andrew Burgess | 1 | -15/+7 |
2020-09-19 | gdb/fortran: Move Fortran expression handling into f-lang.c | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_exp_desc to a method | Andrew Burgess | 1 | -4/+5 |
2020-06-23 | gdb: Convert language la_post_parser field to a method | Andrew Burgess | 1 | -10/+1 |
2020-06-23 | gdb: Convert language la_parser field to a method | Andrew Burgess | 1 | -1/+1 |
2020-05-15 | Remove lookup_objfile_from_block | Tom Tromey | 1 | -1/+1 |
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-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-30 | gdb/fortran: Introduce fortran-operator.def file | Andrew Burgess | 1 | -1/+0 |
2019-04-19 | Make copy_name return std::string | Tom Tromey | 1 | -28/+9 |
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 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -18/+18 |
2019-04-04 | Move type stack handling to a new class | Tom Tromey | 1 | -333/+0 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -51/+42 |
2019-04-04 | Move arglist_len et al to parser_state | Tom Tromey | 1 | -32/+0 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -8/+3 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -4/+1 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -2/+0 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -6/+6 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -21/+21 |