|
From: Julian S. <js...@ac...> - 2008-07-29 08:19:22
|
> but I'm unable to be sure until sometime later. Currently I'm > handling this with some custom error code where I grab the ExecContext > when I think the error might occur and use it later when reporting the > error. That doesn't seem like a bad approach. I presume you mean, your tool collects whatever data is relevant, and only calls VG_(record_error) when it is sure an error has occurred. Yes? J |