From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org
Subject: [obv] Fix thinko in stack_cache_enabled_p
Date: Tue, 08 Sep 2009 23:55:00 -0000 [thread overview]
Message-ID: <20090908235444.16F10843B9@localhost> (raw)
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\
reply other threads:[~2009-09-08 23:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090908235444.16F10843B9@localhost \
--to=dje@google.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox