hanchenye-llvm-project/lldb
Vedant Kumar 9c36859b33 [MachException] Avoid alignment UB, NFC
Fix alignment UB in some Mach exception-handling logic.

This lets us build lldb and debugserver with UBSan in trapping mode, and
get further along in the testing process before a trap is encountered.

rdar://35923991

llvm-svn: 320127
2017-12-08 01:09:40 +00:00
..
cmake Disable warnings related to anonymous types in the ObjC plugin 2017-12-07 18:57:09 +00:00
docs
examples Fixed up to use a class for the commands, renamed the commands and added a way to just dump the compile unit full paths and optionally their support files with the new "dump-files"command. 2017-11-16 17:14:48 +00:00
include/lldb [MappedHash] Fix alignment violations 2017-12-06 19:21:08 +00:00
lit [CMake] Build clang as dependency when using in-tree clang for tests. 2017-10-27 21:22:57 +00:00
lldb.xcodeproj Fix the gtest target for the move of ArchSpecTest.cpp from Core to Utility. 2017-11-30 00:23:42 +00:00
lldb.xcworkspace
packages/Python/lldbsuite These tests don't depend on debug info format. 2017-12-07 19:44:09 +00:00
resources
scripts Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
source Remove extant references to g_message_mutex, NFC 2017-12-08 01:09:39 +00:00
test Add a dependency from check-lldb on lld 2017-11-06 19:25:33 +00:00
third_party/Python/module
tools [MachException] Avoid alignment UB, NFC 2017-12-08 01:09:40 +00:00
unittests [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
utils
www Update remote debugging page with many more details. 2017-11-28 20:04:43 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Default to using in-tree clang for building test executables 2017-10-27 02:24:04 +00:00
CODE_OWNERS.txt Remove Sean Callanan from the CODE_OWNERS, he won't have time 2017-11-01 01:38:42 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py