Reflect CR feedback
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 18 Feb 2015 10:36:37 +0000 (11:36 +0100)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 18 Feb 2015 10:36:37 +0000 (11:36 +0100)
commitcf3213d9f47b59dc553b04b5704acd025add1cdc
treef1bf5928adbb1da4cfb7e950e0393269882f2f9d
parentb2a085530e2dab328159ade994fd5cb42ab43a57
Reflect CR feedback

Rename VirtualUnwind in PAL to PAL_VirtualUnwind
Move .cfi annotation inside macros and update PROLOG_WITH_TRANSITION_BLOCK
to use these macros. I've verified that the annotation is correct by
stepping through the asm code and verifying that the stack trace is
correct at every instruction.
src/pal/inc/rt/palrt.h
src/pal/src/exception/seh-unwind.cpp
src/vm/amd64/calldescrworkeramd64.S
src/vm/amd64/gmsamd64.cpp
src/vm/amd64/unixasmmacros.inc
src/vm/stackwalk.cpp