This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Fix thinko in stack_cache_enabled_p


Hi.

I committed this as obvious.

2009-09-08  Doug Evans  <dje@google.com>

	* target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.

Index: target.c
===================================================================
RCS file: /cvs/src/src/gdb/target.c,v
retrieving revision 1.222
diff -u -p -r1.222 target.c
--- target.c	31 Aug 2009 20:18:45 -0000	1.222
+++ target.c	8 Sep 2009 23:50:30 -0000
@@ -3555,7 +3555,7 @@ Tells gdb whether to control the inferio
 			   &showlist);
 
   add_setshow_boolean_cmd ("stack-cache", class_support,
-			   &stack_cache_enabled_p, _("\
+			   &stack_cache_enabled_p_1, _("\
 Set cache use for stack access."), _("\
 Show cache use for stack access."), _("\
 When on, use the data cache for all stack access, regardless of any\n\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]