Age | Commit message (Expand) | Author | Files | Lines |
2022-07-14 | [gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matching | Tom de Vries | 2 | -5/+14 |
2022-07-14 | [gdb/symtab] Make per_cu->m_lang atomic | Tom de Vries | 1 | -9/+13 |
2022-07-14 | [gdb/symtab] Make per_cu->unit_type atomic | Tom de Vries | 1 | -9/+14 |
2022-07-13 | [gdb/symtab] Make per_cu->set_lang more strict | Tom de Vries | 2 | -23/+26 |
2022-07-12 | [gdb/symtab] Add dwarf2_cu::lang () | Tom de Vries | 3 | -100/+107 |
2022-07-12 | Fix -fsanitize=thread for per_cu fields | Tom de Vries | 1 | -9/+11 |
2022-07-11 | [gdb/symtab] Fix data race in per_cu->length | Tom de Vries | 3 | -25/+41 |
2022-07-11 | [gdb/symtab] Use comp_unit_head::get_length | Tom de Vries | 1 | -1/+1 |
2022-07-08 | [gdb/symtab] Fix assert in process_imported_unit_die | Tom de Vries | 2 | -7/+10 |
2022-07-08 | [gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_p | Tom de Vries | 1 | -1/+5 |
2022-07-04 | [gdb/symtab] Add get/set functions for per_cu->lang/unit_type | Tom de Vries | 5 | -121/+157 |
2022-07-02 | [gdb/symtab] Fix data race on per_cu->dwarf_version | Tom de Vries | 2 | -5/+23 |
2022-06-27 | [gdb/symtab] Fix parsing of .debug_str_offsets header | Tom de Vries | 1 | -7/+57 |
2022-06-25 | Fix end of CU calculation in cooked_indexer::index_dies | Tom Tromey | 1 | -1/+3 |
2022-06-14 | Debug support for global alias variable | Kavitha Natarajan | 1 | -21/+42 |
2022-06-12 | Remove psymtab_addrmap | Tom Tromey | 1 | -2/+2 |
2022-06-12 | Use malloc for mutable addrmaps | Tom Tromey | 1 | -28/+15 |
2022-06-12 | Remove addrmap::create_fixed | Tom Tromey | 2 | -4/+7 |
2022-06-12 | Remove addrmap_create_mutable | Tom Tromey | 1 | -7/+8 |
2022-06-12 | Remove addrmap wrapper functions | Tom Tromey | 3 | -21/+16 |
2022-06-08 | Move CU queue to dwarf2_per_objfile | Tom Tromey | 2 | -14/+14 |
2022-06-08 | Change allocation of m_dwarf2_cus | Tom Tromey | 2 | -16/+13 |
2022-05-31 | Clarify why we unit test matching symbol names with 0xff characters | Pedro Alves | 1 | -4/+13 |
2022-05-26 | Fix crash in new DWARF indexer | Tom Tromey | 1 | -39/+33 |
2022-05-26 | Finalize each cooked index separately | Tom Tromey | 2 | -163/+192 |
2022-05-22 | Accept functions with DW_AT_linkage_name present | Alok Kumar Sharma | 1 | -1/+15 |
2022-05-13 | Remove unused field cooked_index::m_start | Tom Tromey | 1 | -5/+0 |
2022-05-10 | Fix --disable-threading build | Tom Tromey | 1 | -1/+1 |
2022-05-04 | Fix crash when creating index from index | Tom Tromey | 3 | -19/+27 |
2022-04-29 | De-duplicate .gdb_index | Tom Tromey | 1 | -2/+23 |
2022-04-29 | Fix .debug_names regression with new indexer | Tom Tromey | 3 | -3/+85 |
2022-04-28 | Check OBJF_NOT_FILENAME in DWARF index code | Tom Tromey | 2 | -6/+7 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_RANGES macro | Simon Marchi | 1 | -1/+1 |
2022-04-25 | Do not put linkage names into .gdb_index | Tom Tromey | 1 | -0/+8 |
2022-04-22 | Fix method naming bug in new DWARF indexer | Tom Tromey | 2 | -2/+16 |
2022-04-21 | gdb/dwarf: remove line_header::header_length field | Simon Marchi | 2 | -3/+4 |
2022-04-21 | gdb/dwarf: remove line_header::total_length field | Simon Marchi | 2 | -6/+5 |
2022-04-21 | Always use dwarf2_initialize_objfile | Tom Tromey | 2 | -13/+5 |
2022-04-21 | gdbsupport: add path_join function | Simon Marchi | 2 | -24/+21 |
2022-04-20 | Replace symbol_symtab with symbol::symtab | Tom Tromey | 1 | -6/+6 |
2022-04-20 | Add accessors for symbol's artificial field | Tom Tromey | 1 | -1/+1 |
2022-04-20 | Unify the DWARF index holders | Tom Tromey | 3 | -73/+72 |
2022-04-20 | Add an ad hoc version check to dwarf_scanner_base | Tom Tromey | 2 | -2/+15 |
2022-04-20 | Simplify version check in dw2_symtab_iter_next | Tom Tromey | 1 | -5/+5 |
2022-04-20 | Introduce and use dwarf_scanner_base | Tom Tromey | 3 | -8/+26 |
2022-04-20 | Introduce readnow_functions | Tom Tromey | 1 | -53/+56 |
2022-04-20 | Remove some "OBJF_READNOW" code from dwarf2_debug_names_index | Tom Tromey | 1 | -16/+1 |
2022-04-20 | Let mapped index classes create the quick_symbol_functions object | Tom Tromey | 2 | -7/+28 |
2022-04-20 | Give mapped_index_base a virtual destructor | Tom Tromey | 1 | -4/+1 |