1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Disable inline context if no inline symbols available.

This commit is contained in:
Bartosz Taudul
2021-06-19 21:40:30 +02:00
parent 2e3241ba54
commit 8d52d2acfd
+2
View File
@@ -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()