summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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-042-2/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-7/+7
* 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-152-51/+47
* | 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-142-13/+13
* | 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-012-1/+8
* Debugger: Also log time stamp when handling output is finishedhjk2023-02-241-0/+3
* Debugger: Save a few string allocations on result parsinghjk2023-02-242-26/+26
* 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-063-3/+3
* Debugger: Add missing stretchChristian Stenger2023-01-051-1/+2
* Debugger: Check for skippable frames earlyhjk2023-01-031-27/+28
* Debugger: Merge GDB and GDB Extended option pageshjk2022-12-201-46/+18
* 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-263-72/+6
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-4/+4
* Utils: Make Layouting::Title even less specialhjk2022-07-221-3/+3
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-21/+31
* 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-083-135/+125
|/
* GdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-212-13/+22
* 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
* Debugger: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-031-13/+16