clayborg added a comment.

None of this is exposed through SBPlatform right? No way to test this?



================
Comment at: lldb/source/Target/Platform.cpp:1825-1826
   ArchSpec arch = target.GetArchitecture();
+  if (!arch.IsValid())
+    return 0;
+
----------------
would be nice to log something here on the "lldb break" log channel?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78588/new/

https://reviews.llvm.org/D78588



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to