Age | Commit message (Expand) | Author | Files | Lines |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-19 | Make copy_name return std::string | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -21/+13 |
2019-04-04 | Move type stack handling to a new class | Tom Tromey | 1 | -59/+0 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -11/+42 |
2019-04-04 | Move arglist_len et al to parser_state | Tom Tromey | 1 | -7/+32 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -11/+13 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -6/+8 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -4/+0 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -12/+17 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -18/+38 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -2/+7 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -1/+7 |
2019-04-04 | Remove parser_state "initial_size" parameter | Tom Tromey | 1 | -4/+3 |
2019-04-04 | Make increase_expout_size static | Tom Tromey | 1 | -6/+0 |
2019-03-23 | Have parser reset the innermost block tracker | Tom Tromey | 1 | -20/+3 |
2019-03-06 | gdb/fortran: Add Fortran 'kind' intrinsic and keyword | Andrew Burgess | 1 | -1/+2 |
2019-03-05 | Add ATTRIBUTE_UNUSED_RESULT to parser_state | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-06 | Use std::vector in type stacks | Tom Tromey | 1 | -7/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-28 | Implement struct type_stack with a vector | Simon Marchi | 1 | -5/+1 |
2018-01-21 | gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up | Andrew Burgess | 1 | -9/+38 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -3/+45 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -20/+16 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -9/+3 |
2017-09-04 | Make "p S::method() const::static_var" work too | Pedro Alves | 1 | -0/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+3 |
2017-03-20 | Support rvalue reference type in parser | Artemiy Volkov | 1 | -0/+1 |
2017-03-14 | Make length_of_subexp static | Simon Marchi | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-26 | Move block_found decl to symtab.h. | Doug Evans | 1 | -5/+0 |
2014-07-30 | Update comments to operator_check | Yao Qi | 1 | -8/+8 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -29/+54 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -4/+4 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -1/+1 |
2013-06-26 | I found this issue when I was debugging something else on IA-64. Both | Sergio Durigan Junior | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-07 | * ada-lang.c (ada_make_symbol_completion_list): Add 'code' | Tom Tromey | 1 | -0/+4 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -4/+4 |
2012-10-19 | Document exp_descriptor.op_name should never return NULL. | Joel Brobecker | 1 | -1/+4 |
2012-07-06 | PR exp/9608: | Tom Tromey | 1 | -1/+8 |
2012-07-06 | * c-exp.y (%union) <type_stack>: New field. | Tom Tromey | 1 | -1/+12 |