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

Disassemble symbol code fragments.

This commit is contained in:
Bartosz Taudul
2020-03-25 22:37:34 +01:00
parent 79db7f4457
commit 3e134cdce5
3 changed files with 55 additions and 3 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ void View::InitTextEditor( ImFont* font )
void View::SetTextEditorFile( const char* fileName, int line, uint64_t symAddr )
{
m_sourceViewFile = fileName;
m_sourceView->Open( fileName, line, symAddr );
m_sourceView->Open( fileName, line, symAddr, m_worker );
}
const char* View::ShortenNamespace( const char* name ) const