27 lines
725 B
Diff
27 lines
725 B
Diff
From a9bd88848c6ed7ebdd60ff25e18dba8f55b8467a Mon Sep 17 00:00:00 2001
|
|
From: dje/asmwarrior <i.dont.know@email.address.com>
|
|
Date: Mon, 2 Nov 2015 22:25:33 +0000
|
|
Subject: [PATCH] GDB performance
|
|
|
|
http://sourceware.org/bugzilla/show_bug.cgi?id=15412
|
|
---
|
|
gdb/typeprint.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gdb/typeprint.c b/gdb/typeprint.c
|
|
index 0a7590b66d..172f38ac5b 100644
|
|
--- a/gdb/typeprint.c
|
|
+++ b/gdb/typeprint.c
|
|
@@ -53,7 +53,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.15.0
|
|
|