From 7b590a953639714cf8ea4b550dd7f6558698e23f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 11 May 2014 19:51:55 +0200 Subject: qeditor: many enhancement Qeditor has been improved in many ways: - it can now dump all registers, just like the lua DUMPER.dump_all() command - several crash were fixed - when connected to a hwstub command, one can correctly edit individual fields - the code was simplified in several places Change-Id: I092b99ce3a12ff6417552de61d62c65f706bcff0 --- utils/regtools/qeditor/regtab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/regtools/qeditor/regtab.h') diff --git a/utils/regtools/qeditor/regtab.h b/utils/regtools/qeditor/regtab.h index 78a10ba379..b5b1f56775 100644 --- a/utils/regtools/qeditor/regtab.h +++ b/utils/regtools/qeditor/regtab.h @@ -80,6 +80,7 @@ protected: QCheckBox *m_readonly_check; QLabel *m_data_soc_label; QPushButton *m_data_sel_reload; + QPushButton *m_dump; QComboBox *m_data_selector; IoBackend *m_io_backend; QTabWidget *m_type_selector; @@ -102,6 +103,7 @@ private slots: void OnAnalyserChanged(QListWidgetItem *current, QListWidgetItem *previous); void OnAnalyserClicked(QListWidgetItem *clicked); void OnReadOnlyClicked(bool); + void OnDumpRegs(bool); }; #endif /* REGTAB_H */ \ No newline at end of file -- cgit v1.2.3