summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/cdb/cdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-7/+6
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-4/+4
* Proliferate pathListSeparator()Alessandro Portale2023-05-051-2/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-2/+2
* Debugger: Add automatic source path mapping for Qt PackagesDavid Schulz2023-04-211-1/+3
* Debugger: support piping the python dumper to cdbDavid Schulz2023-04-201-10/+61
* Debugger: Support piping dumpers into gdbhjk2023-04-051-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-291-2/+2
|\
| * Debugger: Fix error messageDavid Schulz2023-03-221-2/+2
* | Debugger: Use FilePath for Moduleshjk2023-03-141-1/+2
* | Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-2/+3
|/
* Debugger: Disable source code display in debugger log for cdbDavid Schulz2023-03-101-1/+0
* Debugger: Add warning if cdb prevents loading of cdbextDavid Schulz2023-03-021-0/+13
* Debugger: optimize logging script messagesDavid Schulz2023-02-271-5/+11
* Debugger: fix debugger log entryDavid Schulz2023-02-211-1/+1
* Utils: Replace Environment.isValid() with .hasChanges()hjk2023-01-271-1/+1
* Debugger: Adapt to change in FilePathChristian Stenger2023-01-181-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* plugins: Remove foreach usageArtem Sokolovskii2022-12-201-1/+1
* Debugger: Pass context object to lambda connectionsJarek Kobus2022-12-091-4/+2
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-071-2/+51
|\
| * Debugger: map reported breakpoint file locationsDavid Schulz2022-11-301-2/+51
* | Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-251-2/+2
|\ \ | |/
| * UI text: Fix UI text to follow the guidelinesLeena Miettinen2022-10-201-2/+2
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
|/
* Debugger: Fix interrupting with cdbDavid Schulz2022-10-131-0/+24
* Debugger: remove can interrupt checkDavid Schulz2022-10-131-8/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+1
* Debugger: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-311-7/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CdbEngine: Remove unused fieldJarek Kobus2022-08-021-3/+3
* Utils: More porting.h related changeshjk2022-07-141-1/+1
* Debugger: Convert to Tr::trhjk2022-07-081-13/+14
* Debugger: use QtcProcess output bufferDavid Schulz2022-07-041-32/+4
* Debugger: remove unused CdbCommandDavid Schulz2022-07-041-10/+0
* Debugger: sort cdb engine includesDavid Schulz2022-07-041-8/+8
* Debugger: Fix interrupting remote cdb processDavid Schulz2022-06-271-32/+1
* Debugger: Fix compile with Qt5Christian Stenger2022-06-241-1/+1
* CdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-231-11/+16
* cdb: Use separate qtcreatorcdbext suffix for arm architectureCristian Adam2022-06-221-9/+16
* CdbEngine: Connect to done() signalJarek Kobus2022-06-201-15/+13
* Debugger: Use ProcessResultData a bit morehjk2022-06-161-1/+2
* cdb: Use CtrlCStub for cdb.exeCristian Adam2022-06-161-0/+1
* Debugger: Use QtcProcess::stop instead of stopProcesshjk2022-06-161-2/+2
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-2/+2
* Utils: Add a QString-based write to QtcProcesshjk2022-04-281-1/+1
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-1/+2