remote_gdb.hh (8931:7a1dfb191e3f) remote_gdb.hh (10601:6efb37480d87)
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;

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

61 public:
62 RemoteGDB(System *system, ThreadContext *context);
63
64 bool acc(Addr addr, size_t len);
65
66 protected:
67 void getregs();
68 void setregs();
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;

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

61 public:
62 RemoteGDB(System *system, ThreadContext *context);
63
64 bool acc(Addr addr, size_t len);
65
66 protected:
67 void getregs();
68 void setregs();
69
70 void clearSingleStep();
71 void setSingleStep();
72
73 Addr nextBkpt;
74};
75
76}
77
78#endif /* __ARCH_SPARC_REMOTE_GDB_H__ */
69};
70
71}
72
73#endif /* __ARCH_SPARC_REMOTE_GDB_H__ */