================
@@ -4276,6 +4278,19 @@ void GDBRemoteCommunicationClient::ServeSymbolLookups(
case eSymbolTypeCompiler:
case eSymbolTypeInstrumentation:
case eSymbolTypeTrampoline:
+ if (sc.module_sp->GetArchitecture()
+ .GetTriple()
+ .getObjectFormat() ==
+ llvm::Triple::ObjectFormatType::MachO) {
----------------
DavidSpickett wrote:
This condition seems inverted. Shouldn't it be if we're not using MachO we
return the value for these symbol types?
https://github.com/llvm/llvm-project/pull/200134
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits