https://bugs.kde.org/show_bug.cgi?id=396290

--- Comment #28 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
(In reply to roger.light from comment #25)
> Created attachment 115712 [details]
> Patch that implements VG_(apply_ExeContext)().

2 comments:
* As ExeContext maintains internally its epoch, I do not understand
  why there is a parameter 'ep' in VG_(apply_ExeContext).
  There should be no reason to call VG_(apply_ExeContext) with another ep
  than the ExeContext ep, and so VG_(apply_ExeContext) can retrieve it
  itself.
* The code of VG_(apply_ExeContext) looks very similar to 
   VG_(apply_stacktrace). It looks like VG_(apply_ExeContext) can just
   make a call to VG_(apply_stacktrace).

Thanks
Philippe

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to