Minor rearrangement of tui-stack.c
[external/binutils.git] / gdb / dwarf-index-write.c
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-21 Simon Marchidwarf2read: Get rid of VEC (dwarf2_section_info_def)
2019-06-16 Simon MarchiWrite index for dwz -m file
2019-05-04 Tom TromeyDon't derive partial_symbol from general_symbol_info
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyIntroduce class psymtab_storage
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-27 Tom TromeyDo not reopen temporary files
2018-10-27 Tom TromeyUse mkostemp, not mkstemp
2018-10-27 Tom TromeyMove make_temp_filename to common/pathstuff.c
2018-10-05 Simon MarchiFix undefined behavior, don't pass NULL to fwrite
2018-08-09 Simon MarchiFix some gettext ARI warnings
2018-08-07 Simon MarchiAdd DWARF index cache
2018-07-26 Tom TromeyMake psymbols and psymtabs independent of the program...
2018-07-26 Tom TromeyChange representation of psymbol to flush out accessors
2018-05-23 Tom TromeyRemove symfile_complaints
2018-04-12 Jan KratochvilFix -D_GLIBCXX_DEBUG gdb-add-index regression
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-03-27 Tom TromeyInclude <cmath> in dwarf-index-write.c
2018-03-27 Simon MarchiMove DWARF index-related things to a separate file