]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/expr.c
Simplify case DW_OP_GNU_uninit in dwarf_expr_context::execute_stack_op
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / expr.c
2023-06-12  Kevin BuettnerSimplify case DW_OP_GNU_uninit in dwarf_expr_context...
2023-06-11  Kevin BuettnerPermit DW_OP_GNU_uninit to be used with DW_OP_piece
2023-06-05  Tom TromeyUse unrelocated_addr in the DWARF reader
2023-05-11  Tom TromeyDo not print <synthetic pointer> when piece is optimize...
2023-03-29  Tom TromeyUse the correct frame when evaluating a dynamic property
2023-03-18  Tom TromeyUnify arch_integer_type and init_integer_type
2023-02-19  Tom TromeyConvert block_linkage_function to method
2023-02-15  Tom TromeyHave value::bits_synthetic_pointer return bool
2023-02-15  Tom TromeyChange value::m_stack to bool
2023-02-15  Tom TromeyChange value::m_initialized to bool
2023-02-13  Tom TromeyTurn various value copying-related functions into methods
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_incref and value_decref into methods
2023-02-13  Tom TromeyTurn value_bits_synthetic_pointer into a method
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn value_zero into static "constructor"
2023-02-13  Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13  Tom TromeyTurn allocate_computed_value into static "constructor"
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_initialized and set_value_initialized functi...
2023-02-13  Tom TromeyTurn value_computed_closure and value_computed_funcs...
2023-02-13  Tom TromeyTurn value_stack and set_value_stack functions into...
2023-02-13  Tom TromeyTurn some value offset functions into method
2023-02-13  Tom TromeyTurn value_offset into method
2023-02-13  Tom TromeyTurn value_parent into method
2023-02-13  Tom TromeyTurn value_bitpos into method
2023-02-13  Tom TromeyTurn value_bitsize into method
2023-02-13  Tom TromeyTurn value_type into method
2023-01-10  Rohr, Stephangdb/dwarf2: Fix 'rw_pieced_value' for values casted...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-08-18  Simon Marchigdb: call check_typedef at beginning of dwarf_expr_cont...
2022-08-04  Tom TromeyUse registry in gdbarch
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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