debug.hh (5882:5a047c3f3795) debug.hh (6214:1ec0ec8933ae)
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 */
30
31#ifndef __SIM_DEBUG_HH__
32#define __SIM_DEBUG_HH__
33
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 */
30
31#ifndef __SIM_DEBUG_HH__
32#define __SIM_DEBUG_HH__
33
34#include "sim/host.hh"
34#include "base/types.hh"
35
36void schedBreakCycle(Tick when);
37
38int getRemoteGDBPort();
39// Remote gdb base port. 0 disables remote gdb.
40void setRemoteGDBPort(int port);
41
42#endif // __SIM_DEBUG_HH__
35
36void schedBreakCycle(Tick when);
37
38int getRemoteGDBPort();
39// Remote gdb base port. 0 disables remote gdb.
40void setRemoteGDBPort(int port);
41
42#endif // __SIM_DEBUG_HH__