debugger: use the elfreader instead of external objdump

Change-Id: Ic5c5525703a6ef8924ac68e1a9ed33e411aada08
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-06-01 17:21:39 +02:00
committed by hjk
parent 1e31ae2020
commit 278d909208
6 changed files with 79 additions and 49 deletions

View File

@@ -403,6 +403,7 @@ private: ////////// Gdb Command Management //////////
QList<GdbCommand> m_commandsToRunOnTemporaryBreak;
int gdbVersion() const { return m_gdbVersion; }
void checkForReleaseBuild();
private: ////////// Gdb Output, State & Capability Handling //////////