nativetrace.cc (7811:a8fc35183c10) nativetrace.cc (8232:b28d06a175be)
1/*
2 * Copyright (c) 2006-2009 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: Gabe Black
29 */
30
31#include "base/socket.hh"
32#include "cpu/nativetrace.hh"
33#include "cpu/static_inst.hh"
1/*
2 * Copyright (c) 2006-2009 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: Gabe Black
29 */
30
31#include "base/socket.hh"
32#include "cpu/nativetrace.hh"
33#include "cpu/static_inst.hh"
34#include "debug/GDBMisc.hh"
34#include "params/NativeTrace.hh"
35
36using namespace std;
37
38namespace Trace {
39
40NativeTrace::NativeTrace(const Params *p)
41 : ExeTracer(p)

--- 24 unchanged lines hidden ---
35#include "params/NativeTrace.hh"
36
37using namespace std;
38
39namespace Trace {
40
41NativeTrace::NativeTrace(const Params *p)
42 : ExeTracer(p)

--- 24 unchanged lines hidden ---