Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | Wrap help strings at 80 columns | Tom Tromey | 1 | -7/+7 |
2024-11-11 | gdb/dwarf2/read.c: Handle empty CU name | Lancelot SIX | 1 | -0/+1 |
2024-11-04 | Remove gdb::hash_enum | Tom Tromey | 3 | -9/+3 |
2024-10-29 | [gdb/symtab] Handle multiple .debug_info sections | Tom de Vries | 5 | -19/+33 |
2024-10-21 | [gdb/symtab] Fix incorrect filenames with inter-CU refs | Tom de Vries | 1 | -6/+22 |
2024-10-21 | [gdb/build, c++20] Fix more deprecated implicit capture of this | Tom de Vries | 2 | -3/+3 |
2024-10-20 | Use std::make_unique in more places | Tom Tromey | 2 | -11/+14 |
2024-10-19 | Capture the current directory and debug directory in DWARF reader | Tom Tromey | 2 | -7/+18 |
2024-10-19 | [gdb/symtab] Skip local variables in cooked index | Tom de Vries | 1 | -7/+17 |
2024-10-18 | [gdb/symtab] Fix qualified name for cooked index dump | Tom de Vries | 2 | -6/+13 |
2024-10-08 | [gdb/symtab] Fix gdb.dwarf2/enum-type-c++.exp with cc-with-debug-types | Tom de Vries | 2 | -3/+5 |
2024-10-08 | [gdb/symtab] Fix parent of enumerator | Tom de Vries | 1 | -10/+37 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 3 | -4/+4 |
2024-09-28 | [gdb/symtab] Dump m_all_parents_map for verbose debug dwarf-read | Tom de Vries | 2 | -0/+55 |
2024-09-24 | [gdb/symtab] Fix segfault on invalid debug info | Tom de Vries | 1 | -39/+53 |
2024-09-24 | [gdb/symtab] Don't expand non-Ada CUs for info exceptions | Tom de Vries | 4 | -25/+146 |
2024-09-14 | [gdb/symtab] Revert "Change handling of DW_TAG_enumeration_type in DWARF scan... | Tom de Vries | 1 | -7/+9 |
2024-09-11 | gdb: Support DW_OP_constx (the standardized version of DW_OP_GNU_const_index). | Kyle Huey | 3 | -3/+10 |
2024-09-09 | Fix some comments in dwarf2/cooked-index.h | Tom Tromey | 1 | -4/+4 |
2024-09-09 | Refactor cooked_index_shard::handle_gnat_encoded_entry | Tom Tromey | 2 | -17/+11 |
2024-09-09 | Ignore DW_TAG_padding in tag_is_type | Tom Tromey | 1 | -1/+0 |
2024-09-07 | gdb: allow quoted filenames for commands that have custom completion | Andrew Burgess | 1 | -4/+4 |
2024-09-07 | gdb: deprecated filename_completer and associated functions | Andrew Burgess | 1 | -2/+2 |
2024-09-04 | Improve comments in dwarf2/parent-map.h | Tom Tromey | 1 | -4/+27 |
2024-08-30 | gdb/dwarf2: cleanup includes | Simon Marchi | 19 | -25/+21 |
2024-08-28 | Don't check dwarf2_name in process_enumeration_scope | Tom Tromey | 1 | -6/+1 |
2024-08-27 | [gdb/symtab] Change DWARF_ERROR from Dwarf Error to DWARF Error | Tom de Vries | 1 | -1/+1 |
2024-08-27 | [gdb/symtab] Use DWARF_ERROR_PREFIX | Tom de Vries | 3 | -105/+157 |
2024-08-27 | [gdb/symtab] Add gdb/dwarf2/error.h | Tom de Vries | 1 | -0/+29 |
2024-08-27 | [gdb/symtab] Use [in module %s] notation more consistently in dwarf errors | Tom de Vries | 1 | -7/+7 |
2024-08-25 | Recognize -2 as a tombstone value in .debug_line | Dmitry Neverov | 1 | -5/+8 |
2024-08-23 | gdb/dwarf2: Check for null abbrev_info ptr | Aaron Merey | 1 | -0/+7 |
2024-08-22 | [gdb/symtab] Return correct reader for top-level CU in cooked_indexer::ensure... | Tom de Vries | 1 | -15/+20 |
2024-08-21 | Do not assume ELF in dwarf2/read.c | Tom Tromey | 1 | -5/+4 |
2024-08-12 | Simplify typename_concat | Tom Tromey | 1 | -33/+20 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol_linkage | Simon Marchi | 1 | -1/+3 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -1/+2 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -2/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 4 | -23/+18 |
2024-07-30 | [gdb/symtab] Emit malformed macro definition complaint once | Tom de Vries | 1 | -1/+4 |
2024-07-30 | gdb: use std::string vector for macro definition | Simon Marchi | 1 | -24/+4 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -1/+1 |
2024-06-27 | gdb: add overloads of gdb_abspath | Andrew Burgess | 1 | -1/+1 |
2024-06-25 | gdb: use alternative for demangled name for non-demangeable linkage names | Schimpe, Christina | 1 | -1/+5 |
2024-06-25 | [gdb/symtab] Remove dead code in parse_macro_definition | Tom de Vries | 1 | -61/+56 |
2024-06-24 | Prefer htab_traverse_noresize | Tom Tromey | 1 | -1/+2 |
2024-06-24 | Don't obstack-allocate the call site hash table | Tom Tromey | 2 | -8/+7 |
2024-06-24 | Don't obstack-allocate the CU dependency hash table | Tom Tromey | 2 | -8/+6 |
2024-06-24 | Don't obstack-allocate the DIE hash | Tom Tromey | 2 | -35/+17 |
2024-06-19 | [gdb/symtab] Fix target type of complex long double on arm | Tom de Vries | 1 | -1/+9 |