clayborg added a comment.

I am not sure how sensitive typemaps are to the names of the arguments? Maybe 
we can just have you use different names and then the two typemaps won't 
collide? You can also write some manual code to do the remapping without 
typemaps.

Regardless of whether you are going to change the API or not, you will need to 
write something to make it work in python.

  const uint8_t * ptdecoder_private:: Instruction::GetRawBytes() const;

What does swig do right now when the above code is converted to python? It 
needs to make a python string from this and the GetRawBytesSize()...


https://reviews.llvm.org/D33035



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to