mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
ARM/WaitTree: Better track the CallStack for each thread.
This commit is contained in:
parent
96c996b6a0
commit
c22d3e1e18
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