aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/idebugserverprovider.h
Commit message (Expand)AuthorAgeFilesLines
* Fix baremetal pipe channel connectionBogDan Vatra2025-04-171-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-3/+2
* BareMetal: Rename aboutToRun into setupDebuggerRunParametersJarek Kobus2025-03-031-2/+3
* BareMetal: Return Result from aboutToRun()Jarek Kobus2025-02-251-9/+6
* BareMetal: Remove copy c'tors from IDebugServerProvider subclassesJarek Kobus2025-01-101-2/+2
* Plugins: And more Store and Keyhjk2023-08-251-4/+4
* Utils: Rename the new Storage to Storehjk2023-08-241-3/+3
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-5/+7
* BareMetal: Remove error return value from fromMaphjk2023-07-281-1/+1
* BareMetal: Make toMap signature more aspect friendlyhjk2023-07-281-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* BareMetal: Remove qualifiers from setting keysOrgad Shaneh2020-10-271-2/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* BareMetal: Long live support for KEIL uVision v5.x debuggerDenis Shienkov2020-02-041-5/+6
* BareMetal: De-QObject-ify IDebugServerProviderFactoryhjk2020-01-161-3/+5
* BareMetal: De-virtualize IDebugServerProvider::createConfigWidgethjk2020-01-161-1/+4
* BareMetal: Use the plain creation and fromMap(toMap()) for cloneshjk2020-01-161-7/+8
* BareMetal: Centralize IDebugServerProviderFactory::canRestore()hjk2019-12-161-1/+1
* BareMetal: Centralize IDebugServerProviderFactory::restore()hjk2019-12-161-1/+2
* BareMetal: De-virtualize IDebugServerProviderFactory::create()hjk2019-12-161-1/+3
* BareMetal: Share the 'channel' property for all providersDenis Shienkov2019-11-281-0/+9
* BareMetal: Share HostWidget for all debug providersDenis Shienkov2019-11-281-0/+21
* BareMetal: Get rid of SSH connection parametersDenis Shienkov2019-11-261-1/+0
* BareMetal: Get rid of unused GdbServerProviderProcess classDenis Shienkov2019-11-261-6/+0
* BareMetal: Allow IDebugServerProvider to create own runnerDenis Shienkov2019-11-251-4/+4
* BareMetal: Continue minimize dependency from GDB engineDenis Shienkov2019-11-191-1/+22
* BareMetal: Add additional 'engine' column to debugger providers viewDenis Shienkov2019-11-111-2/+3
* BareMetal: Minimize dependency from GDB engineDenis Shienkov2019-11-041-0/+151