re-add debug-in-terminal in form of a new gdb adapter

This commit is contained in:
Oswald Buddenhagen
2009-10-07 10:25:26 +02:00
parent 3dc1e31deb
commit ad092d11d5
5 changed files with 251 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ private:
friend class AttachGdbAdapter;
friend class CoreGdbAdapter;
friend class PlainGdbAdapter;
friend class TermGdbAdapter;
friend class RemoteGdbAdapter;
friend class TrkGdbAdapter;