forked from qt-creator/qt-creator
Debugger: Use USVC extra data more directly
Not nicer, but more similar to the rest of extra data, so one approach less. Change-Id: I2c9a3a041ab3f017f3350c0399d57feeb422048c Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -36,14 +36,6 @@ const char MODE_DEBUG[] = "Mode.Debug";
|
||||
// Debug mode context
|
||||
const char C_DEBUGMODE[] = "Debugger.DebugMode";
|
||||
|
||||
// Common debugger constants.
|
||||
const char kPeripheralDescriptionFile[] = "PeripheralDescriptionFile";
|
||||
|
||||
// UVSC-specific debugger constants.
|
||||
const char kUVisionProjectFilePath[] = "UVisionProjectFilePath";
|
||||
const char kUVisionOptionsFilePath[] = "UVisionOptionsFilePath";
|
||||
const char kUVisionSimulator[] = "UVisionSimulator";
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
// Keep in sync with dumper.py
|
||||
|
||||
Reference in New Issue
Block a user