helgrind accesshistory monitor command
As accesshistory will never show anything unless this option is given.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15723
{
Addr address;
SizeT szB = 1;
+ if (HG_(clo_history_level) < 2) {
+ VG_(gdb_printf)
+ ("helgrind must be started with --history-level=full"
+ " to use accesshistory\n");
+ return True;
+ }
if (VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr)) {
if (szB >= 1)
libhb_event_map_access_history (address, szB, HG_(print_access));