[Lldb-commits] [lldb] [lldb] Expose language plugin commands based based on language of current frame (PR #136766)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 23 18:06:56 PDT 2025
kastiglione wrote:
> maybe you step into a frame you don't have debug info or symbols for
@bulbazord one potential solution to this is to use the top-most stack frame for which a language is known.
https://github.com/llvm/llvm-project/pull/136766
More information about the lldb-commits
mailing list