Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.

llvm-svn: 166701
This commit is contained in:
Greg Clayton
2012-10-25 17:56:31 +00:00
parent 823e8bb7be
commit ead45e0174
8 changed files with 54 additions and 32 deletions

View File

@@ -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);