[Lldb-commits] [lldb] [lldb-dap] Reuse source object logics (PR #141426)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Tue May 27 23:48:38 PDT 2025


================
@@ -317,6 +317,8 @@ struct Source {
   std::optional<PresentationHint> presentationHint;
 
   // unsupported keys: origin, sources, adapterData, checksums
+
+  bool IsAssemblySource() const { return sourceReference.value_or(0) != 0; }
----------------
eronnen wrote:

:100: 

https://github.com/llvm/llvm-project/pull/141426


More information about the lldb-commits mailing list