remote_gdb.hh (5569:baeee670d4ce) remote_gdb.hh (8229:78bf55f23338)
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;

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

28 * Authors: Nathan Binkert
29 */
30
31#ifndef __ARCH_ALPHA_REMOTE_GDB_HH__
32#define __ARCH_ALPHA_REMOTE_GDB_HH__
33
34#include <map>
35
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;

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

28 * Authors: Nathan Binkert
29 */
30
31#ifndef __ARCH_ALPHA_REMOTE_GDB_HH__
32#define __ARCH_ALPHA_REMOTE_GDB_HH__
33
34#include <map>
35
36#include "arch/alpha/types.hh"
37#include "arch/alpha/kgdb.h"
36#include "arch/alpha/kgdb.h"
38#include "base/remote_gdb.hh"
39#include "cpu/pc_event.hh"
37#include "arch/alpha/types.hh"
40#include "base/pollevent.hh"
38#include "base/pollevent.hh"
39#include "base/remote_gdb.hh"
41#include "base/socket.hh"
40#include "base/socket.hh"
41#include "cpu/pc_event.hh"
42
43class System;
44class ThreadContext;
45class PhysicalMemory;
46
47namespace AlphaISA {
48
49class RemoteGDB : public BaseRemoteGDB

--- 23 unchanged lines hidden ---
42
43class System;
44class ThreadContext;
45class PhysicalMemory;
46
47namespace AlphaISA {
48
49class RemoteGDB : public BaseRemoteGDB

--- 23 unchanged lines hidden ---