[Lldb-commits] [lldb] [lldb-dap] Prevent using an implicit `step-in`. (PR #143644)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Sun Jun 29 04:34:42 PDT 2025
da-viper wrote:
> Would it work if we replace the call to `fn1` with some other statement -- one that doesn't involve function calls. E.g. maybe assignment to a volatile variable.
Yeah it is reproducible with a volatile variable before the function call.
https://github.com/llvm/llvm-project/pull/143644
More information about the lldb-commits
mailing list