aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/expr.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-02-15Change value::m_initialized to boolTom Tromey1-3/+3
2023-01-20gdb: move call site types to call-site.hSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-3/+3
2022-03-22Fix some stale header names from dwarf filesLuis Machado1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-05Add as_lval argument to expression evaluatorZoran Zaric1-7/+15
2021-08-05Simplify dwarf_expr_context class interfaceZoran Zaric1-29/+34
2021-08-05Make DWARF evaluator return a single struct valueZoran Zaric1-13/+10
2021-08-05Move piece_closure and its support to expr.cZoran Zaric1-0/+10
2021-08-05Merge evaluate_for_locexpr_baton evaluatorZoran Zaric1-10/+8
2021-08-05Inline get_reg_value method of dwarf_expr_contextZoran Zaric1-6/+0
2021-08-05Move push_dwarf_reg_entry_value to expr.cZoran Zaric1-8/+8
2021-08-05Move read_mem to dwarf_expr_contextZoran Zaric1-1/+1
2021-08-05Move get_object_address to dwarf_expr_contextZoran Zaric1-1/+9
2021-08-05Move dwarf_call to dwarf_expr_contextZoran Zaric1-16/+6
2021-08-05Move compilation unit info to dwarf_expr_contextZoran Zaric1-21/+8
2021-08-05Remove get_frame_cfa from dwarf_expr_contextZoran Zaric1-3/+0
2021-08-05Move frame context info to dwarf_expr_contextZoran Zaric1-14/+17
2021-08-05Cleanup of the dwarf_expr_context constructorZoran Zaric1-8/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-27Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cacheSimon Marchi1-5/+6
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-0/+325