[Lldb-commits] [lldb] Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children provider (PR #108414)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 14:43:33 PDT 2024
jeffreytan81 wrote:
Also, I want to point out that, in this specific example, IRInterpreter will try to interpret the "(bool)true" expression so it won't run the thread plan with `TryAllThreads = true`, but I assume you are commenting the danger in a general sense.
https://github.com/llvm/llvm-project/pull/108414
More information about the lldb-commits
mailing list