Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#5538 memtrace seek, part 6: Virtualize raw2trace_thread_data (#5715)
Adds a missing piece from part 5 PR #5713 where raw2trace's thread_data_ was indirected to support a subclass extending it. However, its destructor was not virtual, which prevented such extension. We address that here. Issue: #5538
- Loading branch information