]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2
[gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb built with -flto
[thirdparty/binutils-gdb.git] / gdb / dwarf2 /
5 days ago  Simon Marchigdb/dwarf: apply DW_AT_bit_offset when DW_AT_data_membe...
5 days ago  Simon Marchigdb/dwarf: rename some variables in handle_member_location
2025-06-26  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-06-19  Simon Marchigdb/dwarf: change CUs -> units in print_stats
2025-06-17  Simon Marchigdb/dwarf: rename get_cu -> get_unit
2025-06-13  Simon Marchigdb/dwarf: make cooked_index_flag's to_string handle...
2025-06-10  Simon Marchigdb/dwarf2: remove erroneous comment in open_and_init_d...
2025-06-06  Tom TromeyFix regression with DW_AT_bit_offset handling
2025-06-03  Guinevere Larsengdb: Make dwarf support optional at compile time
2025-06-03  Tom TromeyHandle dynamic DW_AT_data_bit_offset
2025-06-03  Tom de Vries[gdb/cli] Use captured per_command_time in worker threads
2025-06-02  Simon Marchigdb/dwarf2: update call_site::target comment
2025-05-30  Simon Marchigdb: fix DW_AT_compile_unit -> DW_TAG_compile_unit...
2025-05-28  Tom de Vries[gdb/symtab] Note errors in process_skeletonless_type_units
2025-05-24  Tom de Vries[gdb/build] Fix unused var in lookup_dwo_unit_in_dwp
2025-05-24  Simon Marchigdb: guard <mutex> include with CXX_STD_THREAD
2025-05-23  Simon Marchigdb: include <mutex> in dwarf2/read.h
2025-05-23  Simon Marchigdb/dwarf: split dwo_lock in more granular locks
2025-05-23  Simon Marchigdb/dwarf: allocate DWP dwarf2_section_info with new
2025-05-23  Simon Marchigdb/dwarf: allocate dwo_unit with new
2025-05-22  Tom TromeyEnsure cooked_index_entry self-tests are run
2025-05-16  Tom TromeyUpdate comment for find_field_create_baton
2025-05-15  Tom TromeyFix regression with dynamic array bounds
2025-05-15  Andreas Schwabgdb: rename ldirname to gdb_ldirname
2025-05-12  Simon Marchigdb/dwarf: skip broken .debug_macro.dwo
2025-05-12  Simon Marchigdb/dwarf: move loops into locate_dw{o,z}_sections
2025-05-06  Tom TromeyHandle field with dynamic bit offset
2025-05-06  Tom TromeyIntroduce apply_bit_offset_to_field helper function
2025-05-06  Tom TromeyUse OBSTACK_ZALLOC when allocating batons
2025-05-06  Tom TromeyClean up handle_member_location
2025-05-06  Tom TromeyHandle dynamic field properties
2025-05-06  Tom TromeyConstify property_addr_info
2025-05-05  Tom TromeyFix sign of Ada rational constants
2025-05-02  Tom de Vries[gdb/symtab] Throw DWARF error on out-of-bounds DW_FORM...
2025-05-02  Tom de Vries[gdbsupport] Reimplement phex and phex_nz as templates
2025-04-29  Simon Marchigdb/dwarf: change a bunch of functions to be methods...
2025-04-29  Simon Marchigdb/dwarf: move cooked_index_worker_debug_info up
2025-04-29  Simon Marchigdb/dwarf: clean up some cutu_reader::is_dummy() calls
2025-04-29  Simon Marchigdb/dwarf: avoid cutu_reader moves
2025-04-29  Simon Marchigdb/dwarf: read multiple .debug_info.dwo sections
2025-04-29  Simon Marchigdb/dwarf: scan .debug_info.dwo just once
2025-04-29  Simon Marchigdb/dwarf: scan DWARF 5 DWO CUs by just reading the...
2025-04-29  Simon Marchigdb/dwarf: replace some "compile unit" terminology...
2025-04-29  Simon Marchigdb: add some scoped_time_its to profile startup time
2025-04-29  Tom TromeyHandle base type without DW_AT_byte_size
2025-04-25  Simon Marchigdb/dwarf: add dwarf2_cu::find_die method
2025-04-24  Tom TromeyUse correct sign extension for enumeration types
2025-04-24  Tom TromeyUse bool in update_enumeration_type_from_children
2025-04-24  Tom TromeyRemove dead code from dwarf2_const_value_data
2025-04-24  Tom TromeyUse attribute::signed_constant in attribute::as_boolean
2025-04-24  Tom TromeyUse correct sign for variant part discriminants
2025-04-24  Tom TromeyUse correct sign in get_mpz
2025-04-24  Tom TromeyUse attribute::unsigned_constant for DW_AT_data_member_...
2025-04-24  Tom TromeyUse attribute::unsigned_constant for DW_AT_data_bit_offset
2025-04-24  Tom TromeyUse correct sign for DW_AT_GNU_bias
2025-04-24  Tom TromeyUse attribute::unsigned_constant for DW_AT_bit_stride
2025-04-24  Tom TromeyUse attribute::signed_constant for fixed-point scale
2025-04-24  Tom TromeyIntroduce attribute::signed_constant
2025-04-24  Tom TromeyUse attribute::unsigned_constant for sizes
2025-04-22  Tom TromeyHandle DWARF 5 separate debug sections
2025-04-22  Tom TromeyRemove 'read' call from dwz_file::read_string
2025-04-20  Simon Marchigdb/dwarf: make some more functions methods of cutu_reader
2025-04-20  Simon Marchigdb/dwarf: look up .dwp file ahead of time
2025-04-20  Simon Marchigdb/dwarf: replace some per_objfile parameters with...
2025-04-20  Simon Marchigdb/dwarf: pass section to create_dwp_hash_table
2025-04-20  Simon Marchigdb/dwarf: remove unnecessary dwarf2_section_info:...
2025-04-20  Simon Marchigdb/dwarf: remove per_objfile parameter from read_and_c...
2025-04-20  Simon Marchigdb/dwarf: remove dwarf2_section_info::get_size
2025-04-15  Simon Marchigdb/dwarf: skip type units in create_dwo_cus_hash_table
2025-04-15  Simon Marchigdb/dwarf: rename some functions to specify "dwo"
2025-04-09  Tom de Vries[gdb/symtab] Handle DW_OP_entry_value at function entry
2025-04-08  Simon Marchigdb/dwarf2: pass correct dwarf2_cu to lookup_dwo_id...
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-03  Simon Marchigdb/dwarf: rename cache -> abbrev_cache
2025-04-03  Martin SimmonsFix parsing .debug_aranges section for signed addresses.
2025-04-02  Tom TromeyClean up cooked_index::done_reading
2025-04-02  Simon Marchigdb/dwarf2: remove unused includes
2025-04-01  Tom TromeyUpdate cooked_index comment
2025-04-01  Tom TromeyAdd cooked_index_worker::done_reading
2025-04-01  Tom TromeyRemove cooked_index_worker::result_type
2025-04-01  Tom TromeyUpdate comments from moved methods
2025-04-01  Tom TromeyMove cooked_index_worker to cooked-index-worker.[ch]
2025-04-01  Tom TromeyChange includes in cooked-index-worker.h
2025-04-01  Tom TromeyMove cooked_index_shard to new files
2025-04-01  Tom TromeyMove cooked_index_entry to new files
2025-04-01  Tom TromeyMake language_requires_canonicalization 'static'
2025-04-01  Tom TromeyRename cooked_index_storage
2025-04-01  Tom TromeyRename cooked-index-storage.[ch]
2025-03-26  Guinevere Larsengdb: add configure option to disable compile
2025-03-26  Simon Marchigdb/dwarf: use reference in cutu_reader::cutu_reader...
2025-03-26  Simon Marchigdb/dwarf: update comment of cutu_reader::cutu_reader...
2025-03-26  Simon Marchigdb/dwarf: remove redundant read of dwo_name
2025-03-25  Simon Marchigdb/dwarf: use std::equal_range in cooked_index_shard...
2025-03-25  Simon Marchigdb/dwarf: remove unnecessary comparison in cooked_inde...
2025-03-24  Simon Marchigdb/dwarf: move CU check up in cutu_reader::read_cutu_d...
2025-03-24  Simon Marchigdb/dwarf: remove cutu_reader::read_cutu_die_from_dwo...
2025-03-21  Tom TromeyIntroduce die_info::children and use it
2025-03-21  Tom TromeyRename die_info::sibling to die_info::next
2025-03-20  Tom TromeyFix grammar error in dwarf2/attribute.h
2025-03-18  Simon Marchigdb/dwarf: use gdb::unordered_set for cooked_index_stor...
next