Re: [PATCH v3 09/19] unwind: Introduce sframe user space unwinding
From: Andrii Nakryiko
Date: Fri Nov 01 2024 - 14:54:48 EST
On Fri, Nov 1, 2024 at 11:46 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> On Fri, 1 Nov 2024 11:38:47 -0700
> Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> wrote:
>
> > BTW, I wanted to ask. Are there any plans to add SFrame support to
> > Clang as well? It feels like without that there is no future for
> > SFrame as a general-purpose solution for stack traces.
>
> We want to use SFrames inside Google, and having Clang support it is a
> requirement for that. I'm working on getting people to support it in Clang.
>
Nice, good to hear!
> -- Steve