aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/cdb/cdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Modernizehjk2018-02-011-2/+2
* Debugger: Do not add CrtDbgReport breakpoints for vc19David Schulz2018-01-231-6/+11
* Debugger: automatically add source path mapping for Qt packagesDavid Schulz2018-01-151-3/+10
* Make missing uses of IDE name configurableRobert Loehning2018-01-031-6/+9
* Merge remote-tracking branch 'origin/4.5'Oswald Buddenhagen2017-12-211-0/+1
|\
| * Debugger: improve symbol lookup times for cdbDavid Schulz2017-12-131-0/+1
* | Debugger: Combine the InferiorShutdown{Ok,Failed} stateshjk2017-12-141-17/+11
* | Debugger: Combine the EngineShutdown{Ok,Failed} stateshjk2017-12-141-1/+1
* | Debugger: Merge EngineSetup and InferiorSetup start phaseshjk2017-12-061-11/+10
|/
* Debugger: Set inferior device when attaching to running applicationDavid Schulz2017-11-131-1/+4
* Cdb: Do not crash if no device is setOrgad Shaneh2017-10-251-1/+4
* Debugger: Fix attaching to running process with cdbDavid Schulz2017-10-171-5/+5
* Debugger: Consolidate CdbEngine::startEngine()hjk2017-10-131-43/+26
* Debugger: Use shared TerminalRunner also for CDBhjk2017-10-131-81/+29
* Debugger: Move static type related code to CdbEngine constructorhjk2017-10-051-17/+17
* Debugger: Move some CdbEngine member initializationhjk2017-10-051-16/+1
* Debugger: Initialize CdbEngine::m_autoBreakPointCorrectionRobert Loehning2017-10-041-0/+1
* Debugger: Simplify CdbEngine constructionhjk2017-09-291-15/+3
* Debugger: Move external terminal into separate RunWorkerhjk2017-09-271-4/+5
* Debugger: Centralize abort handlinghjk2017-09-211-10/+2
* Fix string messagesJarek Kobus2017-09-111-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* Debugger: Centralize some parameter sanitizationhjk2017-09-061-3/+0
* Fix application output of qtestlib projects when debugging with CDBJoerg Bornemann2017-08-291-4/+11
* CDB: Fix loading of user scriptsOrgad Shaneh2017-08-271-1/+1
* Debugger: Fix UI text to follow the guidelinesLeena Miettinen2017-08-011-5/+5
* Debugger: Remove DebuggerRunParameters::device memberhjk2017-06-011-2/+2
* Debugger: Streamline ramping downhjk2017-05-191-2/+2
* Debugger: Execute extra dumper commands after cdb startDavid Schulz2017-05-181-0/+12
* Debugger: Move run parameters from engine to tool runnerhjk2017-05-181-5/+4
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-0/+4
|\
| * Debugger: Instruct user to enable CDB support componentDavid Schulz2017-05-081-3/+5
* | Debugger: Adjust missing cdbextension messageDavid Schulz2017-05-021-3/+5
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-211-9/+9
|\|
| * Debugger: Disable break on warning/fatal for cdbDavid Schulz2017-04-201-8/+8
| * Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-191-1/+1
* | Debugger: Warn about unsupported shell commands when using cdbDavid Schulz2017-04-191-0/+3
|/
* Debugger: Optimize python output handlingDavid Schulz2017-04-101-8/+31
* Debugger: Pass uninitialized variables to the python dumpersDavid Schulz2017-04-101-0/+7
* Debugger: Fix command setting active frameDavid Schulz2017-03-291-1/+1
* Debugger: Prepend additional info to cdb exception task entryDavid Schulz2017-03-271-1/+3
* Debugger: Use ProcessHandle in notifyInferiorPid()hjk2017-03-011-1/+1
* Debugger: Remove some unneeded "No process" notification in CDBhjk2017-03-011-1/+0
* Debugger: Use Utils::ProcessHandle for DebuggerEngine::m_inferiorPidhjk2017-03-011-3/+3
* Revert "Cdb: Use decimal prefix for frame number"David Schulz2017-02-011-1/+1
* Debugger: Add a "use python dumper" settingDavid Schulz2017-01-031-1/+2
* Cdb: Use decimal prefix for frame numberDavid Schulz2016-12-191-1/+1
* Debugger: Remove duplicated codeDavid Schulz2016-12-071-3/+0
* Debugger: Keep watchers alphabetically orderedhjk2016-11-301-6/+3
* Fix accessing temporary copies via QStringRefFriedemann Kleint2016-11-281-2/+2