* inferior.h (proceed_to_finish): Delete, unused.
authorDoug Evans <dje@google.com>
Thu, 20 Nov 2008 00:35:23 +0000 (00:35 +0000)
committerDoug Evans <dje@google.com>
Thu, 20 Nov 2008 00:35:23 +0000 (00:35 +0000)
(stop_registers): Tweak comment.
* infrun.c (stop_registers): Tweak comment.

gdb/ChangeLog
gdb/inferior.h
gdb/infrun.c

index 88119f0f495fbde72b29823cc8aeee99cc8bedf7..4eabe76f4470331787b5a5a2e041295315f6414f 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-19  Doug Evans  <dje@google.com>
+
+       * inferior.h (proceed_to_finish): Delete, unused.
+       (stop_registers): Tweak comment.
+       * infrun.c (stop_registers): Tweak comment.
+
 2008-11-19  Kevin Buettner  <kevinb@redhat.com>
 
        * frv-tdep.c (frv_skip_main_prologue): New function.
index f004d44ecf40965bf08e62547ade1d9c73f64dcb..aa582cb8a987d0d6ac5f97fa62a0ad32104d3f41 100644 (file)
@@ -342,13 +342,8 @@ enum exec_direction_kind
 
 extern enum exec_direction_kind execution_direction;
 
-/* Nonzero if proceed is being used for a "finish" command or a similar
-   situation when stop_registers should be saved.  */
-
-extern int proceed_to_finish;
-
-/* Save register contents here when about to pop a stack dummy frame,
-   if-and-only-if proceed_to_finish is set.
+/* Save register contents here when executing a "finish" command or are
+   about to pop a stack dummy frame, if-and-only-if proceed_to_finish is set.
    Thus this contains the return value from the called function (assuming
    values are returned in a register).  */
 
index fbe0af06c8f4eb2a507b952067a38e65909e87dd..f218fa0e1f98d4bc1ea44261b932cdd56a730306 100644 (file)
@@ -232,8 +232,8 @@ show_stop_on_solib_events (struct ui_file *file, int from_tty,
 
 int stop_after_trap;
 
-/* Save register contents here when about to pop a stack dummy frame,
-   if-and-only-if proceed_to_finish is set.
+/* Save register contents here when executing a "finish" command or are
+   about to pop a stack dummy frame, if-and-only-if proceed_to_finish is set.
    Thus this contains the return value from the called function (assuming
    values are returned in a register).  */
 
This page took 0.033532 seconds and 4 git commands to generate.