aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/gdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Make more noise againv11.0.3hjk2023-09-251-2/+1
* Debugger: Fix gdb debugging without terminalChristian Stenger2023-09-081-1/+1
* ProcessStub: Fix start sequencingMarcus Tillmanns2023-08-291-3/+5
* Debugger: Add missing full stops and quotesEike Ziller2023-06-141-4/+5
* Debugger: Use Utils::Text::Position instead of int line numberhjk2023-06-071-8/+8
* Debugger: Fix compile warningMarcus Tillmanns2023-06-071-4/+4
* Debugger: Use a FilePathAspect for extra dumpershjk2023-05-251-3/+3
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-8/+8
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-6/+6
* Debugger: support piping the python dumper to cdbDavid Schulz2023-04-201-2/+4
* Debugger: Support piping dumpers into gdbhjk2023-04-051-8/+53
* Debugger: Execute the non-installed gdb data-dir magichjk2023-04-031-4/+7
* Debugger: run GDB post attach commands also for local inferiorsFilippo Gentile2023-03-271-0/+14
* Terminal: Enable TerminalProcessInterfaceMarcus Tillmanns2023-03-201-9/+14
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-161-4/+4
|\
| * Debugger: Fix several uses of remote pathshjk2023-03-151-5/+5
* | Debugger: Use more FilePath in source file handlinghjk2023-03-151-45/+41
* | Qnx: Fix passing nto-executablehjk2023-03-151-1/+1
* | Debugger: Use FilePath for Moduleshjk2023-03-141-15/+13
* | Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-9/+9
* | GdbEngine: Allow remote symbol fileshjk2023-03-141-1/+1
|/
* GDB: Do not skip detach for core inferior shutdownOrgad Shaneh2023-03-131-4/+0
* Debugger: Fix write error on terminated GDB processOrgad Shaneh2023-03-091-0/+2
* GDB: Adapt to message change on 13.1Orgad Shaneh2023-03-011-1/+7
* Debugger: Also log time stamp when handling output is finishedhjk2023-02-241-0/+3
* Debugger: Save a few string allocations on result parsinghjk2023-02-241-25/+25
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-2/+2
* Gdb: Use path() of executableMarcus Tillmanns2023-02-071-4/+3
* Utils: Use an enum indication the possible abort of an dir iterationhjk2023-01-261-1/+1
* Debugger: Adapt to change in FilePathChristian Stenger2023-01-181-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Check for skippable frames earlyhjk2023-01-031-27/+28
* Docker: Add Filepath::localSource()Marcus Tillmanns2022-12-161-1/+3
* Debugger: Remove DebuggerCommand::arg(FilePath)hjk2022-11-171-2/+2
* Debugger: FilePath-ify .so libs handlingAlessandro Portale2022-11-171-1/+2
* Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+2
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-5/+5
* GdbEngine: Support interrupting docker executableMarcus Tillmanns2022-09-151-11/+3
* Debugger: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-311-3/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-121-2/+3
|\
| * docker: Fix run environment setupMarcus Tillmanns2022-07-121-2/+3
* | Debugger: Convert to Tr::trhjk2022-07-081-115/+112
|/
* GdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-211-13/+21
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* Debugger: Use ProcessResultData a bit morehjk2022-06-161-1/+2
* Debugger: Fix path to uninstalled gdb datahjk2022-05-161-2/+2