aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-16gdb: add Windows OS ABISimon Marchi6-6/+39
2020-03-16gdb: move enum gdb_osabi to osabi.hSimon Marchi5-31/+40
2020-03-16gdb: recognize 64 bits Windows executables as Cygwin osabiSimon Marchi2-0/+20
2020-03-16[gdb/testsuite] Add cache_verify option for gdb_caching_procsTom de Vries2-5/+37
2020-03-16PR25675: SIGSEGV in bfd_octets_per_byteAlan Modra2-7/+19
2020-03-16asan: readelf leak in hppa_process_unwindAlan Modra2-79/+81
2020-03-16ubsan: shift exponent 70 is too largeAlan Modra2-4/+23
2020-03-16asan: alpha-vms: null dereferenceAlan Modra2-9/+37
2020-03-15[gdb/testsuite] Fix solib-list.exp test-case for exec with debug-infoTom de Vries2-2/+20
2020-03-15[gdb/testsuite] Fix check-read1 FAIL with gdb.base/maint.expTom de Vries2-26/+24
2020-03-14Add C parser support for "restrict" and "_Atomic"Tom Tromey7-68/+133
2020-03-14[gdb/testsuite] Fix check-read1 FAILs in mi-fortran-modules.expTom de Vries2-17/+103
2020-03-14Add support for NetBSD threads in m68k-bsd-nat.cKamil Rytarowski2-6/+14
2020-03-14m68k: bsd: Change type from char * to gdb_byte *Kamil Rytarowski2-4/+12
2020-03-14Inherit m68k_bsd_nat_target from nbsd_nat_targetKamil Rytarowski2-1/+9
2020-03-14Define _KERNTYPES in m68k-bsd-nat.cKamil Rytarowski2-0/+7
2020-03-14Add support for NetBSD threads in alpha-bsd-nat.cKamil Rytarowski2-6/+16
2020-03-14Remove unused code from alpha-bsd-nat.cKamil Rytarowski2-42/+8
2020-03-14Inherit alpha_netbsd_nat_target from nbsd_nat_targetKamil Rytarowski2-1/+9
2020-03-14Define _KERNTYPES in alpha-bsd-nat.cKamil Rytarowski2-0/+7
2020-03-14[gdb/testsuite] Fix check-read1 FAIL in attach-many-short-lived-threads.expTom de Vries2-5/+16
2020-03-14Add support for NetBSD threads in arm-nbsd-nat.cKamil Rytarowski2-9/+28
2020-03-14Inherit arm_netbsd_nat_target from nbsd_nat_targetKamil Rytarowski2-1/+9
2020-03-14Add support for NetBSD threads in x86-bsd-nat.cKamil Rytarowski2-3/+23
2020-03-14Add support for threads in vax_bsd_nat_targetKamil Rytarowski2-4/+13
2020-03-14Add explicit cast to fix build of vax-bsd-nat.cKamil Rytarowski2-2/+7
2020-03-14Inherit vax_bsd_nat_target from nbsd_nat_targetKamil Rytarowski2-1/+9
2020-03-14Define _KERNTYPES in mips-nbsd-nat.cKamil Rytarowski2-0/+7
2020-03-14Define _KERNTYPES in ppc-nbsd-nat.cKamil Rytarowski2-0/+7
2020-03-14Define _KERNTYPES in vax-bsd-nat.cKamil Rytarowski2-0/+7
2020-03-14Include netbsd-core.lo for all arm/mips NetBSD targetsKamil Rytarowski3-4/+10
2020-03-14Re: asan: more readelf leaksAlan Modra2-0/+6
2020-03-14[gdb/testsuite] Fix unrecognized debug output level 'statement-frontiers' mes...Tom de Vries3-0/+20
2020-03-14[gdb/testsuite] Fix FAIL in gdb.base/printcmds.expTom de Vries2-1/+6
2020-03-14readelf large memory allocationAlan Modra5-7/+25
2020-03-14asan: readelf: memory leaksAlan Modra2-8/+36
2020-03-14non-contiguous elf testAlan Modra2-2/+6
2020-03-14BFD_FAKE_SECTIONS formattingAlan Modra3-29/+30
2020-03-13Remove val_printTom Tromey31-3011/+94
2020-03-13Change extension language pretty-printers to use value APITom Tromey12-76/+119
2020-03-13Change print_field_values to use value-based APITom Tromey2-7/+11
2020-03-13Introduce ada_value_print_arrayTom Tromey2-23/+58
2020-03-13Convert ada_value_print to value-based APITom Tromey2-4/+5
2020-03-13Convert ada_val_print_ref to value-based APITom Tromey2-4/+6
2020-03-13Introduce ada_value_print_numTom Tromey2-3/+88
2020-03-13Rewrite ada_value_print_1 floating point caseTom Tromey2-3/+12
2020-03-13Introduce ada_value_print_ptrTom Tromey2-3/+26
2020-03-13Rewrite ada_value_print_innerTom Tromey2-16/+112
2020-03-13Introduce cp_print_valueTom Tromey2-4/+169
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey5-11/+322