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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [toplevel.c] - Diff between revs 479 and 491

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 479 Rev 491
Line 49... Line 49...
#include "gdbcomm.h"
#include "gdbcomm.h"
#include "debug_unit.h"
#include "debug_unit.h"
#include "coff.h"
#include "coff.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.54 $";
const char rcsrev[] = "$Revision: 1.55 $";
 
 
/* Continuos run versus single step tracing switch. */
/* Continuos run versus single step tracing switch. */
int cont_run;
int cont_run;
 
 
/* History of execution */
/* History of execution */
Line 507... Line 507...
    } else
    } else
    if (strcmp(item1, "pc") == 0) { /* patch PC */
    if (strcmp(item1, "pc") == 0) { /* patch PC */
      char item2[20];
      char item2[20];
 
 
      strtoken(linestr, item2, 2);
      strtoken(linestr, item2, 2);
      pcnext = strtoul(item2, NULL, 0);
      pc = strtoul(item2, NULL, 0);
    } else
    } else
    if (strcmp(item1, "break") == 0) {  /* set/clear breakpoint */
    if (strcmp(item1, "break") == 0) {  /* set/clear breakpoint */
      char item2[20];
      char item2[20];
 
 
      strtoken(linestr, item2, 2);
      strtoken(linestr, item2, 2);

powered by: WebSVN 2.1.0

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