From beed821ffb058c164a885f96f2308c71cc7b632c Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Thu, 4 Sep 2014 01:03:18 +0000 Subject: ASan malloc/free history threads Reviewed at http://reviews.llvm.org/D4596 llvm-svn: 217116 --- lldb/source/Plugins/Process/Utility/HistoryThread.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lldb/source/Plugins/Process/Utility/HistoryThread.h') diff --git a/lldb/source/Plugins/Process/Utility/HistoryThread.h b/lldb/source/Plugins/Process/Utility/HistoryThread.h index f9a431d8340..51173c626d7 100644 --- a/lldb/source/Plugins/Process/Utility/HistoryThread.h +++ b/lldb/source/Plugins/Process/Utility/HistoryThread.h @@ -101,6 +101,18 @@ public: { m_thread_name = name; } + + virtual const char * + GetName () + { + return m_thread_name.c_str(); + } + + virtual void + SetName(const char *name) + { + m_thread_name = name; + } protected: virtual lldb::StackFrameListSP -- cgit v1.2.3