- Sep 11, 2009
- Sep 10, 2009
- Sep 09, 2009
-
-
hjk authored
That's the first step to make the gdb/trk Adapter work with the otherwise unmodified gdb engine. GdbProcessBase is inherited by GdbProcess and the gdb/trk Adapter. In the GdbProcess case it's just a wrapper around a QProcess running gdb, in the Adapter case it's the interface to the gdb process in the whole rfomm/gdb/gdbserver combo.
-
- Aug 31, 2009
-
-
hjk authored
Split the concepts 'enabled' and 'editable' in the dumper output Disable "<not in scope>" entries, also fix their type. Fix glitch in type beautification for display Find reason for failing bulk updates.
-
- Aug 28, 2009
- Aug 25, 2009
-
-
hjk authored
There was a case where "childtype" had to be used instead of "type".
-
- Aug 24, 2009
-
-
con authored
Reviewed-by: hjk
-
- Aug 21, 2009
-
-
hjk authored
the child list.
-
- Aug 20, 2009
-
-
hjk authored
It was merged to Qt master a while ago.
-
- Aug 18, 2009
- Aug 17, 2009
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
hjk authored
-
hjk authored
Show the current number base in the view.
-
hjk authored
Just mentioning it in the status bar is often not enough to take notice.
-
hjk authored
When trying to debug qmake or another bootstrapped application loading the dumpers failed as they are binarily incompatible. So failing is expected and fine. However, gdb 6.8-debian produces in this case _two_ responses for '-exec-continue produces' ('^running' and '^error,msg="Cannot find new threads: generic error"') which is impossible according to the MI docs. In theory...
-
- Aug 12, 2009
-
-
hjk authored
-
Friedemann Kleint authored
Fix "displayedtype" in CDB, display it elsewhere. Log debugger settings in DebuggerManager startup. Acked-by:
hjk <qtc-committer@nokia.com>
-
- Jul 23, 2009
-
-
hjk authored
-
- Jul 21, 2009
-
-
hjk authored
-
- Jul 15, 2009
-
-
hjk authored
-
dt authored
Requires a lot of trivial forwarding.
-
Friedemann Kleint authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
hjk authored
-
hjk authored
There used to be a single 'Locals' etc item of the true root that was never shown anyway. Removing this also renders using setRootIndex() in WatchWindow unnecessary.
-
- Jul 10, 2009
-
-
Friedemann Kleint authored
- Modified WatchModel to handle storage of an hierarchy of WatchItems. - Factored out code for asynchronous population to AsyncWatchModel and added a mixin for convenient handling - Added base class for synchronous models. - Implement simple, synchronous models for CDB, greatly simplifying code and finally getting manual expansion right. Signed-off-by:
hjk <qtc-committer@nokia.com>
-