summaryrefslogtreecommitdiff
path: root/share/qtcreator/gdbmacros/gdbmacros.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* debugger: fix regression in QVariant dumperhjk2009-07-011-2/+2
|
* debugger: add widget watchers by mouse click in the debugged application.hjk2009-07-011-5/+18
| | | | | The option is hidden in the context menu. Currently the application must be stopped.
* debugger: refactoringhjk2009-06-261-270/+304
|
* debugger: reduce use of macros in dumper codehjk2009-06-261-574/+715
|
* debugger: fix several small issues in the dumper codehjk2009-06-261-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.hjk2009-06-241-3/+32
|
* debugger: also simplify diplayed type of nested std::containershjk2009-06-231-0/+2
|
* debugger: fix dumper for QList<T*>hjk2009-06-191-1/+1
|
* debugger: remove QtGui dependency from debugging helpershjk2009-06-181-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 McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Partitial revert of d7af85a09755a2a6852052b8621448ab6114ea0a.Daniel Molkentin2009-06-081-0/+1
| | | | | | broke at least cdb. Reviewed-By: hjk <qtc-committer@nokia.com>
* debugger: implement a dumper for QAbstractItemModelhjk2009-06-031-3/+107
| | | | | This also squashes a namespace related bug introduced by the watchutils refactoring.
* debugger: re-start work on image dumperhjk2009-05-291-1/+34
|
* Stabilized the QString debug dumper a bit on Windows.Friedemann Kleint2009-05-201-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 dumperhjk2009-05-131-64/+60
| | | | signal lists still broken for 4.6
* debugger: alsways use the copied qobject_p.h for the QObject dumperhjk2009-05-131-29/+1
|
* Make QString dumper fail faster in case of uninitialized variablescon2009-05-121-1/+2
| | | | Reviewed-by: hjk <qtc-committer@nokia.com>
* Made std::vector/std::list work with CDB dumpers.Friedemann Kleint2009-05-061-8/+20
|
* less inefficientOswald Buddenhagen2009-05-051-6/+19
| | | | still quite some potential ...
* fix typosOswald Buddenhagen2009-05-051-5/+5
|
* Started on QObject dumping for CDB, make it smarter.Friedemann Kleint2009-05-051-5/+16
| | | | | Try to find qobject_p.h, if it exists and use its structures to determine the child offset.
* debugger: add dumper for QWeakPointerhjk2009-04-291-10/+52
|
* Make dumpers output size information.Friedemann Kleint2009-04-291-1/+20
|
* debugger: fix output of weak and strong reference counts inhjk2009-04-291-2/+17
| | | | QSharedPointer dumper
* Use void() funcs in the dumpers for simplicity.Friedemann Kleint2009-04-291-48/+32
|
* Initial work on dumpers for CDB.Friedemann Kleint2009-04-291-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+hjk2009-04-281-1/+4
|
* debugger: add a dumper for QSharedPointerhjk2009-04-281-0/+30
|
* Make CDB load custom dumpers.Friedemann Kleint2009-04-221-0/+4
| | | | | Load in a 'well-defined' (temporary) breakpoint at main().
* debugger: return the address of the output buffer from the dumpershjk2009-04-161-3/+4
|
* debugger: put the address of the loaded helpers into the debugger loghjk2009-04-151-5/+6
|
* debugger: potential fix for cases where the std:: namespace is nothjk2009-04-091-4/+25
| | | | reported properly
* debugger: show non-ASCII in QString, toohjk2009-04-021-18/+17
|
* debugger: fix QStringList-in-QVariant dumperhjk2009-03-261-1/+1
|
* debugger: cosmetical improvements of QVariant dumper outputhjk2009-03-261-3/+3
|
* Fixes: debugger: compile fix for dumpers on naked Windows XPhjk2009-03-121-7/+3
| | | | Details: <unistd.h> does not seem to be present there
* Fixes: debugger: fix std::wstring dumperhjk2009-03-121-2/+2
|
* Fixes: debugger: also show the original address in a tooltip whenhjk2009-03-111-0/+2
| | | | auto-dereferencing contents
* Fixes: debugger: implement custom dumpers for std::sethjk2009-03-111-0/+47
| | | | Task: 246286
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: debugger: remove unneeded #include <window.h> that confusedhjk2009-02-181-4/+0
| | | | some setups
* Fixes: debugger: revert accidental parts of b0650238hjk2009-02-111-0/+2
|
* Fixes: fakevim: explicitly make 'l' an 'exclusive' motionhjk2009-01-281-0/+2
|
* Fixes: debugger: work on hash and map dumper with simple keys orhjk2009-01-281-44/+36
| | | | values
* Fixes: debugger: work on hash dumper for string-ish keyshjk2009-01-281-26/+44
|
* Fixes: debugger: display quotes around strings in locals viewhjk2009-01-281-1/+1
|
* Fixes: debugger: fix dumping of QString used as hash keyhjk2009-01-281-18/+18
|
* Fixes: debugger: sort array and list indices numericallyhjk2009-01-281-21/+21
|
* Fixes: debugger: more quote fixeshjk2009-01-271-43/+43
|
* Fixes: debugger: revert change from " to ' style quotinghjk2009-01-271-9/+9
| | | | Details: ' was used interanlly sometimes