hanchenye-llvm-project/lldb/source/Symbol
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
..
ArmUnwindInfo.cpp
Block.cpp
CMakeLists.txt Revert "[lldb] add a missing dependency on intrinsics_gen" 2020-11-20 16:02:16 -05:00
CompactUnwindInfo.cpp
CompileUnit.cpp
CompilerDecl.cpp
CompilerDeclContext.cpp
CompilerType.cpp [lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC) 2020-12-08 23:51:07 -08:00
DWARFCallFrameInfo.cpp
DebugMacros.cpp
DeclVendor.cpp
Declaration.cpp
FuncUnwinders.cpp [lldb][NFC] Add 'override' where missing in source/ and tools/ 2020-07-15 11:34:47 -07:00
Function.cpp [Function] Lock the function when parsing call site info 2020-07-09 10:37:09 -07:00
LineEntry.cpp
LineTable.cpp [lldb][NFC] Use llvm::is_contained instead of std::find in a few places 2020-08-13 14:11:28 +02:00
LocateSymbolFile.cpp [lldb] Add a SymbolFileProvider to record and replay calls to dsymForUUID 2020-08-24 15:09:08 -07:00
LocateSymbolFileMacOSX.cpp Ignore DBGArchitecture from dsymForUUID's plist 2020-12-09 14:19:55 -08:00
ObjectFile.cpp [lldb][ObjectFile] Relocate sections for in-memory objects (e.g. received via JITLoaderGDB) 2020-11-10 11:37:53 +01:00
PostfixExpression.cpp
Symbol.cpp
SymbolContext.cpp [trace][intel-pt] Implement the basic decoding functionality 2020-11-05 18:38:03 -08:00
SymbolFile.cpp
SymbolVendor.cpp [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
Symtab.cpp
Type.cpp GetModule, GetExeModule methods added 2020-10-29 23:44:51 +03:00
TypeList.cpp
TypeMap.cpp
TypeSystem.cpp [lldb] Fix use of undefined type 'lldb_private::UtilityFunction' 2020-10-23 11:48:11 -07:00
UnwindPlan.cpp fix lldb for recent libDebugInfoDWARF API change 2020-10-23 19:20:38 -07:00
UnwindTable.cpp [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
Variable.cpp Move initialization of Variable::m_loc_is_const_data into constructor (NFC) 2020-10-13 17:01:28 -07:00
VariableList.cpp