remote_gdb.hh (8700:5637ed211912) | remote_gdb.hh (8931:7a1dfb191e3f) |
---|---|
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; --- 28 unchanged lines hidden (view full) --- 37#include "arch/alpha/types.hh" 38#include "base/pollevent.hh" 39#include "base/remote_gdb.hh" 40#include "base/socket.hh" 41#include "cpu/pc_event.hh" 42 43class System; 44class ThreadContext; | 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; --- 28 unchanged lines hidden (view full) --- 37#include "arch/alpha/types.hh" 38#include "base/pollevent.hh" 39#include "base/remote_gdb.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 50{ 51 protected: 52 Addr notTakenBkpt; 53 Addr takenBkpt; --- 21 unchanged lines hidden --- | 45 46namespace AlphaISA { 47 48class RemoteGDB : public BaseRemoteGDB 49{ 50 protected: 51 Addr notTakenBkpt; 52 Addr takenBkpt; --- 21 unchanged lines hidden --- |