ARM/WaitTree: Better track the CallStack for each thread.

This commit is contained in:
Fernando Sahmkow 2020-03-20 14:05:47 -04:00
parent 96c996b6a0
commit c22d3e1e18
3 changed files with 74 additions and 11 deletions

View file

@ -164,6 +164,9 @@ public:
std::string name;
};
static std::vector<BacktraceEntry> GetBacktraceFromContext(System& system,
const ThreadContext64& ctx);
std::vector<BacktraceEntry> GetBacktrace() const;
/// fp (= r29) points to the last frame record.