aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Use Qt's JSON encoder for debugger protocolUlf Hermann2015-09-151-11/+8
* Cdb: Replace CdbCommand with DebuggerCommand.David Schulz2015-08-281-0/+3
* Debugger: Debugger protocol maintenancehjk2015-08-121-3/+67
* Debugger: Use special values for translatable stringshjk2015-07-211-1/+11
* Debugger: Use DebuggerCommand in QML enginehjk2015-07-131-0/+4
* Debugger: Use primitive internal widget instead of matplotviewhjk2015-04-021-1/+2
* Debugger: Streamline GdbMi structure interfacehjk2015-02-261-19/+11
* 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-7/+6
* Debugger: Remove unneeded code in the protocol implementationhjk2015-02-181-1/+0
* Debugger: Use base DebuggerCommand also in PdbEnginehjk2015-02-131-0/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Move bbsetup over to runCommand()hjk2015-02-121-3/+5
* | Debugger: Merge GdbEngine::GdbCommand into DebuggerCommandhjk2015-02-061-2/+13
* | Debugger: Replace the QVariant callback cookies by direct parametershjk2015-02-061-1/+0
* | Debugger: Avoid some Gdb* in common type nameshjk2015-02-051-11/+11
* | Debugger: Remove DebuggerCommand .arg chaining.hjk2015-02-051-13/+14
* | Debugger: Move LldbEngine::Command to debuggerprotocolhjk2015-02-021-0/+28
|/
* License updateEike Ziller2014-10-091-7/+8
* Debugger: Better handling of the tabbed extra viewshjk2014-06-031-3/+2
* Debugger: Remove knowledge of GdbEngine from Debugger protocolhjk2014-01-221-4/+0
* Debugger: Split type simplification into file of its ownhjk2014-01-151-5/+0
* Move the textual simplification of container type to debugger againhjk2014-01-081-0/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Debugger: Adjust QDateTime dumper for Qt 5.2hjk2013-12-021-1/+1
* Debugger: Adjust QDateTime dumper after Qt 5.2 changeshjk2013-10-221-1/+2
* Debugger: add support for dumping non-ASCII UTF-8 QCharMartin Bohacek2013-09-271-1/+2
* Debugger: Add dumper support for IPv6 in QHostAddressThiago Macieira2013-08-231-1/+2
* Debugger: Introduce convenience GdbMi::{toUtf8,toLatin1} functionshjk2013-05-241-0/+2
* Debugger: Add a convenience function GdbMi::toInt()hjk2013-05-071-0/+1
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-1/+1
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-4/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
* Debugger: move MI decoding to debuggerprotocol.{h,cpp}hjk2013-01-241-0/+45
* Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-0/+181