summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-03-20 19:05:47 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 17:35:54 +0200
commit7b18174eef70feb434f9319a57a6cfbe362730e3 (patch)
tree47f3d88e31de2bb1551440a1b0c17a2fae4960f3 /src/core/arm/arm_interface.h
parentSVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. (diff)
downloadyuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.gz
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.bz2
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.lz
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.xz
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.tar.zst
yuzu-7b18174eef70feb434f9319a57a6cfbe362730e3.zip
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:
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.