mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
More work on the stack browser.
This commit is contained in:
@@ -15,8 +15,8 @@ SeerStackDumpSettingsDialog::SeerStackDumpSettingsDialog (QWidget* parent) : QDi
|
||||
|
||||
// Setup the widgets
|
||||
setStackPointerExpression("$sp");
|
||||
setBytesBeforeSP(0);
|
||||
setBytesAfterSP(32);
|
||||
setBytesBeforeSP(16);
|
||||
setBytesAfterSP(16);
|
||||
setAsciiBytes(8);
|
||||
|
||||
// Connect things.
|
||||
|
||||
Reference in New Issue
Block a user