|
From: Shahriyar A. <sm...@co...> - 2007-10-01 16:41:28
|
Hi everyone, I am in the process of porting a tool that was written in Valgrind 2.2.0 to Valgrind 3.3.0. I have attained my copy of the source code from svn. I was wondering if there is a quick and easy way to save the work under : UCodeBlock* SK_(instrument)(UCodeBlock* cb_in, Addr orig_addr) to the corresponding: IRSB* fb_instrument( VgCallbackClosure* closure, IRSB* bb, VexGuestLayout layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) I appreciate any feedback. Thank you, Shahriyar |