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/UnwindLLDB.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/UnwindLLDB.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp b/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp index 77f3fd94d3b..9be09c478a0 100644 --- a/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp +++ b/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp @@ -224,7 +224,7 @@ UnwindLLDB::GetOneMoreFrame (ABI* abi) } if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { - // On macOS, the _sigtramp asynchronous signal trampoline frame may not have + // On Mac OS X, the _sigtramp asynchronous signal trampoline frame may not have // its (constructed) CFA aligned correctly -- don't do the abi alignment check for // these. if (reg_ctx_sp->IsTrapHandlerFrame() == false) |