gdb/testsuite: gdb.base/args.exp: add KFAIL for native-extended-gdbserver
[binutils-gdb.git] / gdb / dwarf2 / frame.c
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