aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger/lldbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Change LLDB value creation hackhjk2020-09-151-9/+14
* LLDB: Escape strings for correct parsingOrgad Shaneh2020-09-031-47/+59
* Merge remote-tracking branch 'origin/4.12' into 4.13Eike Ziller2020-07-061-15/+19
|\
| * Fix debugging C++ on iOS devicesEike Ziller2020-07-061-20/+25
* | Dumper: Fix python code for Xcode 10.1Christian Stenger2020-06-111-1/+1
* | Debugger: Mark a few more sub items as expandablehjk2020-06-021-2/+1
* | Debugger: Funnel some LLDB message to the AppOutputPanehjk2020-05-181-1/+9
* | Android: Use adb:// in ConnectRemotehjk2020-05-151-6/+5
* | Dumper: Fix Python 3 supportChristian Stenger2020-05-141-0/+5
* | Debugger: Report LLDB error if bridge could not attach to processhjk2020-05-131-0/+1
* | Debugger: Fix LLDB listing registers when no frame is selectedhjk2020-05-121-14/+20
* | Debugger: Consolidate LLDB startup code a bithjk2020-05-071-32/+33
* | Debugger: Make sure to not select frame -1 with LLDBhjk2020-05-071-1/+2
* | Debugger: Make LLDB attach to local process work (again?)hjk2020-05-071-0/+6
* | Debugger: Simplify LLDB bridge startuphjk2020-05-071-9/+3
* | Debugger: Avoid race condition on setting initial LLDB breakpointshjk2020-05-071-1/+3
* | Android: Start lldb-server and attachhjk2020-04-221-4/+14
|/
* Debugger: Pass symbol file to LLDB and use ithjk2020-04-031-3/+3
* Debugger: Make LLDB work a bit with remote Linuxv4.12.0-rc1hjk2020-04-021-12/+44
* Dumper: avoid redundant labelingDavid Schulz2020-03-021-9/+9
* Dumper: unify CodestyleDavid Schulz2020-02-281-122/+135
* Dumper: replace xrange with rangeDavid Schulz2020-02-261-10/+10
* Dumper: replace import * with explicit importsDavid Schulz2020-02-251-4/+4
* Dumper: move global enums and functions to utilsDavid Schulz2020-02-241-83/+86
* [lldb] Fix lldbridge.py to work in standalone lldb on macOS 10.15Alexandru Croitor2020-01-161-2/+2
* Debugger: Do not waste CPU when using LLDBChristian Stenger2020-01-141-4/+7
* 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