aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-1/+3
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-3/+6
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-0/+14
* Debugger: ModernizeAlessandro Portale2018-07-251-9/+9
* Debugger: Remove the RebuildBreakpointModel command flagshjk2018-03-221-2/+0
* Debugger: Use ProcessHandle in notifyInferiorPid()hjk2017-03-011-0/+3
* Debugger: Allow explicitly marking of non-Python commands againhjk2017-01-241-0/+2
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-231-0/+1
|\
| * Fix inferior pid not being propagatedFilipe Azevedo2017-01-181-0/+1
* | Debugger: Move command flags to debugger commandhjk2016-12-161-0/+31
* | Debugger: Fix Window grabbing on GDBhjk2016-12-151-0/+17
* | Debugger: Add convenience function to pass lists of stringshjk2016-12-151-0/+1
* | Debugger: Initialize members in DebuggerProtocolTobias Hunger2016-11-291-4/+4
|/
* Debugger: Add a few dumpers for OpenCV related structureshjk2016-09-231-0/+1
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-37/+38
* Debugger: Replace DebuggerDisplay enum by stringshjk2016-04-121-21/+8
* Debugger: Replace cdb output encoding enum by stringshjk2016-04-041-8/+17
* Wholesale conversion to #pragma oncehjk2016-03-301-5/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Split DebuggerEncoding enumhjk2015-12-211-52/+27
* QML Debugger: Add an explicit override for bool to DebuggerCommandUlf Hermann2015-11-301-0/+1
* Debugger: Make DebuggerEngine::runCommand() virtual.hjk2015-11-041-3/+4
* Debugger: Remove comment regarding GDB/MI grammarhjk2015-11-031-49/+0
* Debugger: Go back to QVector in GdbMihjk2015-10-161-3/+3
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-091-1/+5
* Debugger: Fix "Repeat Last Command" buttonOrgad Shaneh2015-10-071-3/+3
* Debugger: Merge GdbEngine's {run,post,flush}Commandhjk2015-09-301-11/+7
* 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