[runtime] Use mono_debug_method_lookup_location () instead of mono_debug_symfile_look...
authorZoltan Varga <vargaz@gmail.com>
Wed, 1 Mar 2017 23:05:51 +0000 (18:05 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2017 23:05:51 +0000 (18:05 -0500)
commit4d7109cceb3d5d5f7abdea9448a7f71abd60c825
tree599138c48eb65d9f188f439a45e50cb33bab3d54
parentf6b11e22138c9172e2b1a3fd381832a2aa556d29
[runtime] Use mono_debug_method_lookup_location () instead of mono_debug_symfile_lookup_location (), the latter doesn't support portable pdb files. Use mono_debug_free_source_location () for freeing. Fixes #52899. (#4457)
mono/metadata/profiler.c
mono/mini/aot-compiler.c
mono/mini/debug-mini.c
mono/mini/dwarfwriter.c
mono/mini/mini-llvm.c