[Lldb-commits] [PATCH] D117707: [lldb] [Platform] Support synthesizing siginfo_t

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 25 12:44:13 PST 2022


jingham added a comment.

In D117707#3270323 <https://reviews.llvm.org/D117707#3270323>, @mgorny wrote:

> Remove the unnecessary API part.

In the end, you will want some SB API exposing this information so users can do something with it.  I think returning the SBValue for the Thread is the right way to go.  But presumably you will do that once you are actually fetching values.


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

https://reviews.llvm.org/D117707



More information about the lldb-commits mailing list