[x86/Linux] Process Explicit Frame before Managed Frame (#9261)
authorJonghyun Park <parjong@gmail.com>
Thu, 2 Feb 2017 06:42:39 +0000 (15:42 +0900)
committerJan Kotas <jkotas@microsoft.com>
Thu, 2 Feb 2017 06:42:39 +0000 (22:42 -0800)
commit1f1f95dc7b5c33a23ccc4df42078d11eb72d52db
tree55c0ab64b405c03047cd5b432da4ef4c8d478f83
parent4718b8638561f26a5dbc6d71eb6ee52612d9c83f
[x86/Linux] Process Explicit Frame before Managed Frame (#9261)

This commit revises stack walker to process explicit frames before
managed frame as in other architectures that use Win64 EH model.

This commit fixes #9260.
src/vm/stackwalk.cpp