ravitheja added a comment.

Yes you can start looking at it. The thing with munmap stuff is the following, 
you basically don't want to give the user an opportunity to have an 
uninitialized or instances which have been destroyed but not deleted.
So I removed the Destroy function from the public space. Now the user need not 
worry about Destroy function.

Regarding the testing strategy, we have tests at two levels, one at the SB API 
level and the other at the tool level.


https://reviews.llvm.org/D33674



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

Reply via email to