| From 6bae5cab05d22b5eb933e198b0034112fed2f65d Mon Sep 17 00:00:00 2001 |
| From: Orgad Shaneh <orgads@gmail.com> |
| Date: Thu, 13 Feb 2020 09:33:39 +0200 |
| Subject: [PATCH] As DJE said, the workaround looks like below |
| |
| --- |
| gdb/typeprint.c | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/gdb/typeprint.c b/gdb/typeprint.c |
| index effc511e5b..32918ff0cd 100644 |
| --- a/gdb/typeprint.c |
| +++ b/gdb/typeprint.c |
| @@ -54,7 +54,7 @@ const struct type_print_options type_print_raw_options = |
| |
| static struct type_print_options default_ptype_flags = |
| { |
| - 0, /* raw */ |
| + 1, /* raw */ |
| 1, /* print_methods */ |
| 1, /* print_typedefs */ |
| 0, /* print_offsets */ |
| -- |
| 2.25.0.windows.1 |
| |