aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/dumper
Commit message (Expand)AuthorAgeFilesLines
* debugger: fix displays of pointers to typedef to unsigned charhjk2012-01-091-1/+1
* debugger: make dumper more robust in optimized codehjk2012-01-062-36/+77
* debugger: workaround gdb 7.1hjk2012-01-061-4/+8
* debugger: fix breakage with gdb 7.1hjk2011-12-191-8/+12
* debugger: make compile dumpers compile without Qthjk2011-12-142-40/+71
* debugger: fix QFileInfo dumper.hjk2011-12-131-1/+1
* debugger: use {type}&main trick for more streamlined type lookup with gdbhjk2011-12-131-0/+23
* debugger: add primitive dumper for boost::gregorian::datehjk2011-12-121-0/+5
* debugger: fix assignment to typedef'd values in locals viewhjk2011-12-091-0/+4
* debugger: make compile dumpers work on Qt 4.5hjk2011-11-302-2/+1
* debugger: use the same type formats for arrays of same base typehjk2011-11-301-6/+24
* debugger: make use of dynamic type for dumpers configurablehjk2011-11-301-18/+42
* debugger: add manual test for dumping derived classes using base pointerhjk2011-11-291-0/+17
* C++-Dumpers: Compile with Qt 5.Friedemann Kleint2011-11-241-41/+41
* fix C++11 string literal incompatibilityhjk2011-11-221-70/+70
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-181-1/+1
|\
| * debugger: fix QSet dumperhjk2011-11-161-1/+1
* | debugger: add display variants for assosiative containershjk2011-11-172-32/+59
* | Debugger: Correctly handle strings with length of exactly maxsizeOrgad Shaneh2011-11-151-1/+3
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-114-8/+8
|\|
| * debugger: fix display of signal-slot connectionhjk2011-11-091-3/+8
| * debugger: Use Latin1 as default for char *.hjk2011-11-071-0/+8
| * debugger: workaround for http://sourceware.org/bugzilla/show_bug.cgi?id=13380hjk2011-11-041-1/+7
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-034-8/+8
* | debugger: fix extractCharArray for e.g. empty stringshjk2011-11-101-8/+9
* | debugger: use faster symbol lookup to discover dynamic typehjk2011-11-081-16/+11
* | debugger: fix display of dynamic typehjk2011-11-081-2/+17
* | debugger: fix display of signal-slot connectionhjk2011-11-081-3/+8
* | debugger: Use Latin1 as default for char *.hjk2011-11-081-0/+8
* | debugger: do not show "*" "pseudo name" twice in dumper outputhjk2011-11-041-12/+7
* | debugger: workaround for http://sourceware.org/bugzilla/show_bug.cgi?id=13380hjk2011-11-031-1/+7
* | Merge branch 'master' of ssh://codereview.qt-project.org/qt-creator/qt-creatorEike Ziller2011-10-281-1/+1
|\ \
| * | debugger: cut-and-past-o.hjk2011-10-281-1/+1
* | | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-282-8/+2
|\ \ \ | |/ / |/| / | |/
| * Removed dead assignmentsRobert Loehning2011-10-251-7/+0
| * Symbian: Stepping into functions has been fixedPawel Polanski2011-10-181-1/+2
| * debugger: more robust Qt 4 vs Qt 5 detection in dumperhjk2011-10-171-2/+5
* | debugger: add convienience constructor for std::stringshjk2011-10-201-0/+12
* | debugger: more robust Qt 4 vs Qt 5 detection in dumperhjk2011-10-131-2/+5
|/
* Debugger/Python dumper: Fix checkRef() for Qt 5.Friedemann Kleint2011-10-111-1/+5
* Compile fixRobert Loehning2011-10-101-3/+3
* Debugger: Compile manual debugger tests and dumber lib with Qt5.Friedemann Kleint2011-10-104-8/+21
* gdb: workaround to lookup anonymous namespacesFawzi Mohamed2011-10-101-0/+5
* debugger: fix a wrong sanity check in the dumpershjk2011-09-191-1/+1
* Dumper: QHash: corrected variable usageOrgad Shaneh2011-09-191-1/+1
* debugger: mark optimized out values as suchhjk2011-09-151-0/+10
* Dumper: Fixed wrong function callOrgad Shaneh2011-09-131-1/+1
* debugger: re-enable thread naming featurehjk2011-09-011-3/+3
* debugger: robustify QFile* dumpershjk2011-09-012-37/+33
* dumpers: fix two regressions in std::string and general pointer checkinghjk2011-08-312-3/+41