[Lldb-commits] [lldb] [lldb] Store the command in the	CommandReturnObject (PR #125132)
    via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Feb  3 14:45:38 PST 2025
    
    
  
================
@@ -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
    
    
More information about the lldb-commits
mailing list