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

Assembly addresses can be displayed relative to symbol.

This commit is contained in:
Bartosz Taudul
2020-03-28 14:33:35 +01:00
parent 9837e06816
commit 78eb774822
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ private:
bool m_showAsm;
uint32_t m_codeLen;
DecayValue<uint64_t> m_highlightAddr;
bool m_asmRelative;
std::vector<Line> m_lines;
std::vector<AsmLine> m_asm;