Remove path name from test case
[binutils-gdb.git] / gdb / parse.c
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-05-23 Tom TromeyAdd PARSER_LEAVE_BLOCK_ALONE flag
2023-05-23 Tom TromeyAdd PARSER_DEBUG flag
2023-05-23 Tom TromeySimplify parser_state constructor
2023-05-23 Tom TromeyIntroduce and use parser flags
2023-05-23 Tom TromeyAvoid forward declaration in parse.c
2023-04-28 Tom TromeyMove find_minimal_symbol_address to minsyms.c
2023-04-25 Tom TromeyRemove some "goto"s from parse.c
2023-04-17 Tom TromeyAdd overload of fits_in_type
2023-03-28 Tom TromeyRename "raw" to "unrelocated"
2023-03-28 Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-18 Tom TromeyRename objfile_type to builtin_type
2023-02-27 Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-19 Tom TromeyConvert contained_in to method
2023-02-19 Tom TromeyConvert block_linkage_function to method
2023-01-04 Tom TromeyConvert exp_uses_objfile to a method of expression
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-14 Tom TromeyRemove dump_prefix_expression
2022-06-04 Tom de Vries[gdb/c] Fix type of 2147483648 and literal truncation
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-11 Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-04-04 Tom TromeyRefactor expression completion
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify vprintf functions
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-05 Tom TromeyIntroduce make_unique_xstrndup
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
next