aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/gdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDB: Escape quotes on breakpoint commandsOrgad Shaneh2018-08-031-2/+6
* Debugger: Avoid triggering Qt internal warningChristian Stenger2018-06-051-1/+1
* Merge remote-tracking branch 'origin/4.6' into 4.7Eike Ziller2018-05-281-1/+0
|\
| * Debugger: Remove a too strict error handlinghjk2018-05-171-1/+0
* | Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+1
* | Debugger: Remove the RebuildBreakpointModel command flagshjk2018-03-221-31/+9
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-63/+1
|\|
| * Debugger: Move DebugInfoTask handling to pluginhjk2018-03-081-63/+1
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-131-0/+1
|\|
| * Debugger: Properly handle spontaneous stop on InferiorRunRequestedUlf Hermann2018-02-121-0/+1
* | Debugger: Modernizehjk2018-02-011-1/+1
* | Debugger: Allow disabling individual breakpoint locationshjk2018-02-011-0/+7
|/
* Improve translated strings and make them consistentRobert Loehning2018-01-221-1/+1
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-091-3/+11
|\
| * Debugger: imitate windows gdb all uppercase PATH env variable nameDavid Schulz2018-01-031-3/+11
* | Debugger: Combine the InferiorShutdown{Ok,Failed} stateshjk2017-12-141-8/+6
* | Debugger: Combine the EngineShutdown{Ok,Failed} stateshjk2017-12-141-6/+5
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-121-1/+5
|\|
| * Debugger: use inferior device when run tool device is nullDavid Schulz2017-12-121-1/+5
* | Debugger: Merge EngineSetup and InferiorSetup start phaseshjk2017-12-061-35/+31
|/
* Debugger: Move GdbEngine connections to constructorhjk2017-10-271-7/+9
* Debugger: Make AttachToRemoteProcess use the remote interrupt mechanismhjk2017-10-201-1/+1
* Debugger: Consolidate "Attach to running process"hjk2017-10-191-7/+22
* Debugger: Fix punctuation and capitalization of UI textLeena Miettinen2017-10-191-34/+34
* Debugger: Do not duplicate statehjk2017-10-171-4/+5
* Debugger: Simplify use of DebuggerEnginePrivate membershjk2017-10-131-2/+3
* Debugger: Remove DebuggerEngine::m_lastGoodStatehjk2017-10-131-2/+1
* GDB: Fix reading executable from core dump on WindowsOrgad Shaneh2017-10-061-1/+5
* Debugger: Combine some gdb startup code pathshjk2017-10-061-49/+17
* Debugger: Cleanup some GdbEngine code pathshjk2017-10-051-54/+21
* Debugger: Move core file unpacking into RunWorker of its ownhjk2017-10-051-105/+28
* Debugger: Simplify GdbEngine constructionhjk2017-09-281-4/+5
* Debugger: Move external terminal into separate RunWorkerhjk2017-09-271-93/+38
* Debugger: Avoid use of dummy RunConfigurationshjk2017-09-261-2/+3
* Debugger: Centralize abort handlinghjk2017-09-211-10/+2
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-191-3/+6
|\
| * Debugger: Fix assert handling for devices without signalOperation()hjk2017-08-171-1/+1
* | Debugger: Merge DebuggerStartParameter into *RunParametershjk2017-09-131-1/+0
* | Debugger: De-virtualize *Engine::notify* functionshjk2017-09-131-22/+14
* | Debugger: Merge *Adapter classes into GdbEnginehjk2017-09-121-68/+885
* | Fix string messagesJarek Kobus2017-09-111-1/+1
* | Debugger: Dissolve a few more setRunParameter() caseshjk2017-09-081-8/+6
* | Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* | app_version.h: Make IDE name configurableTobias Hunger2017-09-051-3/+6
* | Debugger: Restrict scope of stored signalOperationhjk2017-08-171-21/+14
|/
* Debugger: Avoid crash when attach to process failsChristian Stenger2017-07-271-1/+4
* ProjectExplorer: Move re-runnable decision to RunWorkershjk2017-07-101-32/+6
* Debugger: Avoid soft assertions in register list valuesOrgad Shaneh2017-07-101-0/+2
* GDB: fix information text truncation in Application Output paneAlexander Drozdov2017-07-031-1/+1
* EnvironmentItem: Introduce operation enumerationFriedemann Kleint2017-06-261-1/+1