kpdev42 added a comment.

In D144390#4138869 <https://reviews.llvm.org/D144390#4138869>, @DavidSpickett 
wrote:

> What is the practical impact of the bug you are fixing?
>
> I guess it is something like if you set signal handling info, then attach to 
> something, that info is not used. Until you set it again, then it'll be sent 
> and used.

The signal filtering settings can only be changed for an already created 
process, so the bug is that lldb does not send the default settings for remote 
platforms (for example, ignoring of real-time signals inside lldb-server is not 
applied)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144390

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

Reply via email to