* gdb.texinfo (TUI Overview): Document status line fields.
authorStephane Carrez <stcarrez@nerim.fr>
Mon, 2 Sep 2002 19:09:30 +0000 (19:09 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Mon, 2 Sep 2002 19:09:30 +0000 (19:09 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fea4581359515da598ae8c91d0726351970ee4f7..5bfecf01071220fdf335e1559f1c3294b2cc0115 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * gdb.texinfo (TUI Overview): Document status line fields.
+
 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
 
        * gdb.texinfo (TUI Commands): Document info win command.
index c8930aa64af13077b466d0f97583179de3cb0126..4b8e4ca0d535ac60b97d4cf4214629a378360aec 100644 (file)
@@ -13209,6 +13209,35 @@ assembly and registers
 
 @end itemize
 
+On top of the command window a status line gives various information
+concerning the current process begin debugged.  The status line is
+updated when the information it shows changes.  The following fields
+are displayed:
+
+@table @emph
+@item target
+Indicates the current gdb target
+(@pxref{Targets, ,Specifying a Debugging Target}).
+
+@item process
+Gives information about the current process or thread number.
+When no process is being debugged, this field is set to @code{No process}.
+
+@item function
+Gives the current function name for the selected frame.
+The name is demangled if demangling is turned on (@pxref{Print Settings}).
+When there is no symbol corresponding to the current program counter
+the string @code{??} is displayed.
+
+@item line
+Indicates the current line number for the selected frame.
+When the current line number is not known the string @code{??} is displayed.
+
+@item pc
+Indicates the current program counter address.
+
+@end table
+
 @node TUI Keys
 @section TUI Key Bindings
 @cindex TUI key bindings
This page took 0.037953 seconds and 4 git commands to generate.