From ead45e0174579d47baba4e5a8ab0549ffc448f34 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 25 Oct 2012 17:56:31 +0000 Subject: Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. llvm-svn: 166701 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h') diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h index 8dccf245a910..d89a7abe3a20 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h @@ -72,7 +72,8 @@ public: ThreadWasSelected (lldb_private::Thread *thread); virtual lldb::RegisterContextSP - CreateRegisterContextForThread (lldb_private::Thread *thread); + CreateRegisterContextForThread (lldb_private::Thread *thread, + lldb::addr_t reg_data_addr); virtual lldb::StopInfoSP CreateThreadStopReason (lldb_private::Thread *thread); -- cgit v1.2.3