[PATCH] D144390: [lldb] Send QPassSignals packet on attach, and at start for remote platforms

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 05:52:28 PDT 2023


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



More information about the llvm-commits mailing list