summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-03-20 14:05:47 -0400
committerGravatar Fernando Sahmkow2020-06-27 11:35:54 -0400
commit7b18174eef70feb434f9319a57a6cfbe362730e3 (patch)
tree47f3d88e31de2bb1551440a1b0c17a2fae4960f3 /src/core/arm/arm_interface.h
parentSVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. (diff)
downloadyuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.gz
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.xz
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.zip
ARM/WaitTree: Better track the CallStack for each thread.
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r--src/core/arm/arm_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 87a1c29cc..e701ddf21 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -164,6 +164,9 @@ public:
164 std::string name; 164 std::string name;
165 }; 165 };
166 166
167 static std::vector<BacktraceEntry> GetBacktraceFromContext(System& system,
168 const ThreadContext64& ctx);
169
167 std::vector<BacktraceEntry> GetBacktrace() const; 170 std::vector<BacktraceEntry> GetBacktrace() const;
168 171
169 /// fp (= r29) points to the last frame record. 172 /// fp (= r29) points to the last frame record.