mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 14:52:56 -05:00
ARM/WaitTree: Better track the CallStack for each thread.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user