[Lldb-commits] [PATCH] D12659: Use SI_KERNEL on platforms defining it

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 10 14:22:15 PDT 2015


krytarowski added a comment.

In http://reviews.llvm.org/D12659#243415, @sas wrote:

> Makes sense. Adding a tiny comment explaining which platforms get SI_KERNEL might be a good idea here.


Can I replace the following comment:

  // Linux will occasionally send spurious SI_KERNEL codes.
  // (this is poorly documented in sigaction)
  // One way to get this is via unaligned SIMD loads.

To something more generic:

  // Some platforms will occasionally send nonstandard spurious SI_KERNEL codes.
  // One way to get this is via unaligned SIMD loads.

This is not exactly what you asked for but makes it more generic and thus not desynchronized with the reality when the time will pass.


Repository:
  rL LLVM

http://reviews.llvm.org/D12659





More information about the lldb-commits mailing list