aboutsummaryrefslogtreecommitdiff
path: root/gdb/parser-defs.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Use bool for "parse_completion"Tom Tromey1-2/+2
2021-03-08Change exp_uses_objfile to return boolTom Tromey1-1/+1
2021-03-08Inline expr_builder methodsTom Tromey1-2/+8
2021-03-08Remove union exp_elementTom Tromey1-179/+0
2021-03-08Add operation-related methods to parser_stateTom Tromey1-0/+63
2021-03-08Add completion for operationsTom Tromey1-0/+11
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-0/+7
2021-02-05Extract symbol-writing function from parsersTom Tromey1-0/+10
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16Change parameters to language_defn::post_parserTom Tromey1-2/+7
2020-11-30Remove per-language op_name functionsTom Tromey1-8/+0
2020-09-19gdb/fortran: Move Fortran expression handling into f-lang.cAndrew Burgess1-0/+16
2020-06-23gdb: Convert language la_post_parser field to a methodAndrew Burgess1-3/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-19Make copy_name return std::stringTom Tromey1-1/+1
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-21/+13
2019-04-04Move type stack handling to a new classTom Tromey1-59/+0
2019-04-04Move completion parsing to parser_stateTom Tromey1-11/+42
2019-04-04Move arglist_len et al to parser_stateTom Tromey1-7/+32
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-11/+13
2019-04-04Move comma_terminates global to parser_stateTom Tromey1-6/+8
2019-04-04Remove paren_depth globalTom Tromey1-4/+0
2019-04-04Move expression_context_* globals to parser_stateTom Tromey1-12/+17
2019-04-04Make base class for parser_stateTom Tromey1-18/+38
2019-04-04Turn parse_language into a methodTom Tromey1-2/+7
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-1/+7
2019-04-04Remove parser_state "initial_size" parameterTom Tromey1-4/+3
2019-04-04Make increase_expout_size staticTom Tromey1-6/+0
2019-03-23Have parser reset the innermost block trackerTom Tromey1-20/+3
2019-03-06gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess1-1/+2
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to parser_stateTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-06Use std::vector in type stacksTom Tromey1-7/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-28Implement struct type_stack with a vectorSimon Marchi1-5/+1
2018-01-21gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess1-9/+38
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-3/+45
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-30C++-ify parser_stateTom Tromey1-20/+16
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-9/+3
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves1-0/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-03-20Support rvalue reference type in parserArtemiy Volkov1-0/+1
2017-03-14Make length_of_subexp staticSimon Marchi1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1