2004-04-28 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 28 Apr 2004 22:47:21 +0000 (22:47 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 28 Apr 2004 22:47:21 +0000 (22:47 +0000)
* stack.c (print_stack_frame): Fix description.

gdb/ChangeLog
gdb/stack.c

index b872fea3bf76109dfcc247b4fdbb1851d305d294..077980afa6cf824ede52efd671c8eaa078671d57 100644 (file)
@@ -1,5 +1,7 @@
 2004-04-28  Andrew Cagney  <cagney@redhat.com>
 
+       * stack.c (print_stack_frame): Fix description.
+
        * NEWS: Mention gdb/gdbserver/configure execute permission
        changed.  PR server/519.
 
index 213de17eb4f9f4d47c10060c537d26bd792fd2e2..ce1b7b18087a089fc8d7835dbd406ee022de3d85 100644 (file)
@@ -136,11 +136,11 @@ print_stack_frame_stub (void *args)
   return 0;
 }
 
-/* Show or print a stack frame briefly.  FRAME_INFI should be the
-   frame info.  This prints the level, the function executing, the
-   arguments, and the file name and line number.  If the pc is not at
-   the beginning of the source line, the actual pc is printed at the
-   beginning.  */
+/* Show or print a stack frame FI briefly.  The output is format
+   according to PRINT_LEVEL and PRINT_WHAT printing the frame's
+   relative level, function name, argument list, and file name and
+   line number.  If the frame's PC is not at the beginning of the
+   source line, the actual PC is printed at the beginning.  */
 
 void
 print_stack_frame (struct frame_info *fi, int print_level,
This page took 0.032809 seconds and 4 git commands to generate.