[scudo] Descriptive Fucshia errors

`dieOnError` in fuchsia.cpp takes the syscall name, status code, and
relevant size parameter to describe what failed, the reason, and size
context. Several different Fuchsia syscalls can fail underlying Scudo's
map operation and gets hidden if using `dieOnMapUnmapError`.

The reason for this change is to provide an error status code and more
helpful information to debug failures.

GitOrigin-RevId: ced95a5765f5743761e72685ecc944dde990305a
Change-Id: I21996460546e565719fc1ba7c5d4a1aba6357e8c
1 file changed