Add support for the readnever concept
[external/binutils.git] / gdb / dwarf2read.c
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-21 Pedro AlvesFix mapped_index::find_name_components_bounds upper...
2017-11-21 Pedro AlvesUnit test name-component bounds searching directly
2017-11-21 Pedro Alves0xff chars in name components table; cp-name-parser...
2017-11-17 Tom TromeyUse an enum to represent subclasses of symbol
2017-11-17 Tom TromeyMake template_symbol derive from symbol
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-08 Tom TromeyRemove symbolp vector
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesReorder/reindent dw2_expand_symtabs_matching & friends
2017-11-08 Pedro AlvesOptimize .gdb_index symbol name searching
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-04 Tom TromeyReplace really_free_pendings with a scoped_ class
2017-10-18 Keith SeitzIssue complaint instead of assert for invalid/unhandled...
2017-10-17 Keith SeitzRecord and output access specifiers for nested typedefs
2017-10-14 Simon MarchiReplace psymbol_allocation_list with std::vector
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-09 Pedro AlvesMake cp_remove_params return a gdb::unique_xmalloc_ptr
2017-10-09 Tom TromeyRemove some cleanups from dwarf2read.c
2017-09-28 Doug Evans(open_and_init_dwp_file): Protect against some segvs
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-27 Tom TromeyConstify save_gdb_index_command
2017-09-26 Walfred Tedeschidwarf2read: Restrict ICC workaround to ICC<14
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-15 Simon Marchidwarf2read: Replace copy_string usages with savestring
2017-09-09 Tom TromeyUse std::vector in add_using_directive
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-08 Keith SeitzRemove unused field field_info.fnfields
2017-09-06 Keith SeitzIntroduce dw2_linkage_name and dw2_linkage_name_attr.
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-08-24 Jan KratochvilDWARF-5 Fix DW_FORM_implicit_const
2017-08-24 Jan KratochvilDWARF-5: Fix -fdebug-types-section
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-17 Pedro AlvesPlug line_header leaks
2017-08-09 H.J. Lugdb: Fix build failure with GCC 7
2017-08-07 Leszek SwirskiFix dwarf2_string_attr for -gsplit-dwarf
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-07-20 Pedro AlvesUse SYMBOL_MATCHES_SEARCH_NAME some more
2017-07-18 David BlaikieFix Fission (broken by my previous patch)
2017-07-17 Pedro AlvesFix TAB-completion + .gdb_index slowness (generalize...
2017-07-17 Pedro AlvesC++ify dwarf2_per_objfile
2017-07-06 David BlaikieFission support for multiple CUs per DWO file
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-06-19 Pedro Alves.gdb_index writer: close the file before unlinking it
2017-06-14 Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-12 Pedro Alves.gdb_index prod perf regression: mapped_symtab now...
2017-06-12 Pedro Alves.gdb_index prod perf regression: Estimate size of psyms...
2017-06-12 Pedro Alves.gdb_index prod perf regression: find before insert...
2017-06-12 Pedro AlvesCode cleanup: dwarf2read.c: Add data_buf::append_uint
2017-06-12 Pedro AlvesCode cleanup: dwarf2read.c: Eliminate ::file_write
2017-06-12 Pedro AlvesCode cleanup: dwarf2read.c:uniquify_cu_indices: Use...
2017-06-12 Jan KratochvilCode cleanup: C++ify .gdb_index producer
2017-04-12 Tom TromeyChange increment_reading_symtab to return a scoped_restore
2017-04-12 Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-04 Pedro Alvesdwarf2read.c: C++fy lnp_state_machine
2017-04-04 Pedro AlvesMake sect_offset and cu_offset strong typedefs instead...
2017-04-04 Pedro Alvesdwarf2read.c: Make dir_index and file_name_index strong...
2017-04-04 Pedro Alvesdwarf2read.c: Some C++fycation, use std::vector, std...
2017-03-27 Pedro Alvesdwarf2read.c: Clean up out of bounds handling
2017-03-27 Pedro Alvesgdb: Make ldirname return a std::string
2017-03-24 Pádraig BradyAvoid segfault on invalid directory table
2017-03-20 Artemiy VolkovSupport DW_TAG_rvalue_reference type
2017-03-20 Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-16 Andreas ArnezBig-endian targets: Don't ignore offset into DW_OP_stac...
2017-02-26 Jan KratochvilDWARF-5: Initialization due to a false compiler warning
2017-02-23 Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-21 Jan KratochvilFix a regression by: Code cleanup: Split dwarf2_ranges_...
2017-02-21 Jan KratochvilFix recent compiler warnings.
2017-02-20 Jan KratochvilDWARF-5: DW_FORM_data16
2017-02-20 Jan KratochvilDWARF-5: Macros
2017-02-20 Jan KratochvilDWARF-5: call sites
2017-02-20 Jan KratochvilDWARF-5 basic functionality
2017-02-20 Jan KratochvilCode cleanup: Refactor abbrev_table_read_table cycle
2017-02-20 Jan KratochvilCode cleanup: Split dwarf2_ranges_read to a callback
2017-02-20 Jan KratochvilCode cleanup: Split create_debug_types_hash_table
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11 Tom TromeyRemove make_cleanup_discard_psymtabs
2017-01-11 Tom TromeyIntroduce and use gdb::unlinker
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-02 Tom TromeyPR symtab/16264 - support DW_AT_main_subprogram
2016-11-24 Andreas ArnezFix PR12616 - gdb does not implement DW_AT_data_bit_offset
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-11-08 Pedro AlvesUse ui_file_as_string in dwarf2_compute_name
2016-10-06 Tom TromeyRemove Java support
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-06 Ulrich WeigandAdd gdbarch callback to provide formats for debug info...
2016-09-06 Ulrich WeigandUnify init_type and arch_type interface and helpers
2016-09-02 Tom TromeyHandle DW_OP_form_tls_address
2016-07-22 Tom TromeyPR rust/20162 - fix gdb regressions caused by rust...
2016-07-14 Tom TromeyRemove some variables but call functions for side effects
2016-05-30 Jan KratochvilPR 15231: import bare DW_TAG_lexical_block
2016-05-30 Jan KratochvilCode cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
2016-05-17 Tom TromeyAdd support for the Rust language
next