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

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

35
36#include "arch/sparc/types.hh"
37#include "base/pollevent.hh"
38#include "base/remote_gdb.hh"
39#include "cpu/pc_event.hh"
40
41class System;
42class 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;

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

35
36#include "arch/sparc/types.hh"
37#include "base/pollevent.hh"
38#include "base/remote_gdb.hh"
39#include "cpu/pc_event.hh"
40
41class System;
42class ThreadContext;
43class PhysicalMemory;
44
45namespace SparcISA
46{
47
48class RemoteGDB : public BaseRemoteGDB
49{
50 protected:
51 enum RegisterConstants

--- 28 unchanged lines hidden ---
43
44namespace SparcISA
45{
46
47class RemoteGDB : public BaseRemoteGDB
48{
49 protected:
50 enum RegisterConstants

--- 28 unchanged lines hidden ---