mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 22:48:57 +02:00
ARM/WaitTree: Better track the CallStack for each thread.
This commit is contained in:
parent
87c49aa7be
commit
7b18174eef
3 changed files with 74 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue