diff options
author | Greg Clayton <gclayton@apple.com> | 2012-10-25 16:54:22 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-10-25 16:54:22 +0000 |
commit | 89870cebcb0c9996f49336a21e72b80511f37341 (patch) | |
tree | 72c2c770078cab5b0658dcd054d4931dedb213e4 /lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp | |
parent | 691a16b44435646c210ae6f01acca2e15d18545c (diff) | |
download | bcm5719-llvm-89870cebcb0c9996f49336a21e72b80511f37341.tar.gz bcm5719-llvm-89870cebcb0c9996f49336a21e72b80511f37341.zip |
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed.
llvm-svn: 166693
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp')
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp index 93e69336c7f..e650ad670d0 100644 --- a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp +++ b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp @@ -189,10 +189,6 @@ OperatingSystemDarwinKernel::GetDynamicRegisterInfo () reg_info.kinds[eRegisterKindLLDB] = reg_num++; m_register_info_ap->AddRegister (reg_info, reg_name, empty_name, gpr_name); } - else - { - printf ("not able to find register info for %s\n", reg_name.GetCString()); // REMOVE THIS printf before checkin!!! - } } m_register_info_ap->Finalize(); |