snapshot: find the correct binary name
authorBrian Norris <banorris@uci.edu>
Sat, 3 Nov 2012 22:31:20 +0000 (15:31 -0700)
committerBrian Norris <banorris@uci.edu>
Sat, 3 Nov 2012 22:31:20 +0000 (15:31 -0700)
This is somewhat of a neutral change; the existing /proc/*/maps check
works because our path name usually has the word 'model' in it. But
really, we should find the true, full path of the user program.

This should be extended to find more maps (e.g., for other libraries),
and it should be extended for Mac OSX too.


No differences found