debug.hh (9960:501c7384a5bc) debug.hh (10453:d0365cc3d05f)
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;

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

48 * @param when the cycle to break
49 */
50void takeCheckpoint(Tick when);
51
52/** Dump all the events currently on the event queue
53 */
54void eventqDump();
55
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;

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

48 * @param when the cycle to break
49 */
50void takeCheckpoint(Tick when);
51
52/** Dump all the events currently on the event queue
53 */
54void eventqDump();
55
56void py_interact();
57
58int getRemoteGDBPort();
59// Remote gdb base port. 0 disables remote gdb.
60void setRemoteGDBPort(int port);
61
62#endif // __SIM_DEBUG_HH__
56int getRemoteGDBPort();
57// Remote gdb base port. 0 disables remote gdb.
58void setRemoteGDBPort(int port);
59
60#endif // __SIM_DEBUG_HH__