mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Changes to allow gdb to be started by a launch program, like flatpak-spawn.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user