[Lldb-commits] [lldb] Add doc strings for SBValue::IsValid and SBValue::GetError. (PR #94007)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 15:53:44 PDT 2024


================
@@ -45,6 +45,36 @@ SBValue instance which interprets the value object as representing the head of a
 linked list."
 ) lldb::SBValue;
 
+%feature("docstring", "
+Returns true if the SBValue holds any useful state
+and false otherwise.
+IsValid is a very weak API, lldb will only return
----------------
jimingham wrote:

I was thinking of weak vrs. strong assertions, but limited is also fine.

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


More information about the lldb-commits mailing list