mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Disable inline context if no inline symbols available.
This commit is contained in:
parent
2e3241ba54
commit
8d52d2acfd
@ -505,6 +505,8 @@ void SourceView::OpenSymbol( const char* fileName, int line, uint64_t baseAddr,
|
||||
SelectLine( line, &worker, true, symAddr );
|
||||
|
||||
SelectViewMode();
|
||||
|
||||
if( !worker.GetInlineSymbolList( baseAddr, m_codeLen ) ) m_calcInlineStats = false;
|
||||
}
|
||||
|
||||
void SourceView::SelectViewMode()
|
||||
|
Loading…
Reference in New Issue
Block a user