summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Show a warning if Python < 2.7 is usedhjk2015-12-161-1/+3
* Debugger: Speed up display of large static arrays with simple datahjk2015-12-101-3/+1
* Debugger: Better fallback for resolving function local struct typeshjk2015-12-091-1/+6
* Debugger: Force passing DYLD_.... environment variables to inferiorhjk2015-12-081-0/+12
* Debugger: Further improve base class dumping with LLDBhjk2015-12-071-3/+4
* Debugger: Remove spurious quotes in gdbbridge.py outputhjk2015-12-071-1/+1
* avoid None.replace in fromNativePathDavid Fries2015-12-031-1/+5
* Fix invalid long address printingOrgad Shaneh2015-11-201-2/+1
* Debugger: Adjust QFileInfo dumper for Qt 5.7 on Linux 32 bithjk2015-11-111-1/+6
* Debugger: Pass down expanded inames in LLDB testshjk2015-11-111-9/+4
* Debugger: Try to handle empty base classes more gracefully with LLDBhjk2015-11-111-14/+34
* Debugger: Fix QHostAddress dumper with Qt 5.7/64 bithjk2015-11-101-30/+63
* Debugger: Adjust boost::unordered_set dumperhjk2015-11-101-8/+35
* Debugger: Fix QObject dynamic property dumper for Qt 5.7hjk2015-11-091-4/+17
* Debugger: Fix QAtomic* and QShared* dumpers with Qt 5.6/C++11hjk2015-11-091-7/+7
* Debugger: Make boost::container::list autotest pass againhjk2015-11-091-1/+5
* Debugger: Relax reference counter sanity checkhjk2015-11-091-7/+2
* Debugger: Fix expansion of std::string et alhjk2015-11-091-2/+12
* Debugger: Fix std::string display for GCC 5.xhjk2015-11-061-2/+18
* Debugger: Fix std::set<...>::iterator dumper for GCC 5.x and C++11hjk2015-11-061-1/+6
* Debugger: Add dumper for GCC 5.x's std::__cxx11::listhjk2015-11-061-0/+3
* Debugger: Move the 'break on qFatal' implementation to gdbbridgehjk2015-11-051-5/+37
* Debugger: Restrict QJson{Array,Object} display to 1000 items.hjk2015-11-031-4/+2
* Debugger: Rename GdbEngine::{stackListFrames->fetchStack}hjk2015-11-021-1/+1
* Debugger: Standardize on all-lowercase for protocol optionshjk2015-11-022-15/+15
* Debugger: Remove unused dumper.py function polishWatcher()hjk2015-11-021-8/+0
* Debugger: Fix of display of object addresseshjk2015-10-271-1/+1
* Debugger: Adjust native mixed debugging after upstream changeshjk2015-10-194-76/+174
* Debugger: Make basic native-mixed debugging work with LLDBhjk2015-10-133-104/+103
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-093-280/+236
* Debugger: Do not try to treat labels as variableshjk2015-10-081-0/+3
* Debugger: Add watcher handling in pdbbridge for basic typeshjk2015-09-301-1/+30
* 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: Reduce scope of usage of Python's importlib modulehjk2015-09-241-2/+2
* | Debugger: Reduce scope of usage of Python's importlib modulehjk2015-09-241-2/+2
* | Debugger: Use the usual callback mechanism for LLDB, toohjk2015-09-113-206/+136
* | Debugger: Add more roundtrip markers to LLDB protocol outputhjk2015-09-071-0/+18
* | Debugger: Remove unused bits of pdbbridge.pyhjk2015-09-031-63/+0
* | Debugger: Improve type display in PdbEnginehjk2015-09-031-3/+18
* | Debugger: Replace unneeded requests for updates in PdbEnginehjk2015-09-021-2/+3
* | Debugger: Handle anonymous function argumentsChristian Stenger2015-09-021-0/+5
* | Debugger: Also show instruction bytes in LLDB disassemblerhjk2015-08-311-3/+5
* | Debugger: Add display of mixed disassembler output for LLDBhjk2015-08-281-3/+28
* | Debugger: Fix handling of large registers with LLDBhjk2015-08-281-9/+12
* | Debugger: Make (sub-)registers editablehjk2015-08-281-0/+13
* | Don't treat pdbbridge.py as argumentChristian Stenger2015-08-251-3/+5
* | Debugger: Remove unused code from pdbbridge.pyhjk2015-08-241-376/+32
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-205-38/+45
|\ \ | |/
| * Debugger: Also display subentries for pretty printed char arrayshjk2015-08-131-1/+0