remote_gdb.cc (8229:78bf55f23338) remote_gdb.cc (8768:314eb1e2fa94)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

42
43#include <string>
44
45#include "arch/x86/remote_gdb.hh"
46#include "arch/vtophys.hh"
47#include "base/remote_gdb.hh"
48#include "base/socket.hh"
49#include "base/trace.hh"
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

42
43#include <string>
44
45#include "arch/x86/remote_gdb.hh"
46#include "arch/vtophys.hh"
47#include "base/remote_gdb.hh"
48#include "base/socket.hh"
49#include "base/trace.hh"
50#include "config/full_system.hh"
51#include "cpu/thread_context.hh"
52
53using namespace std;
54using namespace X86ISA;
55
56RemoteGDB::RemoteGDB(System *_system, ThreadContext *c)
57 : BaseRemoteGDB(_system, c, NumGDBRegs)
58{}

--- 25 unchanged lines hidden ---
50#include "cpu/thread_context.hh"
51
52using namespace std;
53using namespace X86ISA;
54
55RemoteGDB::RemoteGDB(System *_system, ThreadContext *c)
56 : BaseRemoteGDB(_system, c, NumGDBRegs)
57{}

--- 25 unchanged lines hidden ---