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

Show which symbols are available.

This commit is contained in:
Bartosz Taudul
2020-08-13 16:24:09 +02:00
parent 16ad6ee2ac
commit b6feb99e98
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -493,6 +493,7 @@ public:
CallstackFrameId PackPointer( uint64_t ptr ) const;
uint64_t GetCanonicalPointer( const CallstackFrameId& id ) const;
const SymbolData* GetSymbolData( uint64_t sym ) const;
bool HasSymbolCode( uint64_t sym ) const;
const char* GetSymbolCode( uint64_t sym, uint32_t& len ) const;
uint64_t GetSymbolForAddress( uint64_t address ) const;
uint64_t GetSymbolForAddress( uint64_t address, uint32_t& offset ) const;