2009/3/17 Arun Sharma <[email protected]>:
> On Mon, Jul 21, 2008 at 7:24 PM, Daniel Jacobowitz <[email protected]> wrote:
>> On Mon, Jul 21, 2008 at 07:11:51PM -0700, Arun Sharma wrote:
>>> I've temporarily reverted this commit from our copy of libunwind - so it's
>>> not super urgent. But it'd be nice to get a fix in the longer term that
>>> doesn't involve calls to malloc.
>>
>> I've definitely not forgotten about this - I will get it fixed.
>
> Dan and ARM folks, could you please test if the attached patches work
> for you? You'll probably want to compile with --enable-debug-frame.

In the below snippet:


-
-  if (found)
-    {
-      *name = strdup (path);
-      return 0;
-    }
+  return ~found;
 #endif

Did you mean "return !found"  instead of "return ~found"?

Regards,
-- 
Anderson Lizardo
Instituto Nokia de Tecnologia (INdT)
Manaus - Brazil


_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to