[Lldb-commits] [lldb] Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children provider (PR #108414)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 09:36:54 PDT 2024
================
@@ -146,6 +146,8 @@ class LLDB_API SBValue {
lldb::SBValue CreateValueFromData(const char *name, lldb::SBData data,
lldb::SBType type);
+ lldb::SBValue CreateBoolValue(const char *name, bool value);
----------------
Jlalond wrote:
I would add a blurb this is created from data not address
https://github.com/llvm/llvm-project/pull/108414
More information about the lldb-commits
mailing list