debugger: rework core adapter

The name of the binary is now read using the elfreader instead
of attaching gdb twice.

Change-Id: I7a75bc64278c4f43e7085d2e479b53173602c966
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-06-05 19:55:32 +02:00
committed by hjk
parent 291e23d0e1
commit 2d466528c9
12 changed files with 172 additions and 191 deletions

View File

@@ -90,7 +90,7 @@ public:
quint64 startAddress;
quint64 endAddress;
Utils::ElfSections sections;
Utils::ElfHeaders sections;
};
typedef QVector<Module> Modules;