mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
2003-01-15 Elena Zannoni <ezannoni@redhat.com>
(OpenRISC 1000): Fix formatting of command names.
This commit is contained in:
@ -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>
|
||||
|
||||
* gdb.texinfo (Continuing and Stepping): Add new command
|
||||
|
@ -11904,7 +11904,7 @@ Set acquisition qualifier for HW trace.
|
||||
Set HW trace stopping criteria.
|
||||
|
||||
@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
|
||||
triggered.
|
||||
|
||||
@ -11915,14 +11915,14 @@ triggered.
|
||||
Enables/disables the HW trace.
|
||||
|
||||
@kindex htrace rewind
|
||||
@item htrace rewind @var{[filename]}
|
||||
@item htrace rewind [@var{filename}]
|
||||
Clears currently recorded trace data.
|
||||
|
||||
If filename is specified, new trace file is made and any newly collected data
|
||||
will be written there.
|
||||
|
||||
@kindex htrace print
|
||||
@item htrace print @var{[start [len]]}
|
||||
@item htrace print [@var{start} [@var{len}]]
|
||||
Prints trace buffer, using current record configuration.
|
||||
|
||||
@kindex htrace mode continuous
|
||||
|
Reference in New Issue
Block a user