debug.cc (8581:56f97760eadd) debug.cc (9356:b279bad40aa3)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 22 unchanged lines hidden (view full) ---

31
32#include <Python.h>
33
34#include <string>
35#include <vector>
36
37#include "base/debug.hh"
38#include "sim/debug.hh"
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 22 unchanged lines hidden (view full) ---

31
32#include <Python.h>
33
34#include <string>
35#include <vector>
36
37#include "base/debug.hh"
38#include "sim/debug.hh"
39#include "sim/eventq.hh"
39#include "sim/eventq_impl.hh"
40#include "sim/sim_events.hh"
41#include "sim/sim_exit.hh"
42
43using namespace std;
44
45//
46// Debug event: place a breakpoint on the process function and
47// schedule the event to break at a particular cycle

--- 93 unchanged lines hidden ---
40#include "sim/sim_events.hh"
41#include "sim/sim_exit.hh"
42
43using namespace std;
44
45//
46// Debug event: place a breakpoint on the process function and
47// schedule the event to break at a particular cycle

--- 93 unchanged lines hidden ---