summaryrefslogtreecommitdiff
path: root/src/debug/createdump/threadinfo.h
diff options
context:
space:
mode:
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>2019-04-10 11:40:33 +0200
committerGleb Balykov <g.balykov@samsung.com>2020-03-25 15:29:41 +0300
commit7864faae19cefcee12d7fbe335349b6f40a630cd (patch)
tree734e89a60e6cf4634ef68e2086cd3577ebec5ab3 /src/debug/createdump/threadinfo.h
parent3f69740f5fee0a05a3965e3da83adfdaef00af9e (diff)
downloadcoreclr-7864faae19cefcee12d7fbe335349b6f40a630cd.tar.gz
coreclr-7864faae19cefcee12d7fbe335349b6f40a630cd.tar.bz2
coreclr-7864faae19cefcee12d7fbe335349b6f40a630cd.zip
[Tizen] Add a library to retrieve memory regions for a coredump
This is needed to save a minicoredump of .NET applications to allows reconstruct managed stack by lldb and SOS plugin.
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; }