X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb.1;h=f3f4bdb2ffd55a12fad6aa3436c53598313cb430;hb=8b1ca062713c30f40c1fb4ab889f048a97c38f3b;hp=2430b18c6cad1aa36765ad16f05aa288e8dcb453;hpb=ed288bb597072176e84fc8279707a3f2f475779b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb.1 b/gdb/gdb.1 index 2430b18c6c..f3f4bdb2ff 100644 --- a/gdb/gdb.1 +++ b/gdb/gdb.1 @@ -1,7 +1,7 @@ -.\" Copyright (c) 1991 Free Software Foundation +.\" Copyright 1991, 1999 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution .\" $Id$ -.TH gdb 1 "4nov1991" "GNU Tools" "GNU Tools" +.TH gdb 1 "22may2002" "GNU Tools" "GNU Tools" .SH NAME gdb \- The GNU Debugger .SH SYNOPSIS @@ -150,6 +150,12 @@ Execute next program line (after stopping); step \c \& any function calls in the line. .TP +.B edit \fR[\|\fIfile\fB:\fR\|]\fIfunction +look at the program line where it is presently stopped. +.TP +.B list \fR[\|\fIfile\fB:\fR\|]\fIfunction +type the text of the program in the vicinity of where it is presently stopped. +.TP .B step Execute next program line (after stopping); step \c .I into\c