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)
commit1a6c97a90dcb078ef64ca95d058837a575b34239
treeba8aca17a345698fdf3617a99305aa1ba4942aed
parent4ee9f33221f490599093e74b527ba7e401133f96
snapshot: find the correct binary name

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.
snapshot-interface.cc