================
@@ -42,6 +42,8 @@ class LLDB_API SBCommandReturnObject {
 
   bool IsValid() const;
 
+  const char *GetCommand();
----------------
jimingham wrote:

The docs currently in CommandReturnObject.h should certainly be here (or in 
both places)...

https://github.com/llvm/llvm-project/pull/125132
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to