aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb
Commit message (Expand)AuthorAgeFilesLines
* Utils/Ssh: Move SshRemoteProces::isRunning() to QtcProcess basehjk2021-12-061-3/+3
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-111-1/+4
|\
| * Debugger: Fix setting of Qt version fallback, againhjk2021-11-101-1/+4
* | Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-10-261-2/+2
|\|
| * Debugger: use Qt version from kit as fallback for dumperDavid Schulz2021-10-251-0/+1
| * Docker: mount python dumpers to deviceDavid Schulz2021-10-251-2/+1
* | Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-10-211-2/+6
|\|
| * GDB: Expand macros on substitute pathsOrgad Shaneh2021-10-151-1/+1
| * GDB: Do not pass regular expressions to set substitute-pathOrgad Shaneh2021-10-151-2/+5
| * Debugger: Force English debugger outputhjk2021-10-121-0/+1
* | Debugger: Fix compileChristian Stenger2021-10-121-0/+1
* | Debugger: Use iterateDirectoryArtem Sokolovskii2021-10-111-11/+14
|/
* Debugger: Use FilePath for core files and surroundingshjk2021-09-292-33/+26
* Debugger: Use FilePath for debugInfoLocationhjk2021-09-281-3/+3
* Merge remote-tracking branch 'origin/5.0'Orgad Shaneh2021-09-271-4/+10
|\
| * Debugger: Fix debugging of terminal apps with GDB < 10Orgad Shaneh2021-09-241-3/+9
* | Debugger: Expand Variables in Debugging Helper Customizationhjk2021-09-171-1/+1
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-132-11/+24
|\|
| * GDB: Ignore initial SIGTRAP when debugging mingw32 with gdb64Orgad Shaneh2021-09-092-6/+11
| * Debugger: Fix debugging 32-bit mingw console app with 64-bit gdbOrgad Shaneh2021-09-092-5/+12
* | Debugger: Don't wait for responses for flushing dummy commandshjk2021-09-101-3/+6
* | GDB: Fix missing token on some responsesOrgad Shaneh2021-09-061-1/+1
* | Utils: Drop OsType parameter from CommandLine functionshjk2021-08-241-1/+1
* | Debugger: Simplify some path uses in GdbEnginehjk2021-08-192-6/+7
* | ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-20/+20
* | Use refactored ProcessModeJarek Kobus2021-08-091-1/+1
* | Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-2/+2
|/
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Utils: Add a QtcProcess flag to keep stdin openhjk2021-06-221-0/+1
* Debugger: Introduce a GdbEngine::usesOutputCollector helperhjk2021-06-222-3/+10
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-142-3/+3
* Debugger: Add an option to enable newer gdb's symbol index cachehjk2021-06-112-0/+4
* Android, Debugger: Simplify setUseCtrlCStub callershjk2021-06-041-1/+1
* Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePathhjk2021-06-031-3/+4
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-2/+2
* Debugger: Remove one (and only) use of QProcess::systemEnvironmenthjk2021-05-211-1/+1
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-3/+3
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+0
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-2/+2
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-1/+1
* Debugger: Use new IOptionsPage apply conveniencehjk2021-03-261-90/+61
* Debugger: Fix setting of breakpoint by function name with GDBhjk2021-03-191-1/+1
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-3/+6
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-161-2/+5
|\
| * Debugger: Add more information about the debugee when debugginghjk2021-03-161-2/+5
* | Merge "Merge remote-tracking branch 'origin/4.15'"The Qt Project2021-03-091-21/+4
|\ \