Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | debugger: fix regression in QVariant dumper | hjk | 2009-07-01 | 1 | -2/+2 | |
| | ||||||
* | debugger: add widget watchers by mouse click in the debugged application. | hjk | 2009-07-01 | 1 | -5/+18 | |
| | | | | | The option is hidden in the context menu. Currently the application must be stopped. | |||||
* | debugger: refactoring | hjk | 2009-06-26 | 1 | -270/+304 | |
| | ||||||
* | debugger: reduce use of macros in dumper code | hjk | 2009-06-26 | 1 | -574/+715 | |
| | ||||||
* | debugger: fix several small issues in the dumper code | hjk | 2009-06-26 | 1 | -43/+61 | |
| | | | | | | | Fix typo in QChar helper. Add a auto tests for some of the dumpers. Make the dumpers compilable for Qt < 4.5 for better regression tests. Make manual tests compile with Qt < 4.5. | |||||
* | debugger: better dumper support for QChar and unsigned short. | hjk | 2009-06-24 | 1 | -3/+32 | |
| | ||||||
* | debugger: also simplify diplayed type of nested std::containers | hjk | 2009-06-23 | 1 | -0/+2 | |
| | ||||||
* | debugger: fix dumper for QList<T*> | hjk | 2009-06-19 | 1 | -1/+1 | |
| | ||||||
* | debugger: remove QtGui dependency from debugging helpers | hjk | 2009-06-18 | 1 | -14/+20 | |
| | | | | | It was only used for the watch-QImage-while-it-is-being-drawn-on feature, which does not seem overly useful. | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | Partitial revert of d7af85a09755a2a6852052b8621448ab6114ea0a. | Daniel Molkentin | 2009-06-08 | 1 | -0/+1 | |
| | | | | | | broke at least cdb. Reviewed-By: hjk <qtc-committer@nokia.com> | |||||
* | debugger: implement a dumper for QAbstractItemModel | hjk | 2009-06-03 | 1 | -3/+107 | |
| | | | | | This also squashes a namespace related bug introduced by the watchutils refactoring. | |||||
* | debugger: re-start work on image dumper | hjk | 2009-05-29 | 1 | -1/+34 | |
| | ||||||
* | Stabilized the QString debug dumper a bit on Windows. | Friedemann Kleint | 2009-05-20 | 1 | -4/+9 | |
| | | | | | | Try to prevent dumper crashes on unitialized variables that slow down the debugger. Acked-by: hjk <qtc-committer@nokia.com> | |||||
* | debugger: refactoring of the QObject dumper | hjk | 2009-05-13 | 1 | -64/+60 | |
| | | | | signal lists still broken for 4.6 | |||||
* | debugger: alsways use the copied qobject_p.h for the QObject dumper | hjk | 2009-05-13 | 1 | -29/+1 | |
| | ||||||
* | Make QString dumper fail faster in case of uninitialized variables | con | 2009-05-12 | 1 | -1/+2 | |
| | | | | Reviewed-by: hjk <qtc-committer@nokia.com> | |||||
* | Made std::vector/std::list work with CDB dumpers. | Friedemann Kleint | 2009-05-06 | 1 | -8/+20 | |
| | ||||||
* | less inefficient | Oswald Buddenhagen | 2009-05-05 | 1 | -6/+19 | |
| | | | | still quite some potential ... | |||||
* | fix typos | Oswald Buddenhagen | 2009-05-05 | 1 | -5/+5 | |
| | ||||||
* | Started on QObject dumping for CDB, make it smarter. | Friedemann Kleint | 2009-05-05 | 1 | -5/+16 | |
| | | | | | Try to find qobject_p.h, if it exists and use its structures to determine the child offset. | |||||
* | debugger: add dumper for QWeakPointer | hjk | 2009-04-29 | 1 | -10/+52 | |
| | ||||||
* | Make dumpers output size information. | Friedemann Kleint | 2009-04-29 | 1 | -1/+20 | |
| | ||||||
* | debugger: fix output of weak and strong reference counts in | hjk | 2009-04-29 | 1 | -2/+17 | |
| | | | | QSharedPointer dumper | |||||
* | Use void() funcs in the dumpers for simplicity. | Friedemann Kleint | 2009-04-29 | 1 | -48/+32 | |
| | ||||||
* | Initial work on dumpers for CDB. | Friedemann Kleint | 2009-04-29 | 1 | -41/+89 | |
| | | | | | Add dumper calls, parser etc. Catch crashes in the dumper functions. | |||||
* | debugger: use 4.5 features in dumpers only if compiled under 4.5+ | hjk | 2009-04-28 | 1 | -1/+4 | |
| | ||||||
* | debugger: add a dumper for QSharedPointer | hjk | 2009-04-28 | 1 | -0/+30 | |
| | ||||||
* | Make CDB load custom dumpers. | Friedemann Kleint | 2009-04-22 | 1 | -0/+4 | |
| | | | | | Load in a 'well-defined' (temporary) breakpoint at main(). | |||||
* | debugger: return the address of the output buffer from the dumpers | hjk | 2009-04-16 | 1 | -3/+4 | |
| | ||||||
* | debugger: put the address of the loaded helpers into the debugger log | hjk | 2009-04-15 | 1 | -5/+6 | |
| | ||||||
* | debugger: potential fix for cases where the std:: namespace is not | hjk | 2009-04-09 | 1 | -4/+25 | |
| | | | | reported properly | |||||
* | debugger: show non-ASCII in QString, too | hjk | 2009-04-02 | 1 | -18/+17 | |
| | ||||||
* | debugger: fix QStringList-in-QVariant dumper | hjk | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | debugger: cosmetical improvements of QVariant dumper output | hjk | 2009-03-26 | 1 | -3/+3 | |
| | ||||||
* | Fixes: debugger: compile fix for dumpers on naked Windows XP | hjk | 2009-03-12 | 1 | -7/+3 | |
| | | | | Details: <unistd.h> does not seem to be present there | |||||
* | Fixes: debugger: fix std::wstring dumper | hjk | 2009-03-12 | 1 | -2/+2 | |
| | ||||||
* | Fixes: debugger: also show the original address in a tooltip when | hjk | 2009-03-11 | 1 | -0/+2 | |
| | | | | auto-dereferencing contents | |||||
* | Fixes: debugger: implement custom dumpers for std::set | hjk | 2009-03-11 | 1 | -0/+47 | |
| | | | | Task: 246286 | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 | |
| | ||||||
* | Fixes: debugger: remove unneeded #include <window.h> that confused | hjk | 2009-02-18 | 1 | -4/+0 | |
| | | | | some setups | |||||
* | Fixes: debugger: revert accidental parts of b0650238 | hjk | 2009-02-11 | 1 | -0/+2 | |
| | ||||||
* | Fixes: fakevim: explicitly make 'l' an 'exclusive' motion | hjk | 2009-01-28 | 1 | -0/+2 | |
| | ||||||
* | Fixes: debugger: work on hash and map dumper with simple keys or | hjk | 2009-01-28 | 1 | -44/+36 | |
| | | | | values | |||||
* | Fixes: debugger: work on hash dumper for string-ish keys | hjk | 2009-01-28 | 1 | -26/+44 | |
| | ||||||
* | Fixes: debugger: display quotes around strings in locals view | hjk | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | Fixes: debugger: fix dumping of QString used as hash key | hjk | 2009-01-28 | 1 | -18/+18 | |
| | ||||||
* | Fixes: debugger: sort array and list indices numerically | hjk | 2009-01-28 | 1 | -21/+21 | |
| | ||||||
* | Fixes: debugger: more quote fixes | hjk | 2009-01-27 | 1 | -43/+43 | |
| | ||||||
* | Fixes: debugger: revert change from " to ' style quoting | hjk | 2009-01-27 | 1 | -9/+9 | |
| | | | | Details: ' was used interanlly sometimes |