The lldb-dev mailing list will be moved to LLVM Discourse under the “LLDB”
category (under Subprojects). All archives will be migrated. This list will be
no longer be in use starting February 1, 2022. Please see this blog post for
all details: https://blog.llvm.org/posts/2022-01-07-moving-to-dis
> On Jan 12, 2022, at 4:28 AM, Pavel Labath wrote:
>
> I kinda like the cleanliness (of the design, not the implementation) of a
> $siginfo variable, but you're right that implementing it would be tricky (I
> guess we'd have to write the struct info the process memory somewhere and
> then re
I kinda like the cleanliness (of the design, not the implementation) of
a $siginfo variable, but you're right that implementing it would be
tricky (I guess we'd have to write the struct info the process memory
somewhere and then read it back when the expression completes).
I don't expect that