|
From: Bryan O'S. <bo...@se...> - 2005-03-15 18:05:20
|
On Tue, 2005-03-15 at 09:35 -0800, Jeremy Fitzhardinge wrote: > I would assume that it would just work, though there may be some issues > with how symbols are reported (I don't know how gcj mangles symbols, and > whether Valgrind can demangle them). gcj follows the C++ ABI conventions for mangling Java symbols, so the names may come out looking a little peculiar, but libiberty's demangle should handle them fine. <b -- Bryan O'Sullivan <bo...@se...> |