- 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>
-
hjk authored
predicatable parts.
-
- Jul 08, 2009
- Jul 07, 2009
-
-
Friedemann Kleint authored
- std::set/map: Introduce templates to iterate the MSVC STL implementation depending on type (since it inherits some basic set_traits that depend on the key/value size. - Retrieve types correctly in CDB (buffer too short for STL-types) - Fix std::map in GDB broken by previous commit. - Introduce a dumper version check in GDB/CDB. - Make GDB parse sizes in initial dumper call as well - Fix special sizes to work with namespaced Qt (watchutils)
-
- Jul 06, 2009
-
-
Friedemann Kleint authored
- Make container dumper routines set "childnumchild" when known in order to avoid roundtrips; avoid repeated invocations of container.end(). - Completed dumper information in some places to avoid roundtrips. - Extended QVariant helpers by dumpers for common GUI types (rectangles, points, sizes, fonts, size policies). - Introduced artificial QObjectChildList/QObjectProperty types to be able to dump QObject children and properties without using gdb expressions. - Fixed dumping of Signal/Slot list to pass on correct types. Avoid recursions if signal is connected to self. - Replaced expressions by addresses in the dumpers to it make work for CDB. - Reworked dumper test program to have -a, making it usable for tests, add further types. - Gdb: Clear output buffer before calling dumpers, avoiding mixups in case evaluation of expression fails. - Fix the dumper parser used by CDB, do not be fooled by "<synthetic>" addresses, etc. - Pass on a "dumperVersion" in initial query.
-
- Jul 01, 2009
- Jun 30, 2009
-
-
Friedemann Kleint authored
Acked-by:
kh <qtc-committer@nokia.com>
-
hjk authored
-