aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger
Commit message (Expand)AuthorAgeFilesLines
* GDB: Handle 'pretty_printer.to_string()' returning NoneMichael Weghorn2019-10-161-1/+1
* 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: Show FORTRAN stringshjk2019-09-231-2/+2
* Debugger: Do not add spurios empty element to LLDB argshjk2019-09-231-1/+2
* Debugger: add dumper for std::initializer_listDavid Schulz2019-09-091-0/+18
* Debugger: Fix mapping std::set in Locals window via gdbDmitry Nuzhdin2019-08-261-1/+1
* 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
* Debugger: Disable QObject connection and signal displayhjk2019-07-312-4/+8
* Debugger: Fix QStandardItem dumper for Qt >= 5.9hjk2019-07-311-1/+3
* Debugger: Fix QFileDumperhjk2019-07-311-1/+10
* Dumper: Adapt QC internal dumper to renamed classChristian Stenger2019-07-231-2/+11
* Debugger: Make example setup code more completehjk2019-07-231-0/+1
* Debugger: Avoid infinite loop in dumperhjk2019-07-231-6/+22
* Dumper: Fix handling of namespaced QtChristian Stenger2019-07-231-1/+1
* Pdb: Fix missing marker for locations on WindowsChristian Stenger2019-07-231-0/+3
* Debugger: fix cdb dumper test for namespaced QtDavid Schulz2019-07-091-0/+8
* Debugger: Fix QStandardItem dumper testDavid Schulz2019-07-021-1/+4
* Debugger: add dptr child to QDir for msvc targetsDavid Schulz2019-07-021-16/+16
* Dumper: Fix std::map<K, V>::iterator dumperOrgad Shaneh2019-07-011-1/+2
* Pretty printers: Unify code for different allocatorsMichael Weghorn2019-06-261-42/+19
* Fix std::basic_string printer with custom allocatorMichael Weghorn2019-06-261-1/+1
* Fix std::vector<bool> printer with custom allocatorMichael Weghorn2019-06-261-2/+2
* gdbbridge: Convert children to gdb.ValueMichael Weghorn2019-06-261-1/+1
* Debugger: Improve QObject dumperhjk2019-06-181-2/+6
* Debugger: Adapt to new qt_v4StackTraceFromEngine helper functionhjk2019-05-241-2/+2
* Debugger: Do not make std::vector layout assumptionsAntonio Di Monaco2019-05-211-3/+32
* Debugger: Disable a few more Creator-specific dumpershjk2019-05-171-10/+11
* python scripts: Use "not in" operator to test membershipAlessandro Portale2019-05-102-2/+2
* Debugger: Disable Kit dumperhjk2019-05-091-3/+4
* Debugger: Make the time stamp recording option work for single itemshjk2019-04-121-0/+6
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-022-6/+23
|\
| * Debugger: Avoid looking up QList<QFileInfo> in QDir dumperhjk2019-04-021-2/+2
| * Debugger: Fix "Break on Abort" with GDB > 8.1hjk2019-04-011-3/+20
| * Debugger: Fix "Load QML Stack"hjk2019-03-291-1/+1
* | Debugger: Fix typos in gdbbridgeJoerg Bornemann2019-03-251-4/+4
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-211-1/+2
|\|
| * Escape GDB pretty printer outputMichael Weghorn2019-03-151-1/+2
* | Debugger: Fix gdb command line usage of dumpershjk2019-03-191-12/+11
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-0/+24
|\|
| * Debugger: Fix std::{unordered_,}{map,set} dumper for libc++illiteratecoder2019-03-061-46/+80
| * Debugger: Improve lldb breakpoint handlingChristian Stenger2019-03-061-0/+24
* | Debugger: Fix std::{unordered_,}{map,set} dumper for libc++illiteratecoder2019-03-061-46/+80
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-012-5/+14
|\|
| * Debugger: Remove identical CDB implementation of loadDumpershjk2019-02-261-4/+0
| * Debugger: Do not make std::string layout assumptionshjk2019-02-261-1/+14
* | Debugger: Add a simple dumper for QMarginhjk2019-02-201-0/+5
|/
* Dumper: Add dumper test for QSizePolicyChristian Stenger2019-02-201-2/+2