summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger/gdbbridge.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Adjust native mixed debugging after upstream changeshjk2015-10-191-9/+7
* Debugger: Make basic native-mixed debugging work with LLDBhjk2015-10-131-23/+7
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-091-95/+85
* Debugger: Do not try to treat labels as variableshjk2015-10-081-0/+3
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-251-5/+5
|\
| * Debugger: Disable CLI use of gdbbridge.pyhjk2015-09-251-5/+5
* | Debugger: Use the usual callback mechanism for LLDB, toohjk2015-09-111-4/+1
|/
* Debugger: Use qtHookData to extract Qt version when possiblehjk2015-08-131-0/+8
* Debugger: Fix display selection of char arrayshjk2015-08-121-1/+1
* Debugger: Fix expansion of anon nested typesOrgad Shaneh2015-07-281-1/+1
* Debugger: Sort vtable before data membershjk2015-07-211-1/+7
* Debugger: Use special values for translatable stringshjk2015-07-211-8/+9
* Debugger: Move typeCache from DumperBase to (Gdb)Dumperhjk2015-07-101-0/+2
* Debugger: Always sort base classes first when showing a structurehjk2015-07-061-2/+1
* Debugger: Add dumper for various QJson* classeshjk2015-07-021-0/+6
* Debugger: Be more robust in case of unexpected non-ASCII outputhjk2015-06-251-5/+5
* Debugger: Allow hex values to be passed for qmlcontext addresseshjk2015-06-151-1/+1
* Dumper: Fix exception with Python3Orgad Shaneh2015-06-121-1/+1
* Debugger: Pass request to sort struct members to {gdb,lldb}bridge.pyhjk2015-06-111-0/+6
* Debugger: Handle case of os.path.sep being '/'Ray Donnelly2015-05-111-1/+1
* Debugger: Fix GDB hanginghjk2015-05-061-0/+8
* Debugger: Fix one call to check(False)hjk2015-04-151-1/+1
* Debugger: Disable parts of QDate* dumper for GDB on 32 bithjk2015-04-151-16/+12
* Debugger: Properly retrieve signed internal values with LLDBhjk2015-04-141-0/+6
* Debugger: Use primitive internal widget instead of matplotviewhjk2015-04-021-2/+0
* Debugger: Fix display of expandable items in GDB and LLDBhjk2015-03-261-24/+10
* Debugger: Fix retrieval of single expanded itemshjk2015-03-261-3/+3
* Debugger: Re-organize passing of display formatshjk2015-03-231-29/+2
* Debugger: Fix dumper format choosing with GDBhjk2015-03-191-0/+6
* Dumper: Fix accessing None type - againChristian Stenger2015-03-121-3/+5
* Dumper: Avoid accessing None typeChristian Stenger2015-03-111-1/+3
* Debugger: Fix stack filename resolving on WindowsOrgad Shaneh2015-03-021-3/+6
* Debugger: Combine some watch related GDB and LLDB code pathshjk2015-02-121-15/+3
* Debugger: Convert bb extension to use runCommandhjk2015-02-121-117/+64
* Debugger: Move bbsetup over to runCommand()hjk2015-02-121-6/+0
* Debugger: Complete switch to Python for GDB stack generationhjk2015-02-111-24/+8
* Debugger: Consolidate some GDB-through-Python interactionhjk2015-02-111-30/+4
* Debugger: Using DebuggerCommand instead of bbedit callhjk2015-02-111-22/+10
* Debugger: Remove unused UpdateData::tooltipOnly memberhjk2015-02-061-1/+0
* Debugger: Move 'mixed native' variables extraction to DumperBasehjk2015-02-051-81/+8
* Debugger: Move QML stack access to DumperBasehjk2015-02-051-47/+7
* Debugger: Pass all breakpoint properties to *brigde.pyhjk2015-02-041-10/+7
* Debugger: Native mixed fixeshjk2015-02-041-1/+1
* Debugger: Implement native mixed breakpoints with LLDBhjk2015-02-041-8/+0
* Debugger: Move some 'mixed native' code to DumperBasehjk2015-02-041-76/+24
* Debugger: Adjust Native Mixed to new JSON based protocolhjk2015-02-031-37/+44
* Debugger: Move common dumper module code to DumperBasehjk2015-01-301-4/+1
* Debugger: Handle extra dumpers with LLDBhjk2015-01-291-74/+3
* Debugger: Replace gnuplot by python-matplotlib for graph dumperhjk2015-01-261-0/+8
* Debugger: Disable GDB's own pretty printers when use is not wantedhjk2015-01-261-1/+4