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

Philippe Waroquiers <philippe.waroqui...@skynet.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippe.waroquiers@skynet.
                   |                            |be

--- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
Keeping a stack trace of all accesses is a very heavy functionality.
This can be implemented as e.g. helgrind --history=full provides 
this history of past accesses (with the amountof history to keep
controlled by --conflict-cache-size=N).

An alternative might be to use valgrind+gdb/vgdb and use the gdb command watch
to watch accesses to a piece of memory.

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

Reply via email to