Changed mini-exceptions functions to get IL offsets from seq point.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 30 Oct 2014 22:34:44 +0000 (22:34 +0000)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 17 Nov 2014 09:54:46 +0000 (17:54 +0800)
commit6dea3629f74d3d6b8109122270b55cc1c84db908
tree88706f2abf7c79aa7a69437a209d78e9b7667f0d
parente8412d602f7a1bf984221e8d0978f5a2ec6934cf
Changed mini-exceptions functions to get IL offsets from seq point.
mono_walk_stack_full and ves_icall_get_trace are now using find_prev_seq_point_for_native_offset to retrieve IL offsets.
mono/mini/mini-exceptions.c