[Lldb-commits] [lldb] [lldb] Add frame recognizer for __builtin_verbose_trap (PR #80368)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 2 01:45:18 PST 2024


Michael137 wrote:

> The patch looks fine to me, but I'm a bit bugged by the fact that it is in Target. In my mind, this is part of the C LanguageRuntime, except we don't yet have a C Language Runtime... But in any case, somewhere more specific than Target.

Seems reasonable to me. Should I create a `CLanguageRuntime` plugin and move the `AssertRecognizedStackFrame` there then? I'll open a separate PR for this then

https://github.com/llvm/llvm-project/pull/80368


More information about the lldb-commits mailing list