[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
Thu May 1 16:46:23 PDT 2025


kastiglione wrote:

> Similarly, if you're in a frame where we can detect the language, maybe you step into a frame you don't have debug info or symbols for. 

@bulbazord note that knowing the language of a frame does not depend on debug info, a symbol alone can be used to identify its language based on its mangling.

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


More information about the lldb-commits mailing list