Use path chooser for selection local debug symbol files

Change-Id: I7aa3f58389ea3608cc09b1e2cf2d167c463e6c6c
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-07-26 09:21:24 +02:00
parent e3567ddc71
commit 56f38e4171
3 changed files with 0 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ public:
symbolFile.setSettingsKey("QdbRunConfig.LocalExecutable"); symbolFile.setSettingsKey("QdbRunConfig.LocalExecutable");
symbolFile.setLabelText(Tr::tr("Executable on host:")); symbolFile.setLabelText(Tr::tr("Executable on host:"));
symbolFile.setDisplayStyle(SymbolFileAspect::LabelDisplay);
environment.setDeviceSelector(target, EnvironmentAspect::RunDevice); environment.setDeviceSelector(target, EnvironmentAspect::RunDevice);

View File

@@ -36,7 +36,6 @@ public:
executable.setHistoryCompleter("RemoteLinux.AlternateExecutable.History"); executable.setHistoryCompleter("RemoteLinux.AlternateExecutable.History");
symbolFile.setLabelText(Tr::tr("Executable on host:")); symbolFile.setLabelText(Tr::tr("Executable on host:"));
symbolFile.setDisplayStyle(SymbolFileAspect::LabelDisplay);
environment.setDeviceSelector(target, EnvironmentAspect::RunDevice); environment.setDeviceSelector(target, EnvironmentAspect::RunDevice);

View File

@@ -52,7 +52,6 @@ RemoteLinuxRunConfiguration::RemoteLinuxRunConfiguration(Target *target, Id id)
executable.setHistoryCompleter("RemoteLinux.AlternateExecutable.History"); executable.setHistoryCompleter("RemoteLinux.AlternateExecutable.History");
symbolFile.setLabelText(Tr::tr("Executable on host:")); symbolFile.setLabelText(Tr::tr("Executable on host:"));
symbolFile.setDisplayStyle(SymbolFileAspect::LabelDisplay);
arguments.setMacroExpander(macroExpander()); arguments.setMacroExpander(macroExpander());