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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [toplevel.c] - Diff between revs 331 and 335

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

Rev 331 Rev 335
Line 50... Line 50...
#include "coff.h"
#include "coff.h"
 
 
#include "gdbcomm.h"
#include "gdbcomm.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.41 $";
const char rcsrev[] = "$Revision: 1.42 $";
 
 
/* 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 230... Line 230...
            exit(1);
            exit(1);
          }
          }
        }
        }
 
 
        /* Disable gdb debugging, if debug module is not available.  */
        /* Disable gdb debugging, if debug module is not available.  */
        if (!config.debug.enabled) {
        if (config.debug.gdb_enabled && !config.debug.enabled) {
          config.debug.gdb_enabled = 0;
          config.debug.gdb_enabled = 0;
          if (config.sim.verbose)
          if (config.sim.verbose)
            fprintf (stderr, "WARNING: Debug module not enabled, cannot start gdb.\n");
            fprintf (stderr, "WARNING: Debug module not enabled, cannot start gdb.\n");
        }
        }
 
 

powered by: WebSVN 2.1.0

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