[Lldb-commits] [PATCH] D89315: [debugserver] Add option to propagate SIGSEGV to target process

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 14 10:48:53 PDT 2020


jingham added a comment.

Thanks, that's a little better.

It would be even nicer if the DNB API's you are adding "unmask_signals" to would take the Context instead.  At this point they are pulling the launch flavor and the unmask signals from the context, so just getting the RNBContext would be cleaner.  If you feel motivated to make that change as well, that would be great.  But this is also okay as it stands.


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

https://reviews.llvm.org/D89315



More information about the lldb-commits mailing list