summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/cdb/cdbengine.h
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix warn on release for CDBDavid Schulz2018-10-171-1/+1
* Debugger: Rework step{In,Out,Over} handlinghjk2018-10-161-6/+4
* Debugger: Finalize moving Operate by Instruction to engineshjk2018-10-051-1/+1
* Debugger: Streamline ThreadHandlerhjk2018-08-211-1/+1
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-15/+11
* Debugger: ModernizeAlessandro Portale2018-07-251-4/+4
* Debugger: add callback for interrupt inferiorDavid Schulz2018-07-231-15/+9
* Debugger: Move cpp snapshot storage to cdbenginehjk2018-05-281-0/+3
* Debugger: Merge EngineSetup and InferiorSetup start phaseshjk2017-12-061-1/+2
* Debugger: Consolidate CdbEngine::startEngine()hjk2017-10-131-10/+1
* Debugger: Use shared TerminalRunner also for CDBhjk2017-10-131-6/+0
* Debugger: Move some CdbEngine member initializationhjk2017-10-051-15/+15
* Debugger: Centralize abort handlinghjk2017-09-211-1/+1
* Debugger: Move run parameters from engine to tool runnerhjk2017-05-181-1/+1
* Debugger: Optimize python output handlingDavid Schulz2017-04-101-0/+1
* Cdb: Introduce interface for python dumpersDavid Schulz2016-10-071-0/+3
* Debugger/BinEditor: Standardize interfacehjk2016-07-211-3/+2
* Debugger: De-slotOrgad Shaneh2016-06-281-2/+1
* Debugger: Fix QByteArray/QString overload mixuphjk2016-06-141-1/+1
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-10/+10
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Debugger: Remove verbose option of the debugger log.David Schulz2016-03-181-4/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Make DebuggerEngine::runCommand() virtual.hjk2015-11-041-2/+2
* Debugger: Make CDB DebuggerCommand handling more similar to LLDBhjk2015-09-111-5/+1
* Cdb: Replace CdbCommand with DebuggerCommand.David Schulz2015-08-281-10/+7
* Cdb: Store pending commands in an Hash.David Schulz2015-08-281-1/+1
* Cdb: Unify builtin and extension command queue.David Schulz2015-08-281-2/+1
* Cdb: Replace CdbResponse with DebuggerResponse.David Schulz2015-08-281-46/+24
* Cdb: Simplify storing split cdb replies.David Schulz2015-08-281-3/+23
* Cdb: Remove the command from the response.David Schulz2015-08-271-0/+1
* Cdb: Pass the breakpoint id to the command handler.David Schulz2015-08-271-1/+1
* Cdb: Remove command sequences.David Schulz2015-08-271-15/+3
* Cdb: Print out user debugger commands to the log.David Schulz2015-08-251-4/+1
* Debugger: Add "override" modifier.Christian Kandeler2015-08-171-50/+51
* Cdb: Unify local and watch handling.David Schulz2015-06-151-5/+1
* Cdb: Update locals via doUpdateLocals form DebuggerEngine.David Schulz2015-06-111-1/+1
* Debugger: Remove the boolean parameter to CdbEngine::updateLocals()hjk2015-06-111-1/+1
* Debugger: Consolidate GDB and LLDB "updateLocals" code pathshjk2015-06-101-1/+1
* Cdbext: Add option to return alphabetically sorted locals.David Schulz2015-06-051-0/+1
* Debugger: Split off runtime-only items from DebuggerStartParametershjk2015-05-281-3/+3
* CDB: Unify handling of stopped debugger process.David Schulz2015-04-281-1/+0
* Debugger: Remove most remaining occurrences of WatchDatahjk2015-03-201-2/+2
* Cdb: Reduce usage of deprecated WatchData.David Schulz2015-03-131-1/+0
* Debugger: Split CdbCommand into CdbCommand and CdbResponsehjk2015-03-101-25/+26
* Debugger: Replace LocalsUpdateForNewFrame enum value by a boolhjk2015-03-091-2/+2
* Debugger: Remove widget argument from tooltip requesthjk2015-03-061-2/+1
* Debugger: Remove WatchUpdateFlagshjk2015-03-061-2/+1
* Debugger: Don't show a location marker in the mixed master enginehjk2015-03-051-0/+3
* Debugger: Dissolve ConditionalBreakPointCookie structurehjk2015-02-191-3/+1