Deleted Added
sdiff udiff text old ( 10913:38dbdeea7f1f ) new ( 11067:5379f099e488 )
full compact
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

226 /**
227 * Find the SimObject with the given name and return a pointer to
228 * it. Primarily used for interactive debugging. Argument is
229 * char* rather than std::string to make it callable from gdb.
230 */
231 static SimObject *find(const char *name);
232};
233
234#ifdef DEBUG
235void debugObjectBreak(const char *objs);
236#endif
237
238#endif // __SIM_OBJECT_HH__