Commit a work-in-progress system runtime for Mac OS X which won't
do anything right now. Add a few new methods to the Thread base class which HistoryThread needs. I think I updated all the CMakeLists files correctly for the new plugin. llvm-svn: 194756
This commit is contained in:
@@ -29,7 +29,8 @@ HistoryThread::HistoryThread (lldb_private::Process &process,
|
||||
m_framelist(),
|
||||
m_pcs (pcs),
|
||||
m_stop_id (stop_id),
|
||||
m_stop_id_is_valid (stop_id_is_valid)
|
||||
m_stop_id_is_valid (stop_id_is_valid),
|
||||
m_extended_unwind_token (LLDB_INVALID_ADDRESS)
|
||||
{
|
||||
m_unwinder_ap.reset (new HistoryUnwind (*this, pcs, stop_id, stop_id_is_valid));
|
||||
Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
|
||||
|
||||
Reference in New Issue
Block a user