mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix crash when trying to open unavailable source file.
This commit is contained in:
@@ -145,6 +145,8 @@ private:
|
||||
void ParseSource( const char* fileName, const Worker& worker, const View& view );
|
||||
bool Disassemble( uint64_t symAddr, const Worker& worker );
|
||||
|
||||
void SelectViewMode();
|
||||
|
||||
void RenderSimpleSourceView();
|
||||
void RenderSymbolView( const Worker& worker, View& view );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user