[Lldb-commits] [PATCH] D18459: Fix FILE * leak in Python API
    Greg Clayton via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Mar 25 10:29:59 PDT 2016
    
    
  
clayborg added a comment.
We don't necessarily need to expose this new API to swig. We get to pick and choose what we expose to Python in the SBCommandReturnObject.i file. So leave the .i file as is and use %rename to specify "transfer_ownership = true". Will that work?
http://reviews.llvm.org/D18459
    
    
More information about the lldb-commits
mailing list