From: Julian S. <js...@ac...> - 2009-05-09 16:05:57
|
> > Could a kind soul at least tell me what rev I should check out from > > the Darwin branch to get the support for stabs back? > > Ok, I found the culprit revision: r9586 Unfortunately, I don't think (backing out) this will help you. Even before r9586, Valgrind's stabs reader gave nonsense results on Darwin. This commit merely disabled the call to the stabs reader (amongst things). It seems that the stabs used by Darwin is somehow different from the stabs used by gcc on Linux, and there was some kind of compatibility problem reading it, although I don't know the details. J |