[Lldb-commits] [lldb] r348711 - Revert a hunk that shouldn't have been included in the last commit.

2018-12-08 Thread Frederic Riss via lldb-commits
Author: friss Date: Sat Dec 8 18:38:04 2018 New Revision: 348711 URL: http://llvm.org/viewvc/llvm-project?rev=348711=rev Log: Revert a hunk that shouldn't have been included in the last commit. I've seen this line trigger UB, but that's obviously not the correct fix... Modified:

[Lldb-commits] [lldb] r348710 - Remove some UB in RegisterContextDarwin_arm64.cpp

2018-12-08 Thread Frederic Riss via lldb-commits
Author: friss Date: Sat Dec 8 18:35:19 2018 New Revision: 348710 URL: http://llvm.org/viewvc/llvm-project?rev=348710=rev Log: Remove some UB in RegisterContextDarwin_arm64.cpp Modified: lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp