]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/loc.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / loc.c
10 days ago  Simon Marchigdb: remove gdbcmd.h
12 days ago  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-01-29  Hannes DomaniFix backtrace limit stopping on inline frame
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-22  Tom TromeyFix handling of DW_OP_GNU_push_tls_address
2024-01-20  Simon Marchigdb: remove SYMBOL_*_OPS macros
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-16  Hannes DomaniUse function entry point record only for entry values
2023-06-20  Tom TromeyUse gdb::byte_vector in agent_expr
2023-06-05  Tom TromeyUse unrelocated_addr in the DWARF reader
2023-06-05  Tom TromeyMinor cleanup in loclist_describe_location
2023-04-21  Tom TromeyHandle function descriptors in call_site_target
2023-03-01  Tom TromeyUse const for dwarf2_property_baton
2023-03-01  Tom TromeyMake gdb property batons type-safe
2023-02-19  Tom TromeyConvert block_linkage_function to method
2023-02-15  Tom TromeyChange value::m_lazy to bool
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn value_copy into a method
2023-02-13  Tom TromeyTurn value_incref and value_decref into methods
2023-02-13  Tom TromeyTurn some value_contents functions into methods
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_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_computed_closure and value_computed_funcs...
2023-02-13  Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-02-08  Tom TromeyRemove compunit_symtab::m_block_line_section
2023-01-03  Tom TromeyDon't let property evaluation affect the current language
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-14  Carl LovePowerPC, fix support for printing the function return...
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-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-03  Andrew Burgessgdb/dwarf: pass an array of values to the dwarf evaluator
2022-04-03  Andrew Burgessgdb: small simplification in dwarf2_locexpr_baton_eval
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-28  Tom TromeyHandle multiple addresses in call_site_target
2022-03-28  Tom TromeyChange call_site_target to iterate over addresses
2022-03-28  Tom TromeyChange call_site_find_chain_1 to work recursively
2022-03-28  Tom TromeyConstify chain_candidate
2022-03-28  Tom TromeyMake call_site_target members private
2022-03-28  Tom TromeyChange call_site_target to use custom type and enum
2022-03-22  Luis MachadoFix some stale header names from dwarf files
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-10  Tom TromeyHandle PIE in .debug_loclists
2021-11-09  Tom TromeyCorrectly handle DW_LLE_start_end
2021-10-29  Simon Marchigdb: remove FIELD_DWARF_BLOCK macro
2021-10-29  Simon Marchigdb: remove FIELD_STATIC_PHYSADDR macro
2021-10-29  Simon Marchigdb: remove FIELD_STATIC_PHYSNAME macro
2021-10-29  Simon Marchigdb: remove FIELD_LOC_KIND macro
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-05  Tom TromeyAdd lval_funcs::is_optimized_out
2021-10-04  Simon Marchi[gdb/symtab] Use unrelocated addresses in call_site
2021-10-04  Simon Marchi[gdb/symtab] C++-ify call_site
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 ZaricRemove empty frame and full evaluators
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 get_object_address 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 ZaricReplace the symbol needs evaluator with a parser
2021-06-22  Andreas Schwabgdb: Support DW_LLE_start_end
2021-06-04  Tom TromeyAdd PROP_VARIABLE_NAME
2021-05-17  Tom TromeyAvoid crash with GCC trunk
2021-01-24  Tom TromeyUse std::vector for "registers_used" in compile feature
2021-01-19  Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-30  Tom de Vries[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-17  Simon Marchigdb: fix wrong indentation in symbol_needs_eval_context
2020-08-17  Simon Marchigdb: use bool in dwarf2_loc_desc_get_symbol_read_needs
2020-08-09  Simon Marchigdb: replace function pointer with `void *` data with...
2020-07-13  Simon Marchigdb: add accessors to struct dynamic_prop
2020-06-23  Simon Marchigdb: add some more empty lines in loc.c
2020-06-23  Simon Marchigdb: add empty lines in loc.c
2020-05-28  Simon Marchigdb: add comment in dwarf_evaluate_loc_desc::push_dwarf...
2020-05-28  Simon Marchigdb: use caller objfile in dwarf_evaluate_loc_desc...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to get_die_type_at_offset
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::objfile ()
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameters to dwarf2_fetch_...
next