diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-20 18:02:35 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-20 20:57:20 -0500 |
| commit | 12659a7e2227a2277b0ca62f7866921a70f7ea4d (patch) | |
| tree | c920dadce72430f1c27cff3e3b80fdb27721d3f0 /ui/stackview.h | |
| parent | 836848724094f8ae98c31c886ca827a41a366b21 (diff) | |
Async IL fetching in stack, variables, and xref views
Diffstat (limited to 'ui/stackview.h')
| -rw-r--r-- | ui/stackview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/stackview.h b/ui/stackview.h index 311fa37d..34e83950 100644 --- a/ui/stackview.h +++ b/ui/stackview.h @@ -10,6 +10,8 @@ #include "sidebar.h" #include "uitypes.h" +#define STACK_VIEW_UPDATE_CHECK_INTERVAL 200 + //! Dialog to enable arbitrary stack variable creation. class BINARYNINJAUIAPI CreateStackVariableDialog : public QDialog { @@ -160,6 +162,7 @@ class BINARYNINJAUIAPI StackView : public QAbstractScrollArea, public View ViewFrame* m_view; BinaryViewRef m_data; FunctionRef m_func; + BinaryNinja::AdvancedFunctionAnalysisDataRequestor m_analysisRequestor; RenderContext m_renderer; std::vector<StackViewLine> m_lines; |
