[lldb-dev] lldb-dev mailing list moving to LLVM Discourse

2022-01-12 Thread Tanya Lattner via lldb-dev
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:

Re: [lldb-dev] RFC: siginfo reading/writing support

2022-01-12 Thread Jim Ingham via lldb-dev
> 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: [lldb-dev] RFC: siginfo reading/writing support

2022-01-12 Thread Pavel Labath via lldb-dev
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