Fix a new warning on Cygwin
[binutils-gdb.git] / gdb / dwarf2 / expr.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-12-03 Simon Marchigdbsupport: add array_view copy function
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-05 Tom TromeyAdd lval_funcs::is_optimized_out
2021-08-16 Tom TromeyFix register regression in DWARF evaluator
2021-08-16 Tom TromeyFix Ada regression due to DWARF expression series
2021-08-08 Tom TromeyInclude objfiles.h in a few .c files
2021-08-05 Zoran ZaricAdd as_lval argument to expression evaluator
2021-08-05 Zoran ZaricSimplify dwarf_expr_context class interface
2021-08-05 Zoran ZaricMake DWARF evaluator return a single struct value
2021-08-05 Zoran ZaricMove piece_closure and its support to expr.c
2021-08-05 Zoran ZaricMerge evaluate_for_locexpr_baton evaluator
2021-08-05 Zoran ZaricInline get_reg_value method of dwarf_expr_context
2021-08-05 Zoran ZaricMove push_dwarf_reg_entry_value to expr.c
2021-08-05 Zoran ZaricMove read_mem to dwarf_expr_context
2021-08-05 Zoran ZaricMove dwarf_call to dwarf_expr_context
2021-08-05 Zoran ZaricMove compilation unit info to dwarf_expr_context
2021-08-05 Zoran ZaricRemove get_frame_cfa from dwarf_expr_context
2021-08-05 Zoran ZaricMove frame context info to dwarf_expr_context
2021-08-05 Zoran ZaricCleanup of the dwarf_expr_context constructor
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-28 Tom TromeyFix bug in DW_OP_GNU_variable_value evaluation
2020-05-27 Simon MarchiAdd dwarf2_per_objfile to dwarf_expr_context and dwarf2...
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory