Use an accessor function for general_symbol_info::language
[deliverable/binutils-gdb.git] / gdb / parse.c
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-26  Simon MarchiMake a bunch of functions static
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-30  Andrew Burgessgdb/fortran: Introduce fortran-operator.def file
2019-04-19  Tom TromeyMake copy_name return std::string
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-05  Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05  Tom TromeyMove type stack handling to a new class
2019-04-05  Tom TromeyMove completion parsing to parser_state
2019-04-05  Tom TromeyMove arglist_len et al to parser_state
2019-04-05  Tom TromeyMove lexptr and prev_lexptr to parser_state
2019-04-05  Tom TromeyMove comma_terminates global to parser_state
2019-04-05  Tom TromeyRemove paren_depth global
2019-04-05  Tom TromeyMove expression_context_* globals to parser_state
2019-04-05  Tom TromeyMake base class for parser_state
2019-04-05  Tom TromeyTurn parse_gdbarch into a method
2019-04-05  Tom TromeyRemove parser_state "initial_size" parameter
2019-04-05  Tom TromeyMake increase_expout_size static
2019-03-25  Tom TromeyMore block constification
2019-03-23  Tom TromeyHave parser reset the innermost block tracker
2019-03-06  Andrew Burgessgdb/fortran: Add Fortran 'kind' intrinsic and keyword
2019-01-06  Tom TromeyUse std::vector in type stacks
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-10-03  Tom TromeyAvoid undefined behavior in ada_operator_length
2018-08-28  Simon MarchiImplement struct type_stack with a vector
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-22  Tom TromeySimple unused variable removals
2018-06-18  Tom TromeyRemove la_error
2018-04-27  Tom TromeyAdd inclusive range support for Rust
2018-04-26  Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-02-21  Tom TromeyRemove a cleanup from parse_expression_for_completion
2018-01-21  Andrew Burgessgdb: PR mi/20395: Fix -var-update for registers in...
2018-01-21  Andrew Burgessgdb: New API for tracking innermost block
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31  Tom TromeyC++-ify parser_state
2017-12-05  Simon MarchiRemove some unused variables
2017-11-06  Ulrich WeigandTarget FP: Add string routines to target-float.{c,h}
2017-10-25  Ulrich WeigandTarget FP: Use target format throughout expression...
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-06  Tom TromeyChange funcall_chain to be a std::vector
2017-09-06  Jan KratochvilFix accessing TLS variables with no debug info
2017-09-04  Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04  Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04  Pedro AlvesEliminate UNOP_MEMVAL_TLS
2017-09-04  Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-08-03  Tom TromeyRemove make_cleanup_restore_current_language
2017-03-20  Artemiy VolkovSupport rvalue reference type in parser
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-14  Simon MarchiMake length_of_subexp static
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-24  John BaldwinDo not use std::move when assigning an anonymous object...
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-05-17  Tom TromeyRename OP_F90_RANGE to OP_RANGE.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-03-26  Joel Brobeckerdtrace-probe: Handle error while parsing probe argument.
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18  Doug EvansUse SYMBOL_OBJFILE more.
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30  Yao QiUpdate comments to operator_check
2014-04-11  Sanimir Agovicvla: introduce new bound type abstraction adapt uses
2014-03-27  Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeychange minsym representation
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-02  Keith SeitzConstification of parse_linespec and fallout:
2013-08-05  Tom Tromeyremove msymbol_objfile
2013-04-15  Tom Tromey PR c++/9065:
2013-04-08  Tom Tromey PR symtab/8424:
2013-04-08  Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-01-13  Jan Kratochvilgdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-14  Tom Tromey * c-exp.y (block, variable, name_not_typename, lex_one...
2012-12-07  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Add...
2012-12-07  Tom Tromey * expression.h (parse_expression_for_completion):...
2012-12-03  Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-11-02  Yao Qigdb:
2012-08-13  Yao Qigdb/
2012-08-13  Yao Qigdb/
next
This page took 0.939827 seconds and 107 git commands to generate.