hanchenye-llvm-project/lldb
Pavel Labath 7630e0bcbe Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()"
This reapplies commit r351330, which was reverted due to a failing test on
macos. The failure was because the SymbolVendor used on MacOS was stricter than
the default (or ELF) symbol vendor, and rejected the symbol file because it's
UUID did not match the object file.

This version of the patch adds a uuid load command to the test macho file to
make sure the UUIDs match.

llvm-svn: 351447
2019-01-17 15:07:35 +00:00
..
cmake [CMake] Include tests by default also in standalone builds 2019-01-11 18:11:04 +00:00
docs Add a description of the similar packets defined in the 2018-12-16 18:44:54 +00:00
examples Fix lldb's macosx/heap.py cstr command. 2018-12-17 18:21:51 +00:00
include/lldb Change TypeSystem::GetBitSize() to return an optional result. 2019-01-16 21:19:20 +00:00
lit Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()" 2019-01-17 15:07:35 +00:00
lldb.xcodeproj Add SymbolFileBreakpad. 2019-01-12 03:17:39 +00:00
lldb.xcworkspace Fix a typo in the gtest build target for Debug configuration. 2018-04-10 17:49:56 +00:00
packages/Python/lldbsuite XFAIL test on Windows 2019-01-16 22:07:21 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [Python] Update PyString_FromString() to work for python 2 and 3. 2019-01-09 22:52:47 +00:00
source Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()" 2019-01-17 15:07:35 +00:00
test [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
third_party/Python/module [dotest] Consider unexpected passes as failures. 2018-12-20 20:44:23 +00:00
tools [lldb-mi] Remove use of dialog box 2019-01-16 00:09:50 +00:00
unittests TestClangASTContext: Rewrite an if-else chain into a switch 2019-01-16 12:43:01 +00:00
utils Fix typos. 2018-10-04 22:33:39 +00:00
www [CMake] Fix standalone builds: workaround the cxx target not getting imported yet (unlike clang target) 2019-01-09 16:25:31 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [CMake] Include tests by default also in standalone builds 2019-01-11 18:11:04 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py