Age | Commit message (Expand) | Author | Files | Lines |
2020-04-25 | gdb/testsuite: Remove build paths from test names | Andrew Burgess | 2 | -2/+8 |
2020-04-24 | Remove symbol_get_demangled_name | Tom Tromey | 3 | -21/+10 |
2020-04-24 | Fix Rust test cases | Tom Tromey | 2 | -1/+7 |
2020-04-24 | Use the linkage name if it exists | Tom Tromey | 8 | -17/+80 |
2020-04-24 | Don't call compute_and_set_names for partial symbols | Tom Tromey | 6 | -102/+75 |
2020-04-24 | Use the new add_psymbol_to_list overload | Tom Tromey | 2 | -64/+68 |
2020-04-24 | Introduce new add_psymbol_to_list overload | Tom Tromey | 3 | -24/+44 |
2020-04-24 | Add attribute::value_as_string method | Tom Tromey | 4 | -12/+34 |
2020-04-24 | Fix two latent Rust bugs | Tom Tromey | 2 | -0/+7 |
2020-04-24 | Move the rust "{" hack | Tom Tromey | 2 | -6/+17 |
2020-04-24 | Convert symbol_set_demangled_name to a method | Tom Tromey | 5 | -25/+32 |
2020-04-24 | [gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.exp | Tom de Vries | 2 | -3/+8 |
2020-04-24 | Update test cases that work with minimal encodings | Tom Tromey | 6 | -104/+221 |
2020-04-24 | Add Python support for dynamic types | Tom Tromey | 8 | -4/+91 |
2020-04-24 | Add tests for Ada changes | Tom Tromey | 8 | -86/+276 |
2020-04-24 | Update Ada ptype support for dynamic types | Tom Tromey | 2 | -0/+135 |
2020-04-24 | Add support for variable field offsets | Tom Tromey | 8 | -45/+218 |
2020-04-24 | Add support for dynamic type lengths | Tom Tromey | 8 | -9/+156 |
2020-04-24 | Rewrite the existing variant part code | Tom Tromey | 6 | -415/+558 |
2020-04-24 | Prefer existing data when evaluating DWARF expression | Tom Tromey | 10 | -34/+104 |
2020-04-24 | Allow DWARF expression to push the initial address | Tom Tromey | 3 | -6/+24 |
2020-04-24 | Add new variant part code | Tom Tromey | 5 | -28/+338 |
2020-04-24 | Rename "variant" to "ppc_variant" | Tom Tromey | 2 | -5/+10 |
2020-04-24 | Add WOW64 exception numbers to $_siginfo.ExceptionCode enum | Hannes Domani | 2 | -0/+6 |
2020-04-24 | Move OpenBSD-only functions from inf-ptrace to obsd-nat | Kamil Rytarowski | 5 | -81/+90 |
2020-04-24 | [gdb/testsuite] Reset errcnt in clean_restart | Tom de Vries | 2 | -2/+10 |
2020-04-24 | Fix Windows debugging regression | Tom Tromey | 3 | -1/+23 |
2020-04-24 | [gdb/testsuite] Compile dwzbuildid-mismatch more quietly | Tom de Vries | 2 | -1/+6 |
2020-04-24 | [gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly | Tom de Vries | 2 | -1/+5 |
2020-04-24 | [gdb/testsuite] Reduce errors after gdb exit in default_gdb_start | Tom de Vries | 3 | -2/+32 |
2020-04-24 | [gdb/contrib] Use temp dir for gdb-add-index in cc-with-tweaks.sh | Tom de Vries | 2 | -9/+10 |
2020-04-23 | Fix infinite loop in is_linked_with_cygwin_dll | Tom Tromey | 2 | -8/+14 |
2020-04-23 | Fix inline frame unwinding breakage | Luis Machado | 2 | -1/+8 |
2020-04-23 | [gdb/symtab] Prefer def over decl (inter-CU case, with context) | Tom de Vries | 4 | -5/+26 |
2020-04-23 | [gdb/symtab] Prefer def over decl (inter-CU case) | Tom de Vries | 8 | -12/+124 |
2020-04-23 | Fix Ada crash with .debug_names | Tom Tromey | 3 | -5/+14 |
2020-04-23 | Remove iterate_over_inferiors | Tom Tromey | 4 | -74/+32 |
2020-04-23 | [gdb/testsuite] Skip gdb.base/readnever.exp with target board readnow | Tom de Vries | 2 | -0/+11 |
2020-04-23 | [gdb/symtab] Fix disassembly of non-contiguous functions | Tom de Vries | 2 | -13/+7 |
2020-04-22 | [gdb/testsuite] Fix .debug_ranges in gdb.mi/dw2-ref-missing-frame-func.c | Tom de Vries | 3 | -2/+12 |
2020-04-22 | [gdb/testsuite] Fix .debug_aranges in gdb.dlang/watch-loc.c | Tom de Vries | 2 | -1/+7 |
2020-04-22 | ChangeLog entries for my last changes. | Mihails Strasuns | 1 | -0/+17 |
2020-04-22 | [gdb/symtab] Store external var decls in psymtab | Tom de Vries | 7 | -3/+97 |
2020-04-22 | [gdb/symtab] Find filename in shared psymtab | Tom de Vries | 4 | -5/+21 |
2020-04-22 | [gdb/symtab] Don't create duplicate psymtab for forward-imported CU | Tom de Vries | 4 | -1/+36 |
2020-04-21 | Fix compilation errors with clang in gdb.base/advance.c | Gary Benson | 2 | -1/+8 |
2020-04-21 | gdb/infrun: switch the context before 'displaced_step_restore' | Tankut Baris Aktemur | 5 | -5/+88 |
2020-04-21 | gdb, btrace: make record-btrace per-inferior | Markus Metzger | 5 | -5/+121 |
2020-04-21 | gdb, btrace: diagnose double and failed enable | Markus Metzger | 2 | -4/+12 |
2020-04-21 | gdb, btrace: forward fetch_registers for unknown threads | Markus Metzger | 5 | -3/+111 |