[debugger][android] It was not initialising seq_points on MonoCompile on Android...
authorThays Grazia <thaystg@gmail.com>
Fri, 6 Sep 2019 01:16:50 +0000 (22:16 -0300)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 01:16:50 +0000 (22:16 -0300)
commit1f1a63d544a312220cc4517989ca4f45a54aec6b
tree051fca77008e895449de127b9ff91d474bbffc9e
parentaa631aaa03031e3e8e3a015a346d00a5d026880a
[debugger][android] It was not initialising seq_points on MonoCompile on Android, so when was compiling dynamic methods, seq_points wasn't created and we got the assert when try to single step. (mono/mono#16691)

Commit migrated from https://github.com/mono/mono/commit/c23a8906f3e0d8572a6c28b06e8a85f3d3c0ea8c
src/mono/mono/mini/debugger-agent.c
src/mono/mono/mini/mini.c