bulbazord added inline comments.

================
Comment at: lldb/source/Target/UnixSignals.cpp:39
+  // If we have no host platform, be resilient and use default UnixSignals.
+  if (!host_platform_sp)
+    s_unix_signals_sp = std::make_shared<UnixSignals>();
----------------
rupprecht wrote:
> I think the divergence might be happening here -- the host platform is null 
> here, so we get UnixSignals instead of the subcode from LinuxSignals.
Why might the HostPlatform be nullptr? I assume you're debugging a binary built 
for some Linux distro on some Linux machine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146263

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

Reply via email to