diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/ThreadMemory.h')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/ThreadMemory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Utility/ThreadMemory.h b/lldb/source/Plugins/Process/Utility/ThreadMemory.h index c1603d4a7cb..1880c5a89ac 100644 --- a/lldb/source/Plugins/Process/Utility/ThreadMemory.h +++ b/lldb/source/Plugins/Process/Utility/ThreadMemory.h @@ -17,11 +17,11 @@ class ThreadMemory : { public: - ThreadMemory (const lldb::ProcessSP &process_sp, + ThreadMemory (lldb_private::Process &process, lldb::tid_t tid, const lldb::ValueObjectSP &thread_info_valobj_sp); - ThreadMemory (const lldb::ProcessSP &process_sp, + ThreadMemory (lldb_private::Process &process, lldb::tid_t tid, const char *name, const char *queue); |