aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerprotocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid more uses of non-explicit QChar(int) constructorhjk2020-11-101-4/+4
* Debugger: Fix parsing of octal-encoded gdb escapeshjk2020-10-061-87/+94
* Debugger: Make decoding hex-encoded floats more robustChristian Kandeler2020-09-231-1/+3
* Debugger: Fix build with Qt6Eike Ziller2020-09-181-7/+7
* Debugger: Remove some uses of QRegExphjk2020-06-191-1/+0
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-0/+5
* Filter leading GDB messages during version detectionAntonio Di Monaco2019-07-291-1/+7
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-5/+5
* determine gdb target ABI by parsing 'gdb --configuration'Michael Kopp2018-12-131-0/+5
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-16/+16
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-6/+10
* Debugger: ModernizeAlessandro Portale2018-07-251-3/+3
* Debugger: Code cosmeticshjk2018-05-311-1/+1
* Debugger: Fix detection of gdb on older SUSEChristian Stenger2018-03-011-1/+2
* Debugger: Fix wrong GDB version detection for SLESAntonio Di Monaco2018-02-061-1/+1
* Debugger: Add missing breaks in switch statementsOrgad Shaneh2017-06-101-0/+1
* Debugger: Use ProcessHandle in notifyInferiorPid()hjk2017-03-011-0/+7
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-271-5/+8
|\
| * Debugger: Pass Qt type info version to the debugger protocolDavid Schulz2017-02-231-5/+8
* | Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* | Debugger: Fix transfer of non-8-bit output with LLDBhjk2017-02-221-1/+1
* | Debugger: Add convenience function to pass lists of stringshjk2016-12-151-1/+9
|/
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-2/+2
* Debugger: Fix QML extra stack loading for GDBhjk2016-10-121-2/+5
* Debugger: Add QTC_CHECK defineOrgad Shaneh2016-09-131-0/+1
* Debugger: Mark out of scope variables as suchhjk2016-07-211-0/+2
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-85/+89
* Debugger: Replace DebuggerDisplay enum by stringshjk2016-04-121-22/+0
* Debugger: Replace cdb output encoding enum by stringshjk2016-04-041-0/+22
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Split DebuggerEncoding enumhjk2015-12-211-165/+131
* Debugger: Handle JSON null values when translating to pythonUlf Hermann2015-12-031-1/+7
* Debugger: Make sure there are no bools in Python codeUlf Hermann2015-11-301-5/+28
* QML Debugger: Add an explicit override for bool to DebuggerCommandUlf Hermann2015-11-301-0/+5
* Debugger: Adjust native mixed debugging after upstream changeshjk2015-10-191-0/+2
* Debugger: Fix a warningNiels Weber2015-10-161-1/+1
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-091-1/+24
* Debugger: Use Qt's JSON encoder for debugger protocolUlf Hermann2015-09-151-57/+33
* Debugger: Debugger protocol maintenancehjk2015-08-121-25/+35
* Still use 0 instead of nullptr in numerous forms of tr().Jarek Kobus2015-07-271-2/+2
* Debugger: Use special values for translatable stringshjk2015-07-211-0/+30
* Debugger: Use DebuggerCommand in QML enginehjk2015-07-131-0/+18
* Debugger: Parse openSUSE's gdb version stringshjk2015-04-131-1/+5
* Debugger: Streamline GdbMi structure interfacehjk2015-02-261-2/+3
* Fix excessive warnings by MSVC 2013 64bit about size_t->int truncationFriedemann Kleint2015-02-201-1/+1
* Debugger: Decrease dependency of protocol structures on Qthjk2015-02-181-27/+3
* Debugger: Remove unneeded code in the protocol implementationhjk2015-02-181-5/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Avoid some Gdb* in common type nameshjk2015-02-051-7/+7