|
From: Philippe W. <phi...@sk...> - 2011-12-27 23:23:09
|
I just attached a patch to https://bugs.kde.org/show_bug.cgi?id=289939 which implements the following two new memcheck gdbserver monitor commands: block_list <loss_record_nr> after a leak search, shows the list of blocks of <loss_record_nr> who_points_at <addr> [<len>] shows places pointing inside <len> (default 1) bytes at <addr> (with len 1, only shows "start pointers" pointing exactly to <addr>, with len > 1, will also show "interior pointers") Feedback/comments/... welcome. Even if the changes are not very complex (and mostly located in mc_leakcheck.c), review of (a part of) the code is preferable before I commit. Philippe |