remote_gdb.hh (8931:7a1dfb191e3f) remote_gdb.hh (10589:5962812f80fe)
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;

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

187 virtual void setregs() = 0;
188
189 virtual void clearSingleStep() = 0;
190 virtual void setSingleStep() = 0;
191
192 PCEventQueue *getPcEventQueue();
193
194 protected:
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;

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

187 virtual void setregs() = 0;
188
189 virtual void clearSingleStep() = 0;
190 virtual void setSingleStep() = 0;
191
192 PCEventQueue *getPcEventQueue();
193
194 protected:
195 virtual bool checkBpLen(size_t len);
196
195 class HardBreakpoint : public PCEvent
196 {
197 private:
198 BaseRemoteGDB *gdb;
199
200 public:
201 int refcount;
202

--- 70 unchanged lines hidden ---
197 class HardBreakpoint : public PCEvent
198 {
199 private:
200 BaseRemoteGDB *gdb;
201
202 public:
203 int refcount;
204

--- 70 unchanged lines hidden ---