summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger/lldbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Prettify values for enum bitfieldsOrgad Shaneh2017-06-121-1/+2
* Dumper: Remove duplicate function in lldbbridgeOrgad Shaneh2017-05-301-3/+0
* Make Qt python pretty printers available inside LLDB/XcodeTor Arne Vestbø2017-05-191-28/+425
* Make sure lldbbridge.fromNativeValue always sets value nameTor Arne Vestbø2017-05-181-54/+44
* Allow custom handling of python Dumper warnings/exceptionsTor Arne Vestbø2017-05-161-6/+0
* Debugger: Check presence of current working directory explicitlyhjk2017-04-101-1/+4
* Debugger: Use a named tuple for Dumper.Fieldhjk2017-03-091-23/+17
* Debugger: Optimize QObject::staticMetaObject lookupDavid Schulz2017-03-071-2/+2
* Debugger: Add enum value dumper to cdbbridgeDavid Schulz2017-03-011-1/+1
* Debugger: Fix type lookup for lldbAlexandru Croitor2017-01-121-0/+21
* Debugger: Make gdbbridge fetchVariable output similar to lldbbridge'shjk2016-12-191-3/+0
* Debugger: Fix Window grabbing on GDBhjk2016-12-151-1/+15
* Debugger: Fix environment passing with LLDBhjk2016-12-071-11/+3
* Debugger: Allow QObject property extraction without debug infohjk2016-12-021-0/+4
* Debugger: Switch on QObject name display by defaulthjk2016-12-021-0/+5
* Debugger: Add a dumper test for shared_ptr<ThingWithVTable>hjk2016-11-251-14/+13
* Debugger: Fake contents of empty base classes with LLDBhjk2016-11-211-2/+17
* Debugger: Fix over-quoting in LLDB breakpoint reportinghjk2016-11-171-1/+1
* Debugger: Use a more direct way to detect LLDB bitfieldshjk2016-11-161-3/+4
* Debugger: Use less GDB inferior calls in normal field extractionhjk2016-11-101-34/+53
* Debugger: Consolidate name handling of anonymous structshjk2016-11-041-8/+1
* Debugger: Move base class numbering to generic codehjk2016-11-041-3/+4
* Debugger: Replace 'first base' guessing logichjk2016-11-021-4/+0
* Debugger: Use native field accessors againhjk2016-11-021-173/+179
* Debugger: Introduce and use type ids instead of type in dumpershjk2016-10-281-251/+436
* Merge remote-tracking branch 'origin/master' into 4.2Eike Ziller2016-10-101-35/+12
|\
| * Debugger: Do not run engines twicehjk2016-10-071-0/+4
| * Debugger: Consolidate dumper state settinghjk2016-10-071-35/+5
| * Cdb: Introduce interface for python dumpersDavid Schulz2016-10-071-0/+3
* | Debugger: Fix LLDB's field size reportinghjk2016-10-101-3/+7
|/
* Debugger: Fix std::map dumper for XCode 8hjk2016-09-301-2/+3
* Debugger: Consolidate special type lookups in *bridge.pyhjk2016-09-281-25/+0
* Debugger: Unify *Dumper.childRange()hjk2016-09-281-5/+0
* Debugger: Unify the dumper reload codehjk2016-09-281-7/+0
* Debugger: Remove now unused isFunctionType in lldbbridge.pyhjk2016-09-281-7/+0
* Debugger: Remove use of native values in dumper.pyhjk2016-09-261-82/+44
* Debugger: Fix passing working directory with LLDBhjk2016-09-261-1/+4
* Debugger: Simplify qtHookData access in dumperhjk2016-09-261-20/+0
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-09-221-2/+7
|\
| * Continue process after lldb attachVikas Pachdha2016-09-141-2/+7
* | Debugger: Remove some now-unused codehjk2016-09-211-10/+0
* | Debugger: Consolidate code to enumerate shadowed variableshjk2016-09-211-38/+23
* | Debugger: Streamline type code handlinghjk2016-09-201-12/+27
* | Debugger: Reduce reliance on implicit conversionshjk2016-09-191-21/+0
* | Debugger: Reduce number of function calls in QLocale displayhjk2016-09-161-0/+12
* | Debugger: Remove indexing by array index in dumpershjk2016-09-161-3/+0
* | Debugger: Fix support for lldb from Xcode 5Christian Stenger2016-09-151-1/+4
* | Debugger: Use direct memory instead of member accesshjk2016-09-141-542/+339
|/
* Fix debugger to correctly interpret stdout availability behaviorAlexandru Croitor2016-08-301-2/+8
* Debugger: Show object address with LLDB if there is nothing betterhjk2016-07-251-2/+8