================
@@ -53,6 +54,8 @@ class LLDB_API SBFileSpec {
uint32_t GetPath(char *dst_path, size_t dst_len) const;
+ bool GetPath(lldb::SBStream &dst_path) const;
----------------
eronnen wrote:
moved to LLDBUtils
https://github.com/llvm/llvm-project/pull/139969