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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/or1ksim/debug
    from Rev 235 to Rev 236
    Reverse comparison

Rev 235 → Rev 236

/Makefile.in
154,7 → 154,6
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
POW_LIB = @POW_LIB@
/rsp-server.c
1757,8 → 1757,14
static void
rsp_query (struct rsp_buf *buf)
{
if (0 == strcmp ("qC", buf->data))
if (0 == strcmp ("qAttached", buf->data))
{
/* We are always attaching to an existing process with the bare metal
embedded system. */
put_str_packet ("1");
}
else if (0 == strcmp ("qC", buf->data))
{
/* Return the current thread ID (unsigned hex). A null response
indicates to use the previously selected thread. We use the constant
OR1KSIM_TID to represent our single thread of control. */

powered by: WebSVN 2.1.0

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