From 3ceecf661b55c8b270c25f37098cdd8f45a612b1 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Thu, 10 Sep 2009 08:25:56 +0200
Subject: [PATCH] debugger: fix linking

new header files gdbprocessbase needs to be listed in HEADERS
---
 src/plugins/debugger/gdb/gdb.pri              |  1 +
 .../debugger/symbian/symbianadapter.cpp       | 30 -------------------
 2 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/src/plugins/debugger/gdb/gdb.pri b/src/plugins/debugger/gdb/gdb.pri
index 5154397aaec..9433d4be8d8 100644
--- a/src/plugins/debugger/gdb/gdb.pri
+++ b/src/plugins/debugger/gdb/gdb.pri
@@ -1,4 +1,5 @@
 HEADERS += \
+    $$PWD/gdbprocessbase.h \
     $$PWD/gdbmi.h \
     $$PWD/gdbengine.h \
     $$PWD/gdboptionspage.h \
diff --git a/src/plugins/debugger/symbian/symbianadapter.cpp b/src/plugins/debugger/symbian/symbianadapter.cpp
index 8f66b331242..5790cbf6c6a 100644
--- a/src/plugins/debugger/symbian/symbianadapter.cpp
+++ b/src/plugins/debugger/symbian/symbianadapter.cpp
@@ -33,36 +33,6 @@
 #define GdbCB(s) GdbCallback(this, &SymbianAdapter::s)
 
 
-/*
-fetch-register          p                       info registers
-set-register            P                       set
-binary-download         X                       load, set
-read-aux-vector         qXfer:auxv:read         info auxv
-symbol-lookup           qSymbol                 Detecting multiple threads
-attach                  vAttach                 attach
-verbose-resume          vCont                   Stepping or resuming multiple threads
-run                     vRun                    run
-software-breakpoint     Z0                      break
-hardware-breakpoint     Z1                      hbreak
-write-watchpoint        Z2                      watch
-read-watchpoint         Z3                      rwatch
-access-watchpoint       Z4                      awatch
-target-features         qXfer:features:read     set architecture
-library-info            qXfer:libraries:read    info sharedlibrary
-memory-map              qXfer:memory-map:read   info mem
-read-spu-object         qXfer:spu:read          info spu
-write-spu-object        qXfer:spu:write         info spu
-get-thread-local-
-storage-address         qGetTLSAddr             Displaying __thread variables
-supported-packets       qSupported              Remote communications parameters
-pass-signals            QPassSignals            handle signal
-hostio-close-packet     vFile:close             remote get, remote put
-hostio-open-packet      vFile:open              remote get, remote put
-hostio-pread-packet     vFile:pread             remote get, remote put
-hostio-pwrite-packet    vFile:pwrite            remote get, remote put
-hostio-unlink-packet    vFile:unlink            remote delete
-*/
-
 using namespace trk;
 
 enum { KnownRegisters = RegisterPSGdb + 1};
-- 
GitLab