summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/expr.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-5/+2
* gdbsupport: add array_view copy functionSimon Marchi2021-12-031-2/+2
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-9/+9
* Add lval_funcs::is_optimized_outTom Tromey2021-10-051-12/+44
* Fix register regression in DWARF evaluatorTom Tromey2021-08-161-1/+3
* Fix Ada regression due to DWARF expression seriesTom Tromey2021-08-161-1/+3
* Include objfiles.h in a few .c filesTom Tromey2021-08-081-0/+1
* Add as_lval argument to expression evaluatorZoran Zaric2021-08-051-3/+8
* Simplify dwarf_expr_context class interfaceZoran Zaric2021-08-051-163/+185
* Make DWARF evaluator return a single struct valueZoran Zaric2021-08-051-3/+156
* Move piece_closure and its support to expr.cZoran Zaric2021-08-051-0/+571
* Merge evaluate_for_locexpr_baton evaluatorZoran Zaric2021-08-051-2/+18
* Inline get_reg_value method of dwarf_expr_contextZoran Zaric2021-08-051-17/+7
* Move push_dwarf_reg_entry_value to expr.cZoran Zaric2021-08-051-0/+50
* Move read_mem to dwarf_expr_contextZoran Zaric2021-08-051-0/+9
* Move dwarf_call to dwarf_expr_contextZoran Zaric2021-08-051-1/+27
* Move compilation unit info to dwarf_expr_contextZoran Zaric2021-08-051-16/+56
* Remove get_frame_cfa from dwarf_expr_contextZoran Zaric2021-08-051-1/+4
* Move frame context info to dwarf_expr_contextZoran Zaric2021-08-051-3/+71
* Cleanup of the dwarf_expr_context constructorZoran Zaric2021-08-051-10/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-17/+17
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-3/+3
* Fix bug in DW_OP_GNU_variable_value evaluationTom Tromey2020-07-281-1/+2
* Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cacheSimon Marchi2020-05-271-5/+6
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-0/+1428