gdb/typeprint.h: reorder struct declaration
[binutils-gdb.git] / gdb / parse.c
2021-04-15 Tom TromeyUse block_symbol in var_value_operation
2021-03-08 Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08 Tom TromeyChange exp_uses_objfile to return bool
2021-03-08 Tom TromeyInline expr_builder methods
2021-03-08 Tom TromeyInline expression constructor
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyAdd operation-related methods to parser_state
2021-03-08 Tom TromeyAdd completion for operations
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
2021-02-11 Tom TromeyFix two Fortran regressions
2021-02-10 Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-02-05 Tom TromeyExtract symbol-writing function from parsers
2021-01-28 Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22 Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-08 Tom TromeyPass void_context_p to parse_expression
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17 Tom TromeyChange parameters to language_defn::post_parser
2020-12-16 Tom TromeyChange void_context_p to bool
2020-12-02 Tom TromeyUse new+delete for struct expression
2020-11-30 Tom TromeyRemove per-language op_name functions
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-23 Andrew Burgessgdb: move f_language class into a header file
2020-10-22 Andrew Burgessgdb/fortran: add support for parsing array strides...
2020-10-22 Andrew Burgessgdb: rename 'enum range_type' to 'enum range_flag'
2020-10-22 Andrew Burgessgdb: Convert enum range_type to a bit field enum
2020-09-19 Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-09-16 Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-06-23 Andrew Burgessgdb: Convert language la_post_parser field to a method
2020-06-23 Andrew Burgessgdb: Convert language la_parser field to a method
2020-05-15 Tom TromeyRemove lookup_objfile_from_block
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
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
next