[ARM] Fix SetDebuggerREGDISPLAYFromREGDISPLAY() function
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Wed, 13 Sep 2017 17:39:44 +0000 (20:39 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Wed, 13 Sep 2017 17:56:28 +0000 (20:56 +0300)
commited63a9873f5228fcc2b9b0280a9a237a3401aa05
tree6f54dc58aa92f4225a9cacd026637d2256a39ddb
parent6e131e5588c5031fcd91a6537b7812e3e294fd60
[ARM] Fix SetDebuggerREGDISPLAYFromREGDISPLAY() function

Use the same logic as in AMD64 code: when setting DebuggerREGDISPLAY from the context,
the context flags might not be initialized. Since it is only called from stackwalker,
we can copy valid integer, control, and floating point sections from the context.
src/debug/shared/arm/primitives.cpp