sim_object.hh (9356:b279bad40aa3) sim_object.hh (9554:406fbcf60223)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

171 /**
172 * Find the SimObject with the given name and return a pointer to
173 * it. Primarily used for interactive debugging. Argument is
174 * char* rather than std::string to make it callable from gdb.
175 */
176 static SimObject *find(const char *name);
177};
178
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

171 /**
172 * Find the SimObject with the given name and return a pointer to
173 * it. Primarily used for interactive debugging. Argument is
174 * char* rather than std::string to make it callable from gdb.
175 */
176 static SimObject *find(const char *name);
177};
178
179#ifdef DEBUG
180void debugObjectBreak(const char *objs);
181#endif
182
179#endif // __SIM_OBJECT_HH__
183#endif // __SIM_OBJECT_HH__