[Lldb-commits] [PATCH] D146668: [lldb-server] Use Platform plugin corresponding to the host

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 28 06:06:00 PDT 2023


labath added a comment.

Thank you for your understanding. Let me know if you need anything from me.

In the long-term I'd like to factor this signal code such that there is a single common code which maps all signals (or at least the most common ones) to their default disposition, description and what not, and then a bunch of os- (and, if needed arch-) specific bits that provide numbers for those signals. In the short term, I think we could just move these classes into Utility.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146668



More information about the lldb-commits mailing list