<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">I'm trying to find a way to guess the size of data that was malloc'd in the debugged process. I know there is an unsupported <span style="background-color: rgb(255, 255, 255); font-family: verdana, arial, helvetica, sans-serif;" class="">malloc_size function on MacOSX that is equivalent to _msize on Win32 (not found the equivalent on linux yet) and I'm wondering what would be the best way to call these functions in the debugged process+address space in order to display the data that is pointed to as children of the pointer instead of a single value as of now.</span></div><div class=""><span style="background-color: rgb(255, 255, 255); font-family: verdana, arial, helvetica, sans-serif;" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255); font-family: verdana, arial, helvetica, sans-serif;" class="">I though there was a way call a debuggee function with the lldb API but I haven't found it so I'm starting to think I have just imagined it.</span></div><div class=""><span style="background-color: rgb(255, 255, 255); font-family: verdana, arial, helvetica, sans-serif;" class=""><br class=""></span></div><div class=""><font class="" face="verdana, arial, helvetica, sans-serif">S.</font></div></body></html>