diff options
author | Jason Molenda <jmolenda@apple.com> | 2016-06-23 04:24:16 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2016-06-23 04:24:16 +0000 |
commit | 17b45390db2c6b2799246b73a58c79bdefd9180d (patch) | |
tree | 113334c16e3c85d67d8876164ecbb1fc46a100fd /lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp | |
parent | 5e65d79d48f1066a0f1e34a6f4aa83b979490c87 (diff) | |
download | bcm5719-llvm-17b45390db2c6b2799246b73a58c79bdefd9180d.tar.gz bcm5719-llvm-17b45390db2c6b2799246b73a58c79bdefd9180d.zip |
Revert r273524, it may have been the cause of a linux testbot failure
for TestNamespaceLookup.py; didn't see anything obviously wrong so I'll
need to look at this more closely before re-committing. (passed OK on
macOS ;)
llvm-svn: 273531
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp index 66f6c539806..8bbaeb8e9a5 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp @@ -855,7 +855,7 @@ RegisterContextLLDB::GetFullUnwindPlanForFrame () return arch_default_unwind_plan_sp; } - // If we're in _sigtramp(), unwinding past this frame requires special knowledge. On macOS this knowledge + // If we're in _sigtramp(), unwinding past this frame requires special knowledge. On Mac OS X this knowledge // is properly encoded in the eh_frame section, so prefer that if available. // On other platforms we may need to provide a platform-specific UnwindPlan which encodes the details of // how to unwind out of sigtramp. |