summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger/lldbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* Debugger: Fix QHash display of "compact" keyshjk2014-09-261-1/+1
* Debugger: Wiggle LLDB startuphjk2014-09-231-1/+4
* Debugger: Fix debugger startup on iOShjk2014-07-011-1/+1
* Debugger: Add personaltypes.py as default location for local additionshjk2014-06-241-0/+1
* Debugger: Better fall back for LLDB without remote supporthjk2014-06-031-4/+5
* Debugger: Fail more gracefully on "ill" LLDB engineshjk2014-06-031-1/+10
* Debugger: Make char * displayable in separate windowshjk2014-05-281-0/+11
* Debugger: Regression cleanuphjk2014-05-201-3/+4
* Debugger: Rework display length limitation systemshjk2014-05-161-28/+11
* Debugger: Add "composite" watchershjk2014-05-131-13/+1
* Debugger: Simplify array dumper user codehjk2014-05-061-9/+0
* Debugger: Work around mis-reading of integral template typeshjk2014-04-111-1/+9
* Debugger: Fix staticMetaObject extraction with LLDBhjk2014-04-111-0/+7
* Debugger: Handle the <more> item in LLDB stack viewhjk2014-04-091-2/+0
* Debugger: Fix pointer arithmetic in lldbbridge.pyhjk2014-04-071-1/+1
* Debugger: More robust Qt version extraction with LLDBhjk2014-04-041-6/+14
* Debugger: Handle failing inferior calls more gracefullyhjk2014-04-031-9/+1
* Debugger: Use target not host architecture in QDateTime dumperhjk2014-04-021-0/+9
* Debugger: Fix jump to line with LLDBhjk2014-03-271-1/+1
* Debugger: More robust Qt namespace extraction for LLDBhjk2014-03-191-5/+13
* Debugger: Move LLDB state reporting to separate functionhjk2014-03-191-24/+28
* Debugger: Synchronize LLDB bridge outputhjk2014-03-191-3/+9
* LLDB: Stop creating zombies when executing dumper auto testsChristian Stenger2014-03-141-0/+1
* Debugger: Simplify LLDB Qt namespace and version extractionhjk2014-03-121-43/+23
* Debugger: Fix base type extraction with LLDBhjk2014-03-121-1/+1
* Debugger: Consolidate metaObject recognitionhjk2014-03-121-26/+4
* Debugger: Implement "Create Full Backtrace" for LLDBhjk2014-03-111-0/+6
* Debugger: Let creator trigger the locals update also with LLDBhjk2014-03-111-3/+0
* Debugger: Move some common bridge code to dumper basehjk2014-03-071-41/+28
* Debugger: Select topmost frame with usable data also with LLDBhjk2014-03-071-22/+35
* Debugger: Move breakpoint markers with LLDBhjk2014-03-061-29/+44
* Debugger: Add Run-in-Console for LLDBhjk2014-03-051-0/+6
* Debugger: Add start with step-into for LLDBhjk2014-02-281-2/+8
* Debugger: Stop process before manipulating breakpoints with LLDBhjk2014-02-111-0/+12
* Debugger: Fix reaction to unsupported types of breakpoint.hjk2014-02-111-3/+6
* Debugger: Make 'Jump to Address' work with LLDBhjk2014-02-101-4/+7
* Debugger: Run to line for LLDBhjk2014-02-101-11/+28
* Debugger: Make LLDB main loop exception reporting more verbosehjk2014-02-061-2/+2
* Debugger: Move list of statics to subnodehjk2014-02-061-14/+21
* Debugger: Fix "Jump to Line" for LLDBhjk2014-02-061-2/+17
* Debugger: Work around wrong executable nameshjk2014-02-051-1/+5
* Debugger: Move special argv display to DumperBase and use for LLDB, toohjk2014-02-041-3/+7
* Debugger: Pass command line parameters with LLDBhjk2014-02-041-2/+7
* Debugger: Allow incremental expansion of large stackshjk2014-02-031-5/+20
* Debugger: Yet another way to extract metaobjectshjk2014-01-311-2/+8
* Debugger: Make some gdb dumper work for libc++hjk2014-01-311-0/+3
* Debugger: Work on older LLDB.hjk2014-01-311-6/+16
* Debugger: Use a more robust fallback for SBValue.Dereferencehjk2014-01-301-4/+3
* Debugger: Search static meta objects recursively also with LLDBhjk2014-01-301-5/+16