OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or_debug_proxy/] [src/] [gdb.c] - Diff between revs 376 and 431

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"))))
    {
    {
      /*
      /*

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.