[Lldb-commits] [lldb] [lldb] Document the SBDebugger public interface (PR #147621)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 9 09:47:32 PDT 2025


================
@@ -106,44 +124,122 @@ class LLDB_API SBDebugger {
                                           bool &is_debugger_specific);
 #endif
 
+  /// Get structured progress data from an event.
+  ///
+  /// \param [in] event
+  ///   The event to extract the progress information from.
+  ///
+  /// \return
+  ///   A structured data object containing progress information, or an invalid
+  ///   SBStructuredData if the event was not a progress event.
   static lldb::SBStructuredData
   GetProgressDataFromEvent(const lldb::SBEvent &event);
 
+  /// Get diagnostic information from an event.
----------------
medismailben wrote:

Here you don't mention structured data at all ? May be we should drop it in the previous function

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


More information about the lldb-commits mailing list