aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-03-17Add support for NetBSD threads in sh-nbsd-nat.cKamil Rytarowski1-0/+6
2020-03-17Inherit sh_nbsd_nat_target from nbsd_nat_targetKamil Rytarowski1-0/+7
2020-03-17Include missing header to get missing declarationsKamil Rytarowski1-0/+4
2020-03-17Rewrite nbsd_nat_target::pid_to_exec_file to sysctl(3)Kamil Rytarowski1-0/+6
2020-03-17[gdb] Skip imports of c++ CUsTom de Vries1-0/+9
2020-03-16Initialize base_value in pascal_object_print_valueTom Tromey1-0/+5
2020-03-16arc: Migrate to new target featuresAnton Kolesov1-0/+26
2020-03-16Fix dwarf2_name caching bugTom Tromey1-0/+6
2020-03-16gdb: define builtin long type to be 64 bits on amd64 CygwinSimon Marchi1-0/+14
2020-03-16gdb: select "Cygwin" OS ABI for Cygwin binariesSimon Marchi1-0/+10
2020-03-16gdb: rename content of i386-windows-tdep.c, cygwin to windowsSimon Marchi1-0/+5
2020-03-16gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.cSimon Marchi1-0/+8
2020-03-16gdb: add Windows OS ABISimon Marchi1-0/+17
2020-03-16gdb: move enum gdb_osabi to osabi.hSimon Marchi1-0/+7
2020-03-16gdb: recognize 64 bits Windows executables as Cygwin osabiSimon Marchi1-0/+6
2020-03-14Add C parser support for "restrict" and "_Atomic"Tom Tromey1-0/+25
2020-03-14Add support for NetBSD threads in m68k-bsd-nat.cKamil Rytarowski1-0/+6
2020-03-14m68k: bsd: Change type from char * to gdb_byte *Kamil Rytarowski1-0/+8
2020-03-14Inherit m68k_bsd_nat_target from nbsd_nat_targetKamil Rytarowski1-0/+7
2020-03-14Define _KERNTYPES in m68k-bsd-nat.cKamil Rytarowski1-0/+5
2020-03-14Add support for NetBSD threads in alpha-bsd-nat.cKamil Rytarowski1-0/+6
2020-03-14Remove unused code from alpha-bsd-nat.cKamil Rytarowski1-0/+8
2020-03-14Inherit alpha_netbsd_nat_target from nbsd_nat_targetKamil Rytarowski1-0/+7
2020-03-14Define _KERNTYPES in alpha-bsd-nat.cKamil Rytarowski1-0/+5
2020-03-14Add support for NetBSD threads in arm-nbsd-nat.cKamil Rytarowski1-0/+11
2020-03-14Inherit arm_netbsd_nat_target from nbsd_nat_targetKamil Rytarowski1-0/+7
2020-03-14Add support for NetBSD threads in x86-bsd-nat.cKamil Rytarowski1-0/+6
2020-03-14Add support for threads in vax_bsd_nat_targetKamil Rytarowski1-1/+8
2020-03-14Add explicit cast to fix build of vax-bsd-nat.cKamil Rytarowski1-0/+5
2020-03-14Inherit vax_bsd_nat_target from nbsd_nat_targetKamil Rytarowski1-0/+7
2020-03-14Define _KERNTYPES in mips-nbsd-nat.cKamil Rytarowski1-0/+5
2020-03-14Define _KERNTYPES in ppc-nbsd-nat.cKamil Rytarowski1-0/+5
2020-03-14Define _KERNTYPES in vax-bsd-nat.cKamil Rytarowski1-0/+5
2020-03-13Remove val_printTom Tromey1-0/+62
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-0/+26
2020-03-13Change print_field_values to use value-based APITom Tromey1-0/+4
2020-03-13Introduce ada_value_print_arrayTom Tromey1-0/+10
2020-03-13Convert ada_value_print to value-based APITom Tromey1-0/+4
2020-03-13Convert ada_val_print_ref to value-based APITom Tromey1-0/+4
2020-03-13Introduce ada_value_print_numTom Tromey1-0/+5
2020-03-13Rewrite ada_value_print_1 floating point caseTom Tromey1-0/+4
2020-03-13Introduce ada_value_print_ptrTom Tromey1-0/+5
2020-03-13Rewrite ada_value_print_innerTom Tromey1-0/+8
2020-03-13Introduce cp_print_valueTom Tromey1-0/+5
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey1-0/+9
2020-03-13Introduce c_value_print_arrayTom Tromey1-0/+5
2020-03-13Introduce c_value_print_memberptrTom Tromey1-0/+5
2020-03-13Introduce c_value_print_intTom Tromey1-0/+5
2020-03-13Introduce c_value_print_ptrTom Tromey1-0/+5
2020-03-13Rewrite c_value_print_innerTom Tromey1-0/+4