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 87c49aa7be
commit 7b18174eef
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.