summaryrefslogtreecommitdiff
path: root/src/debug/createdump/threadinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/createdump/threadinfo.h')
-rw-r--r--src/debug/createdump/threadinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/createdump/threadinfo.h b/src/debug/createdump/threadinfo.h
index 726e80760b..1fd696edaa 100644
--- a/src/debug/createdump/threadinfo.h
+++ b/src/debug/createdump/threadinfo.h
@@ -43,6 +43,7 @@ public:
bool UnwindThread(CrashInfo& crashInfo, IXCLRDataProcess* pClrDataProcess);
void GetThreadStack(CrashInfo& crashInfo);
void GetThreadContext(uint32_t flags, CONTEXT* context) const;
+ void SetRegisters(elf_prstatus *prstatus);
inline pid_t Tid() const { return m_tid; }
inline pid_t Ppid() const { return m_ppid; }