[Lldb-commits] [lldb] [lldb-dap] assembly breakpoints (PR #139969)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Sun May 18 04:54:58 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list