Issue 179387
Summary kotlin native: Support for Kotlin _expression_ evaluation in lldb?
Labels new issue
Assignees
Reporter cheneric96
    Regarding the evaluation of expressions, we analyzed the implementation in Swift. We found that lldb has implemented a Swift front-end compiler. When a user inputs an _expression_ evaluation request in the command line while debugging a program, the Swift front-end compiler can correctly parse the Swift statements and accurately perform semantic restoration. I suspect this might be something that lldb cannot accomplish on its own by combining DWARF information and runtime. Therefore, does lldb need to have a built-in Swift _expression_ parser? Is the Kotlin language also similar in this regard?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to