Replies: 3 comments
-
I didn't change anything about this feature (at least intentionally). |
Beta Was this translation helpful? Give feedback.
-
Hey @vadimcn, thanks for the quick response! Upon some digging I found this repository, https://github.com/vadimcn/llvm-project/tree/codelldb/15.x which is a fork of |
Beta Was this translation helpful? Give feedback.
-
If I have to make a (very) wild guess, may be we'd need to implement |
Beta Was this translation helpful? Give feedback.
-
Hey @vadimcn, thank you so much for the tool! It helps me a lot to debug code written in Rust :)
I was comparing the behaviour of the oficial LLDB binary with the LLDB that shipped with CodeLLDB.
I found when calling "thread step-out" command. The behaviour of it is different, the official LLDB will display the return value of a function but the LLDB shipped with CodeLLDB does not.
I cannot find the pipeline in which you build the LLDB from scratch, so I ask here.
Is it intended that the "return value" output / feature is disabled?
Beta Was this translation helpful? Give feedback.
All reactions