public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Use "false" in select_frame_for_mi
@ 2019-05-04 20:13 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2019-05-04 20:13 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e2eb806a17490963f23be1d567cff357537df678

commit e2eb806a17490963f23be1d567cff357537df678
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Apr 21 20:24:05 2019 -0600

    Use "false" in select_frame_for_mi
    
    This changes select_frame_for_mi to use "false" rather than "FALSE".
    
    gdb/ChangeLog
    2019-05-04  Tom Tromey  <tom@tromey.com>
    
    	* stack.c (select_frame_for_mi): Use "false", not "FALSE".

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/stack.c   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 17c9d88..dc24b26 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2019-05-04  Tom Tromey  <tom@tromey.com>
 
+	* stack.c (select_frame_for_mi): Use "false", not "FALSE".
+
+2019-05-04  Tom Tromey  <tom@tromey.com>
+
 	* cli/cli-cmds.c (valid_command_p): Return bool.
 
 2019-05-04  Tom Tromey  <tom@tromey.com>
diff --git a/gdb/stack.c b/gdb/stack.c
index e5de109..408c795 100644
--- a/gdb/stack.c
+++ b/gdb/stack.c
@@ -1653,7 +1653,7 @@ select_frame_command_core (struct frame_info *fi, bool ignored)
 void
 select_frame_for_mi (struct frame_info *fi)
 {
-  select_frame_command_core (fi, FALSE /* Ignored.  */);
+  select_frame_command_core (fi, false /* Ignored.  */);
 }
 
 /* The core of all the "frame" sub-commands.  Select frame FI, and if this


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-04 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-04 20:13 [binutils-gdb] Use "false" in select_frame_for_mi Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).