[jit] Add a ExceptionTraceIp structure to represents entries in MonoException.trace_i...
authorZoltan Varga <vargaz@gmail.com>
Wed, 14 Jun 2017 18:28:01 +0000 (14:28 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 18:28:01 +0000 (14:28 -0400)
commit89fa7004411fee95ce9819c2a4e4116cafbe0f89
treeaa396d3395c3cd1bf74bf0bb6d1826d2fb4afd0a
parentf97b7bd2a2b49a1ac6aac09205768c842b23acd3
[jit] Add a ExceptionTraceIp structure to represents entries in MonoException.trace_ips, making it easier to add more information to it in the future. NFC. (#5025)
mono/mini/mini-exceptions.c