summaryrefslogtreecommitdiff
path: root/gdb/parser-defs.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make copy_name return std::stringTom Tromey2019-04-191-1/+1
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-21/+13
* Move type stack handling to a new classTom Tromey2019-04-041-59/+0
* Move completion parsing to parser_stateTom Tromey2019-04-041-11/+42
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-7/+32
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-11/+13
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-6/+8
* Remove paren_depth globalTom Tromey2019-04-041-4/+0
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-12/+17
* Make base class for parser_stateTom Tromey2019-04-041-18/+38
* Turn parse_language into a methodTom Tromey2019-04-041-2/+7
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-1/+7
* Remove parser_state "initial_size" parameterTom Tromey2019-04-041-4/+3
* Make increase_expout_size staticTom Tromey2019-04-041-6/+0
* Have parser reset the innermost block trackerTom Tromey2019-03-231-20/+3
* gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess2019-03-061-1/+2
* Add ATTRIBUTE_UNUSED_RESULT to parser_stateTom Tromey2019-03-051-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Use std::vector in type stacksTom Tromey2019-01-061-7/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Implement struct type_stack with a vectorSimon Marchi2018-08-281-5/+1
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-211-9/+38
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-3/+45
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-20/+16
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-9/+3
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Support rvalue reference type in parserArtemiy Volkov2017-03-201-0/+1
* Make length_of_subexp staticSimon Marchi2017-03-141-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Move block_found decl to symtab.h.Doug Evans2014-10-261-5/+0
* Update comments to operator_checkYao Qi2014-07-301-8/+8
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-29/+54
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-4/+4
* remove msymbol_objfileTom Tromey2013-08-051-1/+1
* I found this issue when I was debugging something else on IA-64. BothSergio Durigan Junior2013-06-261-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey2012-12-071-0/+4
* * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey2012-12-031-4/+4