aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-04-26Fix comments and whitespace in lookup_cmd_compositionPhilippe Waroquiers2-29/+34
2020-04-25Remove unused code block in inf_ptrace_target::waitKamil Rytarowski2-38/+5
2020-04-25[gdb/testsuite] Add target board debug-typesTom de Vries2-0/+45
2020-04-25gdb/testsuite: Remove build paths from test namesAndrew Burgess2-2/+8
2020-04-24Remove symbol_get_demangled_nameTom Tromey3-21/+10
2020-04-24Fix Rust test casesTom Tromey2-1/+7
2020-04-24Use the linkage name if it existsTom Tromey8-17/+80
2020-04-24Don't call compute_and_set_names for partial symbolsTom Tromey6-102/+75
2020-04-24Use the new add_psymbol_to_list overloadTom Tromey2-64/+68
2020-04-24Introduce new add_psymbol_to_list overloadTom Tromey3-24/+44
2020-04-24Add attribute::value_as_string methodTom Tromey4-12/+34
2020-04-24Fix two latent Rust bugsTom Tromey2-0/+7
2020-04-24Move the rust "{" hackTom Tromey2-6/+17
2020-04-24Convert symbol_set_demangled_name to a methodTom Tromey5-25/+32
2020-04-24[gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.expTom de Vries2-3/+8
2020-04-24Update test cases that work with minimal encodingsTom Tromey6-104/+221
2020-04-24Add Python support for dynamic typesTom Tromey8-4/+91
2020-04-24Add tests for Ada changesTom Tromey8-86/+276
2020-04-24Update Ada ptype support for dynamic typesTom Tromey2-0/+135
2020-04-24Add support for variable field offsetsTom Tromey8-45/+218
2020-04-24Add support for dynamic type lengthsTom Tromey8-9/+156
2020-04-24Rewrite the existing variant part codeTom Tromey6-415/+558
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey10-34/+104
2020-04-24Allow DWARF expression to push the initial addressTom Tromey3-6/+24
2020-04-24Add new variant part codeTom Tromey5-28/+338
2020-04-24Rename "variant" to "ppc_variant"Tom Tromey2-5/+10
2020-04-24Add WOW64 exception numbers to $_siginfo.ExceptionCode enumHannes Domani2-0/+6
2020-04-24Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski5-81/+90
2020-04-24[gdb/testsuite] Reset errcnt in clean_restartTom de Vries2-2/+10
2020-04-24Fix Windows debugging regressionTom Tromey3-1/+23
2020-04-24[gdb/testsuite] Compile dwzbuildid-mismatch more quietlyTom de Vries2-1/+6
2020-04-24[gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietlyTom de Vries2-1/+5
2020-04-24[gdb/testsuite] Reduce errors after gdb exit in default_gdb_startTom de Vries3-2/+32
2020-04-24[gdb/contrib] Use temp dir for gdb-add-index in cc-with-tweaks.shTom de Vries2-9/+10
2020-04-23Fix infinite loop in is_linked_with_cygwin_dllTom Tromey2-8/+14
2020-04-23Fix inline frame unwinding breakageLuis Machado2-1/+8
2020-04-23[gdb/symtab] Prefer def over decl (inter-CU case, with context)Tom de Vries4-5/+26
2020-04-23[gdb/symtab] Prefer def over decl (inter-CU case)Tom de Vries8-12/+124
2020-04-23Fix Ada crash with .debug_namesTom Tromey3-5/+14
2020-04-23Remove iterate_over_inferiorsTom Tromey4-74/+32
2020-04-23[gdb/testsuite] Skip gdb.base/readnever.exp with target board readnowTom de Vries2-0/+11
2020-04-23[gdb/symtab] Fix disassembly of non-contiguous functionsTom de Vries2-13/+7
2020-04-22[gdb/testsuite] Fix .debug_ranges in gdb.mi/dw2-ref-missing-frame-func.cTom de Vries3-2/+12
2020-04-22[gdb/testsuite] Fix .debug_aranges in gdb.dlang/watch-loc.cTom de Vries2-1/+7
2020-04-22ChangeLog entries for my last changes.Mihails Strasuns1-0/+17
2020-04-22[gdb/symtab] Store external var decls in psymtabTom de Vries7-3/+97
2020-04-22[gdb/symtab] Find filename in shared psymtabTom de Vries4-5/+21
2020-04-22[gdb/symtab] Don't create duplicate psymtab for forward-imported CUTom de Vries4-1/+36
2020-04-21Fix compilation errors with clang in gdb.base/advance.cGary Benson2-1/+8
2020-04-21gdb/infrun: switch the context before 'displaced_step_restore'Tankut Baris Aktemur5-5/+88