mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Lots of changes for starting debugger.
This commit is contained in:
@@ -123,6 +123,17 @@ bool SeerConfigDialog::gdbHandleTerminatingException () const {
|
||||
return _gdbConfigPage->gdbHandleTerminatingException();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setGdbRandomizeStartAddress (bool flag) {
|
||||
|
||||
_gdbConfigPage->setGdbRandomizeStartAddress(flag);
|
||||
}
|
||||
|
||||
bool SeerConfigDialog::gdbRandomizeStartAddress () const {
|
||||
|
||||
return _gdbConfigPage->gdbRandomizeStartAddress();
|
||||
}
|
||||
|
||||
|
||||
void SeerConfigDialog::setDprintfStyle (const QString& style) {
|
||||
|
||||
_gdbConfigPage->setDprintfStyle(style);
|
||||
|
||||
Reference in New Issue
Block a user