Sharing more of trace viewer code.
This commit is contained in:
@@ -37,9 +37,7 @@ class TraceViewer {
|
||||
public:
|
||||
virtual ~TraceViewer();
|
||||
|
||||
bool Setup();
|
||||
bool Load(std::wstring trace_file_path);
|
||||
void Run();
|
||||
int Main(const std::vector<std::wstring>& args);
|
||||
|
||||
protected:
|
||||
TraceViewer();
|
||||
@@ -73,6 +71,10 @@ class TraceViewer {
|
||||
kHostDisasm,
|
||||
};
|
||||
|
||||
bool Setup();
|
||||
bool Load(std::wstring trace_file_path);
|
||||
void Run();
|
||||
|
||||
void DrawUI();
|
||||
void DrawControllerUI();
|
||||
void DrawPacketDisassemblerUI();
|
||||
|
||||
Reference in New Issue
Block a user