aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/loc.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+11
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-4/+4
2022-04-03gdb/dwarf: pass an array of values to the dwarf evaluatorAndrew Burgess1-3/+5
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-2/+4
2021-08-05Make DWARF evaluator return a single struct valueZoran Zaric1-0/+5
2021-08-05Move piece_closure and its support to expr.cZoran Zaric1-6/+10
2021-08-05Move push_dwarf_reg_entry_value to expr.cZoran Zaric1-0/+12
2021-08-05Move compilation unit info to dwarf_expr_contextZoran Zaric1-0/+8
2021-06-11gdb: remove unused struct call_site_stuff forward declarationSimon Marchi1-1/+0
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-27Remove dwarf2_per_cu_data::objfile ()Simon Marchi1-1/+2
2020-05-27Add dwarf2_per_objfile member to DWARF batonsTom Tromey1-1/+7
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey1-1/+1
2020-04-24Allow DWARF expression to push the initial addressTom Tromey1-2/+6
2020-03-20Make dwarf2_evaluate_property parameter constTom Tromey1-1/+1
2020-02-26Move more declarations from dwarf2/loc.h to dwarf2/read.hSimon Marchi1-18/+0
2020-02-25Move dwarf2_read_addr_index declaration to dwarf2/read.hSimon Marchi1-3/+0
2020-02-25Move dwarf2_get_die_type declaration to dwarf2/read.hSimon Marchi1-3/+0
2020-02-22Make dwarf2_compile_expr_to_ax staticTom Tromey1-20/+0
2020-02-14Return unique_xmalloc_ptr from call_site_find_chainTom Tromey1-3/+2
2020-02-08Add some methods to dwarf2_per_cu_dataTom Tromey1-23/+0
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-0/+324