18 lines
506 B
Diff
18 lines
506 B
Diff
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 4e70593..6e62922 100644
|
|
--- a/gdb/typeprint.c
|
|
+++ b/gdb/typeprint.c
|
|
@@ -62,7 +62,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 */
|
|
NULL, /* local_typedefs */
|