da-viper wrote: > Is this patch inspired by some performance issues? It looks like that using > llvm::StringRef in VariableDescription might be less
`char *` gotten from any `SBAPI` functions are owned by the lldb process. and the `VariableDescription` still has a reference to `SBValue` https://github.com/llvm/llvm-project/pull/172661 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
