Files
ftmemsim-valgrind/coregrind
Philippe Waroquiers 53cceb2ac2 Have VG_(is_in_syscall) return False if no syscall was done yet.
As when no syscall was done yet, the syscallInfo pointer is still null,
we return False if this is null, rather than SEGV due to null ptr.

This can at least happen when reporting the scheduler status before
the first syscall was done.
2019-09-10 22:47:58 +02:00
..