From e22e55c92c835476cee824db64fb8ed9e8a4d351 Mon Sep 17 00:00:00 2001 From: Orjan Friberg Date: Mon, 23 May 2005 10:41:33 +0000 Subject: [PATCH] 2005-05-23 Orjan Friberg * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi documentation. Add documentation for cris-mode. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 21 +++++++++++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 709557494c4..ee7c7fd27fe 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-23 Orjan Friberg + + * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi + documentation. Add documentation for cris-mode. + 2005-05-20 Eli Zaretskii * gdb.texinfo (Numbers): Explain the example and make the wording diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3405bfff7e3..549bbb58457 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -14665,21 +14665,30 @@ following CRIS-specific commands: @table @code @item set cris-version @var{ver} @cindex CRIS version -Set the current CRIS version to @var{ver}. The CRIS version affects -register names and sizes. This command is useful in case -autodetection of the CRIS version fails. +Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}. +The CRIS version affects register names and sizes. This command is useful in +case autodetection of the CRIS version fails. @item show cris-version Show the current CRIS version. @item set cris-dwarf2-cfi @cindex DWARF-2 CFI and CRIS -Set the usage of DWARF-2 CFI for CRIS debugging. The default is off -if using @code{gcc-cris} whose version is below @code{R59}, otherwise -on. +Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}. +Change to @samp{off} when using @code{gcc-cris} whose version is below +@code{R59}. @item show cris-dwarf2-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 @node Super-H -- 2.30.2