aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix accessing TLS variables with no debug infoJan Kratochvil2017-09-061-2/+10
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-3/+30
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-041-0/+6
* Eliminate UNOP_MEMVAL_TLSPedro Alves2017-09-041-10/+0
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-32/+49
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-11/+7
* Support rvalue reference type in parserArtemiy Volkov2017-03-201-17/+22
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1