[gdb/testsuite] Restore breakpoint command in ui-redirect.exp
[external/binutils.git] / gdb / dwarf2read.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-21 Simon Marchidwarf2read: Get rid of VEC (dwarf2_section_info_def)
2019-06-21 Simon Marchidwarf2read: C++ify dwo_file
2019-06-21 Simon Marchidwarf2read: Use bool for dwarf2_section_info fields
2019-06-19 Tom de Vries[gdb] Fix build breaker with gcc 4.8
2019-06-18 Tom de Vries[gdb] Fix abstract_to_concrete type
2019-06-16 Simon MarchiWrite index for dwz -m file
2019-05-08 Tom TromeyConvert dwarf2_per_objfile to type-safe registry API
2019-05-08 Tom TromeyDon't declare read_unsigned_leb128 in defs.h
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-05 Tom de Vries[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstr...
2018-08-07 Simon MarchiAdd DWARF index cache
2018-07-26 Andrew Burgessgdb: Add switch to disable DWARF stack unwinders
2018-06-09 Tom TromeyRemove a VEC from dwarf2read.c
2018-05-18 Tom TromeyAllocate dwz_file with new
2018-05-18 Tom TromeyAllocate dwp_file with new
2018-05-18 Tom TromeyUse new to allocate mapped_index
2018-04-07 Simon MarchiMake dwarf2_per_objfile::all_type_units an std::vector
2018-04-07 Simon MarchiMake dwarf2_per_objfile::all_comp_units an std::vector
2018-04-07 Simon MarchiReplace dw2_get_cu/dw2_get_cutu with methods of dwarf2_...
2018-03-27 Simon MarchiMove DWARF index-related things to a separate file