* [obv] Fix thinko in stack_cache_enabled_p
@ 2009-09-08 23:55 Doug Evans
0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-09-08 23:55 UTC (permalink / raw)
To: gdb-patches
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\
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-08 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08 23:55 [obv] Fix thinko in stack_cache_enabled_p Doug Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox