mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* gdb.texinfo (TUI Commands): Mention that in some cases, these
commands error out.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-03-31 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (TUI Commands): Mention that in some cases, these
|
||||||
|
commands error out.
|
||||||
|
|
||||||
2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
|
2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
|
* gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
|
||||||
|
@ -21653,6 +21653,12 @@ These commands are always available, even when @value{GDBN} is not in
|
|||||||
the TUI mode. When @value{GDBN} is in the standard mode, most
|
the TUI mode. When @value{GDBN} is in the standard mode, most
|
||||||
of these commands will automatically switch to the TUI mode.
|
of these commands will automatically switch to the TUI mode.
|
||||||
|
|
||||||
|
Note that if @value{GDBN}'s @code{stdout} is not connected to a
|
||||||
|
terminal, or @value{GDBN} has been started with the machine interface
|
||||||
|
interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
|
||||||
|
these commands will fail with an error, because it would not be
|
||||||
|
possible or desirable to enable curses window management.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item info win
|
@item info win
|
||||||
@kindex info win
|
@kindex info win
|
||||||
|
Reference in New Issue
Block a user