[gdb/symtab] Handle struct decl with DW_AT_signature
[deliverable/binutils-gdb.git] / gdb / dwarf2 /
2020-04-28  Tom de Vries[gdb/symtab] Handle struct decl with DW_AT_signature
2020-04-27  Luis MachadoFix remaining inline/tailcall unwinding breakage for...
2020-04-24  Tom TromeyFix Rust test cases
2020-04-24  Tom TromeyUse the linkage name if it exists
2020-04-24  Tom TromeyDon't call compute_and_set_names for partial symbols
2020-04-24  Tom TromeyUse the new add_psymbol_to_list overload
2020-04-24  Tom TromeyAdd attribute::value_as_string method
2020-04-24  Tom TromeyMove the rust "{" hack
2020-04-24  Tom TromeyConvert symbol_set_demangled_name to a method
2020-04-24  Tom TromeyAdd support for variable field offsets
2020-04-24  Tom TromeyAdd support for dynamic type lengths
2020-04-24  Tom TromeyRewrite the existing variant part code
2020-04-24  Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-24  Tom TromeyAllow DWARF expression to push the initial address
2020-04-23  Luis MachadoFix inline frame unwinding breakage
2020-04-23  Tom TromeyFix Ada crash with .debug_names
2020-04-22  Tom de Vries[gdb/symtab] Store external var decls in psymtab
2020-04-22  Tom de Vries[gdb/symtab] Don't create duplicate psymtab for forward...
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-16  Tom de Vries[gdb/symtab] Handle PU without import in "save gdb...
2020-04-14  Tom de Vries[gdb] Fix missing symtab includes
2020-04-14  Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-04-08  Simon MarchiRemove objfile parameter from read_gdb_index_from_buffer
2020-04-07  nitachraDWARFv5: Info address command error in gdb with DWARFfv5.
2020-04-07  nitachraDWARFv5: Handle location list for split dwarf.
2020-04-07  nitachraSupport for DW_AT_loclists_base and DW_FORM_loclistx.
2020-04-07  Simon Marchigdb: small cleanups in dwarf2_psymtab constructors
2020-04-07  Tom de Vries[gdb/symtab] Add symbol with inherited DW_AT_const_valu...
2020-04-06  Tom TromeyHandle complex error type in read_base_type
2020-04-03  Hannes DomaniFix attributes of typed enums of typedefs
2020-04-03  Tom TromeyFix DWARF disassembly of DW_OP_const_type
2020-04-02  Tom TromeyMicro-optimize partial_die_info::read
2020-04-02  Tom de Vries[gdb/ada] Fix -readnow FAILs
2020-04-02  Tom de Vries[gdb] Use partial symbol table to find language for...
2020-04-01  Tom TromeyChange how complex types are created
2020-04-01  Tom TromeyAvoid copying in lookup_name_info
2020-03-31  Tom TromeyDon't pass NULL to memcpy in gdb
2020-03-29  Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-03-28  Tom TromeyFix comment in dwarf2/attribute.h
2020-03-28  Tom TromeyFix formatting of read_attribute_reprocess
2020-03-26  Tom TromeyChange two functions to be methods on struct attribute
2020-03-26  Tom TromeyMove DWARF-constant stringifying code to new file
2020-03-26  Tom TromeyRewrite new die_info methods
2020-03-26  Tom TromeyChange two more functions to be methods on die_info
2020-03-26  Tom TromeyRemove sibling_die
2020-03-26  Tom TromeyChange dwarf2_attr_no_follow to be a method
2020-03-26  Tom TromeyRemove dwarf2_cu::base_known
2020-03-26  Tom TromeyMove die_info to new header
2020-03-26  Tom TromeyMove more code to line-header.c
2020-03-26  Tom TromeyConvert read_indirect_line_string to a method
2020-03-26  Tom TromeyTrivial fix in dwarf_decode_macro_bytes
2020-03-26  Tom TromeyUse a const dwarf2_section_info in macro reader
2020-03-26  Tom TromeyUse a const line_header in macro reader
2020-03-26  Tom TromeyMake some line_header methods const
2020-03-26  Tom TromeyMove code to new file dwarf2/macro.c
2020-03-26  Tom TromeyAdd dwarf2_section_info::read_string method
2020-03-26  Tom TromeyConvert dwarf2_section_buffer_overflow_complaint to...
2020-03-26  Tom TromeyMove dwarf2_section_buffer_overflow_complaint to dwarf2...
2020-03-26  Tom TromeySplit dwarf_decode_macros into two overloads
2020-03-26  Tom TromeyChange dwarf_decode_macro_bytes calling convention
2020-03-26  Tom TromeyAdd dwz.c and dwz_file::read_string
2020-03-26  Tom TromeyIntroduce dwarf2/dwz.h
2020-03-20  Tom TromeyMake dwarf2_evaluate_property parameter const
2020-03-17  Tom de Vries[gdb] Skip imports of c++ CUs
2020-03-16  Tom TromeyFix dwarf2_name caching bug
2020-03-10  Tom de Vries[gdb] Fix segv in "maint print symbols" for ada exec
2020-03-10  Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-03-07  Tom de Vries[gdb] Support anonymous typedef generated by gcc -felim...
2020-03-04  Tom TromeyIntroduce objfile::intern
2020-03-03  Tom TromeyFind tailcall frames before inline frames
2020-02-28  Simon MarchiPass correct die_reader_specs in cutu_reader::init_tu_a...
2020-02-27  Tom TromeyRemove field_info::nfields member
2020-02-26  Tom TromeySpecialize partial_symtab for DWARF include files
2020-02-26  Tom TromeyRemove casts from dwarf2/index-write.c
2020-02-26  Aaron MereyAdd debuginfod support to GDB
2020-02-26  Simon MarchiMove more declarations from dwarf2/loc.h to dwarf2...
2020-02-26  Simon MarchiMove dwarf2_read_addr_index declaration to dwarf2/read.h
2020-02-25  Simon MarchiMove dwarf2_get_die_type declaration to dwarf2/read.h
2020-02-24  Tom TromeyFix a memory leak and remove an unused member
2020-02-24  Tom TromeyConvert IS_TYPE_UNIT_GROUP to method
2020-02-24  Tom TromeySimplify setting of reading_partial_symbols
2020-02-22  Tom TromeyMake dwarf2_compile_expr_to_ax static
2020-02-21  Ali Tamur via gdb... Check for null result from gdb_demangle
2020-02-21  Tom TromeyFix latent bug in dwarf2_find_containing_comp_unit
2020-02-19  Simon Marchigdb: dwarf2/read.c: remove unused objfile parameters...
2020-02-18  Simon Marchigdb: allow duplicate enumerators in flag enums
2020-02-18  Simon Marchigdb: fix printing of flag enums with multi-bit enumerators
2020-02-14  Tom TromeyReturn unique_xmalloc_ptr from call_site_find_chain
2020-02-14  Richard Biener[gdb] Speedup lnp_state_machine::handle_special_opcode
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-12  Tom TromeyRemove dwarf_expr_baton
2020-02-12  Tom TromeyDon't forward-declare struct objfile in dwarf2/frame.h
2020-02-10  Tom de Vries[gdb] Fix -Wstrict-null-sentinel warnings
2020-02-09  Tom de Vries[gdb] Mention CU offset for <artifical> if verbose
next
This page took 0.060862 seconds and 7 git commands to generate.