Commit Graph

164 Commits

Author SHA1 Message Date
Friedemann Kleint
54f9654bd3 Debugger: Fix Symbian.
...which subclasses DebuggerRunner and does not call
DebuggerPlugin::startDebugger(), which connects the
engine, leading to strange malfunctions. Move functionality
to DebuggerRunner::start() to make it self-contained.
Add object names to engines for easier debugging.

Reviewed-by: hjk
2010-08-24 15:35:46 +02:00
Joerg Bornemann
207e0062f8 cdb plugin: superfluous and untranslated message removed 2010-07-22 17:41:42 +02:00
Joerg Bornemann
1adc86964f CdbEnginePrivate::endDebugging don't show error message on success 2010-07-21 14:43:15 +02:00
hjk
2f2c3afad1 debugger: fix warning
done by Robert
2010-07-15 08:36:50 +02:00
Friedemann Kleint
0b527bfdfe Fix CDB/trkgdbadapter. 2010-07-14 17:49:18 +02:00
Robert Loehning
3bf0789464 Compile fixes. 2010-07-14 17:49:17 +02:00
Robert Loehning
c69cad48f9 debugger: Compile fixes 2010-07-14 17:49:16 +02:00
Robert Loehning
f88a010a41 debugger: state compile fix on Windows 2010-07-14 17:49:16 +02:00
hjk
e760700f0f debugger: overhaul "state machine"
This mainly allows for more precise shutdown and tightens the set
of allowed transitions.
2010-07-14 17:49:16 +02:00
hjk
6089bc1b9e debugger: rename EngineStart to EngineSetup 2010-07-14 17:49:16 +02:00
hjk
9e7a456457 debugger: refactor startup logic 2010-07-14 17:49:16 +02:00
hjk
85243e19a9 debugger: encapsulate part of the startup logic in the base class 2010-07-14 17:49:15 +02:00
Tobias Hunger
fa35bbc5ef Build fix on windows 2010-07-08 14:53:18 +02:00
hjk
7d2f56d3df debugger: rename CdbDebugEngine into CdbEngine
Fits better into the scheme and makes grep^H^H^H^H Ctrl-F-ing easier.
2010-07-08 13:51:29 +02:00