[lldb-dev] Hiding trampoline functions from the backtrace, is it possible ?
Adrian Prantl via lldb-dev
lldb-dev at lists.llvm.org
Mon Sep 23 10:22:19 PDT 2019
I think the best mechanism for this would be to ensure that the trampolines are marked up as DW_AT_artificial and/or DW_AT_trampoline by the compiler. I'm pretty sure LLDB then already knows how to hide artificial frames (somebody else can probably provide pointers for how that works).
-- adrian
More information about the lldb-dev
mailing list