diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-03-20 14:05:47 -0400 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 11:35:54 -0400 |
| commit | 7b18174eef70feb434f9319a57a6cfbe362730e3 (patch) | |
| tree | 47f3d88e31de2bb1551440a1b0c17a2fae4960f3 /src/core/arm/arm_interface.h | |
| parent | 87c49aa7be4b7277f8ae929058633827d339a052 (diff) | |
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.h | 3 |
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. |
