llvm-project/lldb
Jason Molenda 2cedc44a92 Ignore DBGArchitecture from dsymForUUID's plist
When the architecture from the returned plist differs from the
architecture lldb will pick when loading the binary file, lldb will
reject the binary as not matching.  We are working with UUID's in
this case, so an architecture is not disambiguating anything; it
just opens this possibility for failing to load the specified binary.
Stop reading the architecture from the plist.

<rdar://problem/71612561>
Differential revision: https://reviews.llvm.org/D92692
2020-12-09 14:19:55 -08:00
..
bindings [LLDB/Lua] add support for one-liner breakpoint callback 2020-11-30 14:12:26 +00:00
cmake Fix "Unknown arguments specified" to if in lldb 2020-10-21 07:24:53 -07:00
docs [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
examples [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
include/lldb [lldb] Track the API boundary using a thread_local variable. 2020-12-09 08:58:40 -08:00
packages/Python [lldb][NFC] Refactor _get_bool_config_skip_if_decorator 2020-12-09 20:02:06 +01:00
resources
scripts [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
source Ignore DBGArchitecture from dsymForUUID's plist 2020-12-09 14:19:55 -08:00
test Ignore DBGArchitecture from dsymForUUID's plist 2020-12-09 14:19:55 -08:00
third_party/Python/module
tools [debugserver] Call posix_spawnattr_setarchpref_np throught the fn ptr. 2020-12-05 17:38:42 -08:00
unittests [lldb] Fix -Wformat warning in debugserver unit test 2020-12-08 20:57:51 -08:00
utils [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lldb] Enable cmake policy CMP0077 for option() 2020-10-17 00:16:24 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py