mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Highlight source line corresponding to hovered asm line.
This commit is contained in:
@@ -80,6 +80,8 @@ private:
|
||||
size_t m_dataSize;
|
||||
int m_targetLine;
|
||||
int m_selectedLine;
|
||||
DecayValue<int> m_hoveredLine;
|
||||
DecayValue<uint32_t> m_hoveredSource;
|
||||
int m_displayMode;
|
||||
uint32_t m_codeLen;
|
||||
DecayValue<uint64_t> m_highlightAddr;
|
||||
|
||||
Reference in New Issue
Block a user