|
From: Brian M. <bm...@ar...> - 2004-05-11 00:31:50
Attachments:
ms_main.c.diff
|
> Shouldn't be too hard. I would edit get_XCon() -- after the stack > snapshot has been successfully taken, look at the eip[] array and decide > if you want to ignore this allocation. If so, don't insert the XCon > into the tree. You'll probably also have to change die_block() so that > it can cope with there being no XCon for these blocks when they're > freed. Thanks for the help. Attached is a rough patch that seems to do what I want it to do. I've added a new switch --ignored-fn that allows you to specify functions to ignore. Hopefully this doesn't break anything too badly and is useful to someone. thanks, --Brian Mosher |