summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Remove unused createBitfieldValue functionhjk2016-12-071-14/+0
* Debugger: Fix environment passing with LLDBhjk2016-12-071-11/+3
* Dumper: Fix QObject detection when using procedure linkage tablesChristian Stenger2016-12-022-2/+9
* Debugger: Allow QObject property extraction without debug infohjk2016-12-023-12/+52
* Debugger: Switch on QObject name display by defaulthjk2016-12-023-85/+51
* Debugger: Fix QObject parent pointer displayhjk2016-12-021-1/+1
* Debugger: Add dumper support for libc++'s std::weak_ptrhjk2016-12-011-0/+3
* Debugger: Make QStandardItem dumper work without debug infohjk2016-12-012-2/+38
* Dumper: Fix std::once_flag dumper when using libc++Christian Stenger2016-12-011-0/+2
* Debugger: Make {boost,std}::shared_ptr display more compacthjk2016-12-012-29/+11
* Debugger: Add dumper for std::once_flaghjk2016-12-011-0/+6
* Debugger: Fix MSVC python dumper for std::vectorDavid Schulz2016-11-301-21/+8
* Debugger: Add a dumper for std::weak_ptrhjk2016-11-301-0/+7
* Fix string in German translationRobert Loehning2016-11-301-1/+1
* Debugger: Always display bald pointers as dereferencablehjk2016-11-291-0/+1
* Debugger: Fix MSVC python dumper for std::listDavid Schulz2016-11-291-7/+6
* Debugger: Raise exception for invalid memoryDavid Schulz2016-11-251-1/+4
* Debugger: Add a dumper test for shared_ptr<ThingWithVTable>hjk2016-11-251-14/+13
* Debugger: Make QStandardItem test pass without debuginfohjk2016-11-241-0/+4
* Debugger: Better fix to extract Qt namespace with GDBChristian Kandeler2016-11-241-0/+3
* Debugger: Simplify dumping of paired itemshjk2016-11-243-60/+21
* Debugger: Add a QStandardItem dumperhjk2016-11-242-21/+31
* Debugger: Fix std::deque python dumper for msvcDavid Schulz2016-11-241-1/+32
* Debugger: Create reference types for arrays and pointersDavid Schulz2016-11-241-6/+3
* Debugger: Robustify QRegExp dumperhjk2016-11-231-1/+5
* Debugger: Do not print warning for auto paddingDavid Schulz2016-11-231-1/+1
* QmlDesigner: Fix manual puppet buildThomas Hartmann2016-11-221-1/+1
* QmlDesigner: Fix compilationNikolai Kosjar2016-11-221-1/+1
* QmlDesigner: fix import check againTim Jenssen2016-11-221-21/+26
* QmlDesigner: fix endless loop in check import codeTim Jenssen2016-11-211-2/+10
* Debugger: Fake contents of empty base classes with LLDBhjk2016-11-211-2/+17
* Debugger: Detect base classes in cdbbridgeDavid Schulz2016-11-211-0/+1
* Debugger: Add libc++ std::{deque,stack} dumpershjk2016-11-181-0/+19
* Debugger: Fix QFiniteStack dumper and add missing auto testhjk2016-11-181-3/+2
* Debugger: Make QV4 dumper test pass with Qt 5.8.0hjk2016-11-182-37/+70
* Debugger: Also support boost 1.55 unordered_mapshjk2016-11-182-16/+35
* Debugger: Detect msvc virtual function pointer tableDavid Schulz2016-11-181-20/+21
* Debugger: Fix boost::unordered_set dumper for older boost versionshjk2016-11-182-40/+28
* Debugger: Remove some of the inferior call in QVariant dumperhjk2016-11-181-20/+18
* Debugger: Don't encapsulate integer in values for template argsDavid Schulz2016-11-181-4/+1
* Debugger: Fix over-quoting in LLDB breakpoint reportinghjk2016-11-171-1/+1
* Debugger: Use more direct access in std::deque dumperhjk2016-11-171-25/+12
* Update QQC2 imports in qt5QtQuick2-bundle.json for Qt 5.8J-P Nurmi2016-11-161-0/+6
* Debugger: Use more direct access to QFile object gutshjk2016-11-161-1/+1
* Debugger: Improve QAtomicPointer dumperhjk2016-11-161-7/+3
* Debugger: Make std::set::iterator dumper test pass for libc++hjk2016-11-161-1/+8
* Debugger: Recognize '-' as start of numeric template argumenthjk2016-11-161-1/+1
* Debugger: Workaround gdb.lookup_symbol ignoring QArrayData::shared_nullhjk2016-11-161-20/+24
* Debugger: Use a more direct way to detect LLDB bitfieldshjk2016-11-161-3/+4
* Debugger: Make QRegExp dumper test pass on Machjk2016-11-161-0/+1