remote_gdb.cc (5567:8fc3b004b0df) remote_gdb.cc (7678:f19b6a3a8cec)
1/*
2 * Copyright (c) 2002-2005 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;

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

128#include "base/socket.hh"
129#include "base/trace.hh"
130#include "config/full_system.hh"
131#include "cpu/thread_context.hh"
132#include "cpu/static_inst.hh"
133#include "mem/page_table.hh"
134#include "mem/physical.hh"
135#include "mem/port.hh"
1/*
2 * Copyright (c) 2002-2005 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;

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

128#include "base/socket.hh"
129#include "base/trace.hh"
130#include "config/full_system.hh"
131#include "cpu/thread_context.hh"
132#include "cpu/static_inst.hh"
133#include "mem/page_table.hh"
134#include "mem/physical.hh"
135#include "mem/port.hh"
136#include "sim/byteswap.hh"
136#include "sim/process.hh"
137#include "sim/system.hh"
138
139using namespace std;
140using namespace SparcISA;
141
142RemoteGDB::RemoteGDB(System *_system, ThreadContext *c)
143 : BaseRemoteGDB(_system, c, NumGDBRegs), nextBkpt(0)

--- 102 unchanged lines hidden ---
137#include "sim/process.hh"
138#include "sim/system.hh"
139
140using namespace std;
141using namespace SparcISA;
142
143RemoteGDB::RemoteGDB(System *_system, ThreadContext *c)
144 : BaseRemoteGDB(_system, c, NumGDBRegs), nextBkpt(0)

--- 102 unchanged lines hidden ---