summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix editing of std::{w,}string, QString, QByteArrayhjk2017-08-093-17/+26
* Debugger: Make std::complex values expandablehjk2017-08-081-0/+1
* Debugger: Don't hard-fail on missing Python json modulehjk2017-07-201-1/+8
* Dumper: Fix exception when accessing empty itemsChristian Stenger2017-07-071-0/+2
* Debugger: Don't list static members of items in arrayshjk2017-07-051-5/+6
* Dumper: Use correct integer value for enumsOrgad Shaneh2017-06-201-1/+1
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-25/+28
|\
| * Fix internal C++ code model dumpersOrgad Shaneh2017-06-131-25/+28
* | Debugger: Fix manual splitting of complex template parameter typeshjk2017-06-191-0/+1
* | Debugger: Add dumper for std::{optional,byte} and gsl::{span,byte}hjk2017-06-162-0/+35
* | Dumper: Add bitfield value in debugging messageOrgad Shaneh2017-06-131-1/+1
* | Debugger: Prettify values for enum bitfieldsOrgad Shaneh2017-06-123-9/+16
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-121-2/+2
|\ \ | |/
| * Dumper: Fix type of lvalue for bitfields on GDBOrgad Shaneh2017-06-071-1/+1
| * Dumper: Do not use None for bitposOrgad Shaneh2017-06-061-1/+1
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-022-1/+9
|\ \ | |/
| * Debugger: Fix unnamed typedef resolutionOrgad Shaneh2017-05-301-1/+1
| * Dumper: Introduce Value.__sub__Orgad Shaneh2017-05-291-0/+8
* | Debugger: Add a simple dumper for Utils::Porthjk2017-05-311-0/+4
* | Dumper: Remove duplicate function in lldbbridgeOrgad Shaneh2017-05-301-3/+0
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-1/+1
|\ \ | |/
| * Debugger: Fix display of pointers as arrayshjk2017-05-161-1/+1
* | Make Qt python pretty printers available inside LLDB/XcodeTor Arne Vestbø2017-05-192-30/+432
* | Make sure lldbbridge.fromNativeValue always sets value nameTor Arne Vestbø2017-05-181-54/+44
* | Debugger: Add a dumper for QProcEnvKeyhjk2017-05-161-0/+4
* | Allow custom handling of python Dumper warnings/exceptionsTor Arne Vestbø2017-05-162-18/+17
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-1/+1
|\ \ | |/
| * Dumper: Put object address for pointer also when it is not dereferencedOrgad Shaneh2017-05-121-1/+1
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-092-3/+22
|\ \ | |/
| * Debugger: Fix swapped object/original addressesOrgad Shaneh2017-05-091-2/+8
| * Dumpers: Fix operator + for pointersOrgad Shaneh2017-05-082-1/+14
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-044-1/+34
|\ \ | |/
| * Debugger: Improve handling of static members in shared objectshjk2017-05-021-0/+6
| * Debugger: Add a dumper for QLazilyAllocatedhjk2017-04-261-0/+10
| * Debugger: Add a boost::variant dumperhjk2017-04-263-1/+18
* | Debugger: Some support for 'long double'hjk2017-04-251-2/+40
|/
* Debugger: Extract printing of dereferenced pointers into methodhjk2017-04-251-11/+18
* Debugger: Catch some exceptions related to optimized out valueshjk2017-04-251-1/+4
* Debugger: Add a workaround for bad gcc debug info generationhjk2017-04-202-3/+9
* Debugger: Add a qfloat16 dumperhjk2017-04-191-0/+22
* Debugger: Check presence of current working directory explicitlyhjk2017-04-101-1/+4
* Debugger: Optimize python output handlingDavid Schulz2017-04-101-1/+1
* Debugger: Pass uninitialized variables to the python dumpersDavid Schulz2017-04-102-2/+5
* Debugger: Remove unused Dumper.Type.field functionhjk2017-04-051-21/+0
* Debugger: Catch memory read exceptions in getJumpAddressDavid Schulz2017-04-041-1/+4
* Debugger: Make readRawMemory exception more detailedDavid Schulz2017-04-041-1/+1
* Debugger: Fix QFlags dumper for cdbDavid Schulz2017-03-301-3/+3
* Debugger: Use native value for pointer dereferenceDavid Schulz2017-03-283-6/+38
* Debugger: Cache reference to an unresolvables type as structDavid Schulz2017-03-271-8/+8
* Debugger: Add dumper for Utf8StringDavid Schulz2017-03-271-0/+4