|
From: Benoit P. <ben...@en...> - 2005-04-25 15:23:58
|
In my coverage tool, I need to call VG(demangle). However it is not exported from the core. Is there a way to call it properly from a tool ? I found that valgrind sometime calls SK_(discard_basic_block_info) . I don't understand what this means. Is it that there was an error ? Is is because the corresponding library was unloaded ? |