summaryrefslogtreecommitdiff
path: root/share/qtcreator/gdbmacros/dumper.py
Commit message (Expand)AuthorAgeFilesLines
* debugger: apply special formats for type 'foo' also to 'const foo'hjk2010-08-231-0/+1
* debugger: fix for non-7bit chars on Windowshjk2010-08-231-1/+15
* debugger: fix QObject identificationhjk2010-08-191-7/+24
* debugger: fix mergehjk2010-08-181-1/+1
* debugger: python needs no semicolonshjk2010-08-181-7/+7
* debugger: next attempt at robustly recognizing QObjectshjk2010-08-171-15/+25
* debugger: fix QObject property dumper by using workaroundhjk2010-08-171-1/+2
* debugger: fix display of arrays of types that gdb forgot abouthjk2010-08-171-5/+12
* Debugger[Python]: Deactivate QObject-Properties temporarilyFriedemann Kleint2010-08-131-9/+1
* debugger: fix display of QObject propertieshjk2010-08-131-0/+11
* debugger: improve robustness in the presence of outdated debug informationhjk2010-07-091-6/+13
* debugger: backport small fixes and synchronized code layout with masterhjk2010-07-061-18/+63
* debugger: fix list of members in case gdb reports '_class_ SomeClass'hjk2010-07-061-7/+20
* debugger: cache results of gdb.lookup_typehjk2010-07-061-9/+47
* debugger: fix array dumperhjk2010-06-291-2/+2
* debugger: fix display of typedefs-of-typedefs, such as qulonglonghjk2010-06-281-14/+21
* debugger: be nicer in the presence of missing debug informationhjk2010-06-011-2/+9
* debugger: improve QVariant(QString) dumperhjk2010-05-261-1/+1
* debugger: fix display of children of objects passed by reference.hjk2010-05-261-1/+2
* debugger: some refactoring of the python dumpershjk2010-04-231-46/+51
* debugger: fix python version of QModelIndex etc dumpers.hjk2010-04-211-0/+22
* debugger: fix for QTCREATORBUG-1180hjk2010-04-161-1/+1
* debugger: potential fix for QTCREATORBUG-1183hjk2010-04-161-11/+14
* debugger: fix for "Can not step into functions on Symbian" QTCREATORBUG-1185hjk2010-04-161-1/+1
* debugger: fix QString dumperhjk2010-04-121-1/+1
* Debugger[gdb/MingW]: Add import statements for Python 2.5Friedemann Kleint2010-04-091-1/+1
* debugger: fix some encoding issues, modify manual testshjk2010-04-081-26/+34
* debugger: rework error handling in python dumpershjk2010-04-081-317/+317
* debugger: show contents of pointer instead of its address in the python dumpershjk2010-04-071-3/+8
* Debugger/gdb: Fix Python temporary file creation Windows.Friedemann Kleint2010-03-301-9/+15
* debugger: use tempfile.NamedTemporaryFile instead of tempfile.mkstemphjk2010-03-251-25/+19
* debugger: polish address display. also remove the mostly unused 'stored' addresshjk2010-03-231-2/+10
* debugger: remove accidentally committed debug outputhjk2010-03-231-1/+1
* debugger: more robust parsing of gdb cli output in the presence of spurioushjk2010-03-221-0/+8
* debugger: fix expanding pointers inside anonymous namepaceshjk2010-03-181-2/+4
* debugger: merge multiple fancy views of the same objecthjk2010-03-171-11/+14
* debugger: base individual formats on object addresses, not on inameshjk2010-03-171-1/+1
* debugger: update peek&poke 3 examplehjk2010-03-171-1/+1
* debugger: fix evaluation of complex watchershjk2010-03-161-25/+35
* debugger: make python dumper more robust when python modules are missinghjk2010-03-161-22/+38
* debugger: remove inclusion of unneeded python modulehjk2010-03-161-1/+0
* debugger: use pseudo-enums instead of magical constants in python dumpershjk2010-03-161-7/+28
* debugger: code cosmetics for custom displayshjk2010-03-161-0/+36
* debugger: don't hard code typeformats except for ints and stringshjk2010-03-161-6/+5
* debugger: start reviving graphical data displayhjk2010-03-151-6/+13
* debugger: implement selected of string encoding per pointer type/individual p...hjk2010-03-111-43/+105
* debugger: fix recent regression in partially anonymous structureshjk2010-03-101-1/+1
* debugger: always remove the extra nesting level for 'this'hjk2010-03-091-1/+1
* debugger: really don't use curses on windowshjk2010-03-081-1/+8
* debugger: fix display of QContainer<T>::NestedTypehjk2010-03-081-3/+5