2003-01-15 Elena Zannoni <ezannoni@redhat.com>

(OpenRISC 1000): Fix formatting of command names.
This commit is contained in:
Elena Zannoni
2003-01-15 17:57:38 +00:00
parent dabf8a3592
commit f153cc9257
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-01-15 Elena Zannoni <ezannoni@redhat.com>
(OpenRISC 1000): Fix formatting of command names.
2003-01-15 Elena Zannoni <ezannoni@redhat.com> 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
* gdb.texinfo (Continuing and Stepping): Add new command * gdb.texinfo (Continuing and Stepping): Add new command

View File

@ -11904,7 +11904,7 @@ Set acquisition qualifier for HW trace.
Set HW trace stopping criteria. Set HW trace stopping criteria.
@kindex htrace record @kindex htrace record
@item htrace record @var{[data]*} @item htrace record [@var{data}]*
Selects the data to be recorded, when qualifier is met and HW trace was Selects the data to be recorded, when qualifier is met and HW trace was
triggered. triggered.
@ -11915,14 +11915,14 @@ triggered.
Enables/disables the HW trace. Enables/disables the HW trace.
@kindex htrace rewind @kindex htrace rewind
@item htrace rewind @var{[filename]} @item htrace rewind [@var{filename}]
Clears currently recorded trace data. Clears currently recorded trace data.
If filename is specified, new trace file is made and any newly collected data If filename is specified, new trace file is made and any newly collected data
will be written there. will be written there.
@kindex htrace print @kindex htrace print
@item htrace print @var{[start [len]]} @item htrace print [@var{start} [@var{len}]]
Prints trace buffer, using current record configuration. Prints trace buffer, using current record configuration.
@kindex htrace mode continuous @kindex htrace mode continuous