summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Avoid crash when attach to process failsChristian Stenger2017-07-271-1/+4
* Debugger: Fix crash when interrupting while waiting for localsOrgad Shaneh2017-07-271-1/+5
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-16/+16
* Refine the creation of a dummy project for the debuggerOrgad Shaneh2017-07-201-6/+2
* Debugger: Describe the "Override server address/channel" field betterhjk2017-07-182-10/+27
* Debugger: Fix removing items from modules modelDavid Schulz2017-07-181-1/+2
* ProjectExplorer: Remove RunControl::bringApplicationToForegroundhjk2017-07-172-8/+2
* ProjectExplorer: Add and use a RunConfiguration::registerAspect<>hjk2017-07-171-13/+1
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-174-3/+10
* Debugger: Fix typo and a missing newlineOrgad Shaneh2017-07-141-2/+2
* Debugger: Fix copy-and-pasto in qmlDebuggingOrgad Shaneh2017-07-141-1/+1
* Debugger: Reduce one call to runnable()Orgad Shaneh2017-07-141-2/+3
* Debugger: Fix engine name in start messageOrgad Shaneh2017-07-141-1/+1
* Debugger: Sort settings in dumpOrgad Shaneh2017-07-141-7/+6
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-121-1/+1
* Debugger: Use a somewhat less intrusive hack for 'start at main'hjk2017-07-123-20/+24
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-124-0/+19
|\
| * Introduce setPerspectiveEnabledHannah von Reth2017-07-114-0/+19
* | Debugger: Remove unneeded friend and memberhjk2017-07-121-3/+0
* | Debugger: Partially dissolve DebuggerRunControlFactoryhjk2017-07-112-63/+37
* | Debugger: Streamline error string handlinghjk2017-07-112-20/+13
* | ProjectExplorer: Move re-runnable decision to RunWorkershjk2017-07-104-55/+32
* | Debugger: Do no warn when debugging with MinGWOrgad Shaneh2017-07-101-4/+13
* | Debugger: Fix core dump with project from command-lineOrgad Shaneh2017-07-101-0/+7
* | Debugger: Avoid soft assertions in register list valuesOrgad Shaneh2017-07-101-0/+2
* | Debugger: Fix typoOrgad Shaneh2017-07-101-1/+1
* | Debugger: Connect GdbServerPortsGatherer signals in constructorhjk2017-07-072-23/+27
* | Debugger: Use a SimpleTargetLaucher for gdbserverhjk2017-07-072-18/+5
* | ProjectExplorer: Remove RunControl::worker<Type>()hjk2017-07-072-9/+10
* | ProjectExplorer: Remove Connection as concepthjk2017-07-071-3/+2
* | Debugger: Add missing state cases in quitDebuggerOrgad Shaneh2017-07-071-0/+2
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-051-1/+0
|\ \
| * | Debugger: Remove some no-more-needed and uncompilable declarationhjk2017-07-051-1/+0
* | | Debugger: Fix buildTobias Hunger2017-07-051-0/+2
|/ /
* | Debugger: Move startupRunConfiguration to RunConfigurationhjk2017-07-042-15/+2
* | GDB: fix information text truncation in Application Output paneAlexander Drozdov2017-07-031-1/+1
* | Valgrind: Use Runnable to pass device informationhjk2017-06-302-12/+2
* | Valgrind: Fix Memcheck startup on remote linuxhjk2017-06-281-2/+14
* | Replace include guards with #pragma onceOrgad Shaneh2017-06-281-4/+1
* | Debugger: Provide Alt-V + some letter short cuts to enable viewshjk2017-06-273-11/+11
* | Merge "Merge remote-tracking branch 'origin/4.3'"Orgad Shaneh2017-06-261-7/+15
|\ \
| * \ Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-261-7/+15
| |\ \ | | |/
| | * Debugger: Do not crash in (im)possible situationshjk2017-06-221-7/+15
* | | EnvironmentItem: Introduce operation enumerationFriedemann Kleint2017-06-261-1/+1
|/ /
* | Debugger: Remove DebuggerStartParameters::connParamshjk2017-06-235-19/+8
* | RemoteLinux: Prepare for downstream Qdb adaptationshjk2017-06-231-0/+1
* | Debugger: Fix inappropriate debugger warning when using mixed debuggingDavid Schulz2017-06-231-2/+2
* | Debugger: Remove remote setup sub-statemachineryhjk2017-06-2213-312/+42
* | Editor: Simplify text marksDavid Schulz2017-06-221-5/+4
* | GDB: Set OsAbi also when the executable is ELF and the toolchain is notOrgad Shaneh2017-06-211-1/+11