mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
checkpoint: assembly and source.
This commit is contained in:
@@ -349,6 +349,16 @@ bool SeerConfigDialog::assemblyShowOpcodeColumn () const {
|
||||
return _assemblyConfigPage->showOpcodeColumn();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setAssemblyShowSourceLines (bool flag) {
|
||||
|
||||
_assemblyConfigPage->setShowSourceLines(flag);
|
||||
}
|
||||
|
||||
bool SeerConfigDialog::assemblyShowSourceLines () const {
|
||||
|
||||
return _assemblyConfigPage->showSourceLines();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setAssemblyRegisterFormat (const QString& format) {
|
||||
|
||||
_assemblyConfigPage->setRegisterFormat(format);
|
||||
|
||||
Reference in New Issue
Block a user