aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-03-13Introduce c_value_print_arrayTom Tromey2-2/+102
2020-03-13Introduce c_value_print_memberptrTom Tromey2-2/+23
2020-03-13Introduce c_value_print_intTom Tromey2-3/+37
2020-03-13Introduce c_value_print_ptrTom Tromey2-2/+43
2020-03-13Rewrite c_value_print_innerTom Tromey2-2/+65
2020-03-13Introduce generic_value_print_complexTom Tromey2-2/+30
2020-03-13Simplify generic_val_print_floatTom Tromey2-14/+21
2020-03-13Introduce generic_value_print_charTom Tromey2-3/+36
2020-03-13Introduce generic_value_print_intTom Tromey2-2/+19
2020-03-13Introduce generic_value_print_boolTom Tromey2-2/+35
2020-03-13Simplify generic_val_print_funcTom Tromey2-20/+26
2020-03-13Remove generic_val_print_flagsTom Tromey2-27/+22
2020-03-13Fix generic_val_print_enum for value-based printingTom Tromey2-15/+22
2020-03-13Introduce generic_value_print_ptrTom Tromey2-4/+27
2020-03-13Initial rewrite of generic_value_printTom Tromey2-3/+106
2020-03-13Convert Pascal to value-based APITom Tromey2-0/+315
2020-03-13Rewrite pascal_value_print_innerTom Tromey2-2/+340
2020-03-13Convert Fortran printing to value-based APITom Tromey2-2/+169
2020-03-13Convert Modula-2 printing to value-based APITom Tromey2-17/+214
2020-03-13Convert D printing to value-based APITom Tromey4-4/+39
2020-03-13Convert Go printing to value-based APITom Tromey4-1/+50
2020-03-13Convert Rust printing to value-based APITom Tromey2-58/+70
2020-03-13Introduce ada_value_print_innerTom Tromey4-1/+23
2020-03-13Introduce f_value_print_innnerTom Tromey4-1/+23
2020-03-13Introduce pascal_value_print_innerTom Tromey4-1/+25
2020-03-13Introduce m2_value_print_innerTom Tromey4-1/+22
2020-03-13Introduce c_value_print_innerTom Tromey6-6/+32
2020-03-13Make pascal_object_print_value_fields staticTom Tromey3-9/+14
2020-03-13Simplify c_val_print_arrayTom Tromey2-6/+5
2020-03-13Introduce value_print_array_elementsTom Tromey3-0/+135