llvm-project/lldb/source
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
..
API [lldb] Prevent 'process connect' from using local-only plugins 2020-11-23 09:48:55 +01:00
Breakpoint [lldb][NFC] Use llvm::is_contained instead of std::find in a few places 2020-08-13 14:11:28 +02:00
Commands [LLDB] fix error message for one-line breakpoint scripts 2020-12-07 11:21:07 +00:00
Core [trace][intel-pt] Scaffold the 'thread trace start | stop' commands 2020-11-18 18:24:36 -08:00
DataFormatters [lldb/DataFormatters] Display null C++ pointers as nullptr 2020-11-12 15:24:06 -08:00
Expression [lldb/DataFormatters] Display null C++ pointers as nullptr 2020-11-12 15:24:06 -08:00
Host Support custom expedited register set in gdb-remote 2020-11-30 17:34:19 +05:00
Initialization [lldb] Always record both the working and home directory. 2020-09-02 20:53:11 -07:00
Interpreter [trace][intel-pt] Scaffold the 'thread trace start | stop' commands 2020-11-18 18:24:36 -08:00
Plugins [lldb] Track the API boundary using a thread_local variable. 2020-12-09 08:58:40 -08:00
Symbol Ignore DBGArchitecture from dsymForUUID's plist 2020-12-09 14:19:55 -08:00
Target [lldb] Prevent 'process connect' from using local-only plugins 2020-11-23 09:48:55 +01:00
Utility [lldb] Track the API boundary using a thread_local variable. 2020-12-09 08:58:40 -08:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00