aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger/lldbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Improve assignment to simple expressions with LLDBhjk2019-09-261-1/+1
* Debugger: Use Python 3 prints also in pure LLDB bridge codehjk2019-09-251-5/+5
* Debugger: Fix debugging with LLDB 1100.xChristian Stenger2019-09-251-8/+14
* Debugger: Do not add spurios empty element to LLDB argshjk2019-09-231-1/+2
* Debugger: Allow spaces in arguments with LLDBhjk2019-08-061-14/+2
* Lldb: Fix event handling for newer Xcode and faster machinesChristian Stenger2019-08-021-16/+13
* python scripts: Use "not in" operator to test membershipAlessandro Portale2019-05-101-1/+1
* Debugger: Improve lldb breakpoint handlingChristian Stenger2019-03-061-0/+24
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-311-10/+2
|\
| * Debugger: Fix Attach to process and Run in Terminalhjk2019-01-231-4/+2
| * Debugger: Reduce the amount of ignored stop messages with LLDBhjk2019-01-231-6/+0
* | Debugger: Make *__int128_t also available with LLDBhjk2019-01-211-0/+2
|/
* Debugger: Make LLDB startup failures more verbosehjk2018-12-111-0/+7
* Debugger: Fix thread switching when using lldb on macOSAlexandru Croitor2018-11-271-1/+1
* Debugger: Show module in stack frames also for LLDBhjk2018-11-221-0/+2
* Dumper: Fix displaying enums with LLDBChristian Stenger2018-11-191-6/+21
* Dumper: Fix activating frame for lldbChristian Stenger2018-11-141-1/+0
* Debugger: Fix assignment to QString etc with LLDBhjk2018-11-121-3/+29
* Debugger: Remove some dead code in lldbbridge.pyhjk2018-11-091-6/+0
* [Debugger] Fix bitfield values to show up correctly using lldbengineAlexandru Croitor2018-11-081-2/+3
* Debugger: Fix LLDB start with complex command lineshjk2018-11-081-3/+14
* Debugger: Implement disabling/enabling subbreakpoints with LLDBhjk2018-11-061-0/+15
* [Debugger] Add dumpers for Python "PyObject"sAlexandru Croitor2018-10-191-0/+7
* Debugger: Pretty print the name of a function when using lldbAlexandru Croitor2018-10-151-1/+16
* Debugger: Make LLDB instruction-wise stepping work with 3.8.1hjk2018-07-241-2/+2
* Debugger: Fix enum dumperhjk2018-03-221-5/+5
* Debugger: Fix attaching to core for LLDBChristian Stenger2018-02-081-1/+4
* Merge remote-tracking branch 'origin/4.5'Oswald Buddenhagen2017-12-211-1/+1
|\
| * Debugger: Suppress variables from unrelated scopeshjk2017-12-141-1/+1
* | Debugger: Combine the InferiorShutdown{Ok,Failed} stateshjk2017-12-141-4/+2
* | Debugger: Combine the EngineShutdown{Ok,Failed} stateshjk2017-12-141-1/+1
* | Allow LLDB pretty printer to skip resolving type across all modulesTor Arne Vestbø2017-11-031-0/+7
|/
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-251-4/+2
|\
| * Fix unstoppable debuggerFilipe Azevedo2017-09-201-4/+2
* | Debugger: Display summaries for CoreFoundation typeshjk2017-08-211-1/+19
|/
* Debugger: Hex-encode LLDB disassembler source lines for transporthjk2017-08-151-1/+1
* Debugger: Fix location marker update for LLDB Jump to Linehjk2017-08-141-1/+2
* 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