[Lldb-commits] [lldb] [lldb] Retcon SBValue::GetChildAtIndex(synthetic=true) (PR #140065)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri May 16 02:16:28 PDT 2025
================
@@ -193,7 +188,7 @@ class LLDB_API SBValue {
/// and also if the target can be run to figure out the dynamic
/// type of the child value.
///
- /// \param[in] can_create_synthetic
+ /// \param[in] use_synthetic
----------------
labath wrote:
Sounds good. I wasn't too happy with the name myself.
https://github.com/llvm/llvm-project/pull/140065
More information about the lldb-commits
mailing list