[arm] use target_mgreg_t instead of plain pointer type in sdb breakpoint (#15205)
commitd5a35798c620ebd47d7a317014c4f32974d0a748
authorBernhard Urban <lewurm@gmail.com>
Tue, 18 Jun 2019 06:46:01 +0000 (18 08:46 +0200)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 18 Jun 2019 06:46:00 +0000 (18 02:46 -0400)
treec42c77b4d4bf71f05cb7285d36095042a025801d
parentfc74334e20ac1149959aaffe8a6befa8a671e48f
[arm] use target_mgreg_t instead of plain pointer type in sdb breakpoint (#15205)

[arm] use target_mgreg_t instead of plain pointer type in sdb breakpoint

Fixes Debug mode for iOS 32bit.

Contributes to https://github.com/mono/mono/issues/15058 & https://github.com/mono/mono/issues/9621

Diff before (left old cross32, right new cross32 running on amd64 host _before_ this fix):
<img width="1257" alt="Screenshot 2019-06-17 at 14 09 51" src="https://user-images.githubusercontent.com/75403/59603413-a9bd4f00-9109-11e9-8f18-aa7b4ca5817f.png">

/cc @mandel-macaque
mono/mini/mini-arm.c