OSDN Git Service

2004-11-05 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Fri, 5 Nov 2004 18:58:26 +0000 (18:58 +0000)
committercagney <cagney>
Fri, 5 Nov 2004 18:58:26 +0000 (18:58 +0000)
* stack.c (parse_frame_specification_1): Clear selected_frame_p
when not using selected frame.

gdb/ChangeLog
gdb/stack.c

index c33c8b5..62312f3 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-05  Andrew Cagney  <cagney@gnu.org>
+
+       * stack.c (parse_frame_specification_1): Clear selected_frame_p
+       when not using selected frame.
+
 2004-11-05  Mark Kettenis  <kettenis@jive.nl>
 
        * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
index cceb1c1..a04d848 100644 (file)
@@ -778,7 +778,7 @@ parse_frame_specification_1 (const char *frame_exp, const char *message,
 
   /* None of the remaining use the selected frame.  */
   if (selected_frame_p != NULL)
-    (*selected_frame_p) = 1;
+    (*selected_frame_p) = 0;
 
   /* Assume the single arg[0] is an integer, and try using that to
      select a frame relative to current.  */