summaryrefslogtreecommitdiff
path: root/gdb/parse.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Convert language_data::la_exp_desc to a methodAndrew Burgess2020-09-161-4/+5
* gdb: Convert language la_post_parser field to a methodAndrew Burgess2020-06-231-10/+1
* gdb: Convert language la_parser field to a methodAndrew Burgess2020-06-231-1/+1
* Remove lookup_objfile_from_blockTom Tromey2020-05-151-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess2019-04-301-1/+0
* Make copy_name return std::stringTom Tromey2019-04-191-28/+9
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-18/+18
* Move type stack handling to a new classTom Tromey2019-04-041-333/+0
* Move completion parsing to parser_stateTom Tromey2019-04-041-51/+42
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-32/+0
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-8/+3
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-4/+1
* Remove paren_depth globalTom Tromey2019-04-041-2/+0
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-6/+6
* Make base class for parser_stateTom Tromey2019-04-041-21/+21
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-2/+2
* Remove parser_state "initial_size" parameterTom Tromey2019-04-041-4/+3
* Make increase_expout_size staticTom Tromey2019-04-041-2/+7
* More block constificationTom Tromey2019-03-241-2/+1
* Have parser reset the innermost block trackerTom Tromey2019-03-231-19/+12
* gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess2019-03-061-0/+1
* Use std::vector in type stacksTom Tromey2019-01-061-18/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+3
* Avoid undefined behavior in ada_operator_lengthTom Tromey2018-10-031-1/+5
* Implement struct type_stack with a vectorSimon Marchi2018-08-281-69/+43
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove la_errorTom Tromey2018-06-181-2/+1
* Add inclusive range support for RustTom Tromey2018-04-271-0/+2
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-26/+19
* Remove a cleanup from parse_expression_for_completionTom Tromey2018-02-211-16/+14
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-211-2/+7
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-1/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-40/+37
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-9/+2
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-74/+17
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change funcall_chain to be a std::vectorTom Tromey2017-09-061-39/+7