nativetrace.hh (6419:2192dac4ad82) nativetrace.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2006 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;

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

102
103 ArmNativeTrace(const Params *p) :
104 NativeTrace(p), stopOnPCError(p->stop_on_pc_error)
105 {}
106
107 void check(NativeTraceRecord *record);
108};
109
1/*
2 * Copyright (c) 2006 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;

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

102
103 ArmNativeTrace(const Params *p) :
104 NativeTrace(p), stopOnPCError(p->stop_on_pc_error)
105 {}
106
107 void check(NativeTraceRecord *record);
108};
109
110} /* namespace Trace */
110} // namespace Trace
111
112#endif // __ARCH_ARM_NATIVETRACE_HH__
111
112#endif // __ARCH_ARM_NATIVETRACE_HH__