URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 376 |
Rev 431 |
Line 2694... |
Line 2694... |
`Trunning[;field]...'
|
`Trunning[;field]...'
|
running is a single digit 1 if the trace is presently running, or 0
|
running is a single digit 1 if the trace is presently running, or 0
|
if not. It is followed by semicolon-separated optional fields that an
|
if not. It is followed by semicolon-separated optional fields that an
|
agent may use to report additional status.
|
agent may use to report additional status.
|
*/
|
*/
|
put_str_packet ("T0");
|
/* Not supported. Return empty packet */
|
|
put_str_packet ("");
|
}
|
}
|
else if ((0 == strncmp ("qTfV", p_buf->data, strlen ("qTfV"))) ||
|
else if ((0 == strncmp ("qTfV", p_buf->data, strlen ("qTfV"))) ||
|
(0 == strncmp ("qTsV", p_buf->data, strlen ("qTsV"))))
|
(0 == strncmp ("qTsV", p_buf->data, strlen ("qTsV"))))
|
{
|
{
|
/*
|
/*
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.