summaryrefslogtreecommitdiff
path: root/share/qtcreator/gdbmacros/gdbmacros.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: fix dumper for QList<T*>v1.2.0hjk2009-06-191-1/+1
* Cherry-pick: Update license headers and sales contact details.con2009-06-161-2/+2
* Partitial revert of d7af85a09755a2a6852052b8621448ab6114ea0a.Daniel Molkentin2009-06-081-0/+1
* debugger: implement a dumper for QAbstractItemModelhjk2009-06-031-3/+107
* 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
* debugger: refactoring of the QObject dumperhjk2009-05-131-64/+60
* 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
* Made std::vector/std::list work with CDB dumpers.Friedemann Kleint2009-05-061-8/+20
* less inefficientOswald Buddenhagen2009-05-051-6/+19
* fix typosOswald Buddenhagen2009-05-051-5/+5
* Started on QObject dumping for CDB, make it smarter.Friedemann Kleint2009-05-051-5/+16
* 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
* 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
* 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
* 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
* 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
* 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
* Fixes: debugger: implement custom dumpers for std::sethjk2009-03-111-0/+47
* 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
* 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
* 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
* Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline into m...Daniel Molkentin2009-01-221-130/+110
* Fixes: Implement make install target, Step 1Daniel Molkentin2009-01-211-0/+2581