Changes to allow gdb to be started by a launch program, like flatpak-spawn.

This commit is contained in:
Ernie Pasveer
2025-12-06 11:53:53 -06:00
parent a66ac128d7
commit 46efb03fe4
12 changed files with 329 additions and 207 deletions
+6
View File
@@ -164,6 +164,12 @@ bool SeerConfigDialog::seerClearManualCommandHistory () const {
return _seerConfigPage->clearManualCommandHistory();
}
void SeerConfigDialog::setProgramLauncher (const QString& launcher) {
_gdbConfigPage->setGdbProgramLauncher(launcher);
_rrConfigPage->setRRProgramLauncher(launcher);
}
void SeerConfigDialog::setGdbProgram (const QString& program) {
_gdbConfigPage->setGdbProgram(program);