gdb: remove SYMBOL_INLINED macro
[binutils-gdb.git] / gdb / dwarf2 / frame.c
2022-02-06 Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
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 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-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-03-20 Tom TromeyIntroduce dwarf2/public.h
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-03 Simon Marchigdb: fix logic of find_comp_unit and set_comp_unit
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile to dwarf_expr_context and dwarf2...
2020-05-19 Alan ModraUse bfd_get_filename throughout gdb
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-03 Tom TromeyFind tailcall frames before inline frames
2020-02-12 Tom TromeyMove the frame data to the BFD when possible
2020-02-12 Tom TromeyRemove the objfile backlink from comp_unit
2020-02-12 Tom TromeyRemove a use of the comp_unit backlink
2020-02-12 Tom TromeyAdd per-unit obstack
2020-02-12 Tom TromeyStore the comp_unit instead of the FDE table
2020-02-12 Tom TromeyChange fde table to a vector
2020-02-08 Tom TromeyUnify read_initial_length implementations
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory