|
From: Tom H. <th...@cy...> - 2004-04-13 20:37:55
|
In message <Pin...@ye...>
Nicholas Nethercote <nj...@ca...> wrote:
> Also, I see in the generated vg_intercept.c lines like this:
>
> int VG_INTERCEPT(soname$3Alibc$2Eso$2E6$3A__raise)(int)
>
> How does that work? What's with the dollar signs?
Well looking at it I'd guess $xx is a hex escape, as $2E would be
a '.' character which makes sense for libc.so in that line.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|