aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/expr.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-5/+2
2021-12-03gdbsupport: add array_view copy functionSimon Marchi1-2/+2
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-9/+9
2021-10-05Add lval_funcs::is_optimized_outTom Tromey1-12/+44
2021-08-16Fix register regression in DWARF evaluatorTom Tromey1-1/+3
2021-08-16Fix Ada regression due to DWARF expression seriesTom Tromey1-1/+3
2021-08-08Include objfiles.h in a few .c filesTom Tromey1-0/+1
2021-08-05Add as_lval argument to expression evaluatorZoran Zaric1-3/+8
2021-08-05Simplify dwarf_expr_context class interfaceZoran Zaric1-163/+185
2021-08-05Make DWARF evaluator return a single struct valueZoran Zaric1-3/+156
2021-08-05Move piece_closure and its support to expr.cZoran Zaric1-0/+571
2021-08-05Merge evaluate_for_locexpr_baton evaluatorZoran Zaric1-2/+18
2021-08-05Inline get_reg_value method of dwarf_expr_contextZoran Zaric1-17/+7
2021-08-05Move push_dwarf_reg_entry_value to expr.cZoran Zaric1-0/+50
2021-08-05Move read_mem to dwarf_expr_contextZoran Zaric1-0/+9
2021-08-05Move dwarf_call to dwarf_expr_contextZoran Zaric1-1/+27
2021-08-05Move compilation unit info to dwarf_expr_contextZoran Zaric1-16/+56
2021-08-05Remove get_frame_cfa from dwarf_expr_contextZoran Zaric1-1/+4
2021-08-05Move frame context info to dwarf_expr_contextZoran Zaric1-3/+71
2021-08-05Cleanup of the dwarf_expr_context constructorZoran Zaric1-10/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-17/+17
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-3/+3
2020-07-28Fix bug in DW_OP_GNU_variable_value evaluationTom Tromey1-1/+2
2020-05-27Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cacheSimon Marchi1-5/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-0/+1428