summaryrefslogtreecommitdiff
path: root/base/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/remote_gdb.hh')
-rw-r--r--base/remote_gdb.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/base/remote_gdb.hh b/base/remote_gdb.hh
index f9a220a5d..652a58317 100644
--- a/base/remote_gdb.hh
+++ b/base/remote_gdb.hh
@@ -40,8 +40,13 @@ class System;
class ExecContext;
class PhysicalMemory;
+class GDBListener;
class RemoteGDB
{
+ private:
+ friend void debugger();
+ friend class GDBListener;
+
protected:
class Event : public PollEvent
{
@@ -55,6 +60,8 @@ class RemoteGDB
friend class Event;
Event *event;
+ GDBListener *listener;
+ int number;
protected:
int fd;