mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Debugger CodeWidget: Add filter boxes to callstack, function calls, and function callers. Move symbols search box to align with changes.
This commit is contained in:
parent
d625c612c4
commit
d0b33c7adf
2 changed files with 73 additions and 49 deletions
|
@ -68,12 +68,15 @@ private:
|
|||
|
||||
CodeDiffDialog* m_diff_dialog = nullptr;
|
||||
QLineEdit* m_search_address;
|
||||
QLineEdit* m_search_symbols;
|
||||
QPushButton* m_code_diff;
|
||||
|
||||
QLineEdit* m_search_callstack;
|
||||
QListWidget* m_callstack_list;
|
||||
QLineEdit* m_search_symbols;
|
||||
QListWidget* m_symbols_list;
|
||||
QLineEdit* m_search_calls;
|
||||
QListWidget* m_function_calls_list;
|
||||
QLineEdit* m_search_callers;
|
||||
QListWidget* m_function_callers_list;
|
||||
CodeViewWidget* m_code_view;
|
||||
QSplitter* m_box_splitter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue