2005-05-23 Orjan Friberg <orjanf@axis.com>

* gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
	documentation.  Add documentation for cris-mode.
This commit is contained in:
Orjan Friberg
2005-05-23 10:41:33 +00:00
parent 1f9872deff
commit e22e55c92c
2 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2005-05-23 Orjan Friberg <orjanf@axis.com>
* gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
documentation. Add documentation for cris-mode.
2005-05-20 Eli Zaretskii <eliz@gnu.org> 2005-05-20 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Numbers): Explain the example and make the wording * gdb.texinfo (Numbers): Explain the example and make the wording

View File

@ -14665,21 +14665,30 @@ following CRIS-specific commands:
@table @code @table @code
@item set cris-version @var{ver} @item set cris-version @var{ver}
@cindex CRIS version @cindex CRIS version
Set the current CRIS version to @var{ver}. The CRIS version affects Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
register names and sizes. This command is useful in case The CRIS version affects register names and sizes. This command is useful in
autodetection of the CRIS version fails. case autodetection of the CRIS version fails.
@item show cris-version @item show cris-version
Show the current CRIS version. Show the current CRIS version.
@item set cris-dwarf2-cfi @item set cris-dwarf2-cfi
@cindex DWARF-2 CFI and CRIS @cindex DWARF-2 CFI and CRIS
Set the usage of DWARF-2 CFI for CRIS debugging. The default is off Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
if using @code{gcc-cris} whose version is below @code{R59}, otherwise Change to @samp{off} when using @code{gcc-cris} whose version is below
on. @code{R59}.
@item show cris-dwarf2-cfi @item show cris-dwarf2-cfi
Show the current state of using DWARF-2 CFI. Show the current state of using DWARF-2 CFI.
@item set cris-mode @var{mode}
@cindex CRIS mode
Set the current CRIS mode to @var{mode}. It should only be changed when
debugging in guru mode, in which case it should be set to
@samp{guru} (the default is @samp{normal}).
@item show cris-mode
Show the current CRIS mode.
@end table @end table
@node Super-H @node Super-H