summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindCurrent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbacktrace/UnwindCurrent.h')
-rw-r--r--libbacktrace/UnwindCurrent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbacktrace/UnwindCurrent.h b/libbacktrace/UnwindCurrent.h
index 7dc977d..8302c0b 100644
--- a/libbacktrace/UnwindCurrent.h
+++ b/libbacktrace/UnwindCurrent.h
@@ -38,6 +38,8 @@ public:
void ExtractContext(void* sigcontext);
+ virtual BacktraceMap* CreateBacktraceMap(pid_t pid) { return new BacktraceMap(pid); }
+
protected:
unw_context_t context_;
};