remote_gdb.cc (8229:78bf55f23338) remote_gdb.cc (8232:b28d06a175be)
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;

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

125#include "arch/vtophys.hh"
126#include "base/intmath.hh"
127#include "base/remote_gdb.hh"
128#include "base/socket.hh"
129#include "base/trace.hh"
130#include "config/full_system.hh"
131#include "cpu/static_inst.hh"
132#include "cpu/thread_context.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;

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

125#include "arch/vtophys.hh"
126#include "base/intmath.hh"
127#include "base/remote_gdb.hh"
128#include "base/socket.hh"
129#include "base/trace.hh"
130#include "config/full_system.hh"
131#include "cpu/static_inst.hh"
132#include "cpu/thread_context.hh"
133#include "debug/GDBRead.hh"
133#include "mem/page_table.hh"
134#include "mem/physical.hh"
135#include "mem/port.hh"
136#include "sim/byteswap.hh"
137#include "sim/process.hh"
138#include "sim/system.hh"
139
140using namespace std;

--- 113 unchanged lines hidden ---
134#include "mem/page_table.hh"
135#include "mem/physical.hh"
136#include "mem/port.hh"
137#include "sim/byteswap.hh"
138#include "sim/process.hh"
139#include "sim/system.hh"
140
141using namespace std;

--- 113 unchanged lines hidden ---