remote_gdb.cc (8783:8cd08c045cab) remote_gdb.cc (8784:05fb20d7064b)
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;

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

129#include "base/trace.hh"
130#include "config/the_isa.hh"
131#include "cpu/static_inst.hh"
132#include "cpu/thread_context.hh"
133#include "debug/GDBAll.hh"
134#include "mem/port.hh"
135#include "mem/translating_port.hh"
136#include "mem/vport.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;

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

129#include "base/trace.hh"
130#include "config/the_isa.hh"
131#include "cpu/static_inst.hh"
132#include "cpu/thread_context.hh"
133#include "debug/GDBAll.hh"
134#include "mem/port.hh"
135#include "mem/translating_port.hh"
136#include "mem/vport.hh"
137#include "sim/full_system.hh"
137#include "sim/system.hh"
138
139using namespace std;
140using namespace Debug;
141using namespace TheISA;
142
143#ifndef NDEBUG
144vector<BaseRemoteGDB *> debuggers;

--- 876 unchanged lines hidden ---
138#include "sim/system.hh"
139
140using namespace std;
141using namespace Debug;
142using namespace TheISA;
143
144#ifndef NDEBUG
145vector<BaseRemoteGDB *> debuggers;

--- 876 unchanged lines hidden ---