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

Cycle through assembly blocks when right-clicking source line.

This commit is contained in:
Bartosz Taudul
2021-07-26 01:21:58 +02:00
parent 55a966f9c6
commit 7304558bdf
2 changed files with 42 additions and 11 deletions
+8
View File
@@ -248,6 +248,14 @@ private:
GetWindowCallback m_gwcb;
Tokenizer m_tokenizer;
struct
{
uint32_t file = 0;
uint32_t line = 0;
size_t sel;
std::vector<uint64_t> target;
} m_asmTarget;
};
}