[sdb] Add support for reading the sourcelink data from portable pdb files using a...
commit7f81c2776fa6a75bc232713e5bf635f8b6703b04
authorZoltan Varga <vargaz@gmail.com>
Fri, 7 Sep 2018 22:24:58 +0000 (8 00:24 +0200)
committerMarek Safar <marek.safar@gmail.com>
Sat, 13 Oct 2018 01:00:46 +0000 (12 18:00 -0700)
treedf001f8d03f8d70c16cc9d37a3d352335207478c
parente5504fb8eae78314e276d2ba546bd3ad5234523e
[sdb] Add support for reading the sourcelink data from portable pdb files using a new SourceLink property on ModuleMirror objects.

Fixes https://github.com/mono/mono/issues/10038.
mcs/class/Mono.Debugger.Soft/Makefile
mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs
mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/ModuleMirror.cs
mcs/class/Mono.Debugger.Soft/Test/dtest.cs
mcs/class/Mono.Debugger.Soft/Test/sourcelink.json [new file with mode: 0644]
mono/metadata/debug-internals.h
mono/metadata/debug-mono-ppdb.c
mono/metadata/debug-mono-ppdb.h
mono/metadata/mono-debug.c
mono/mini/debugger-agent.c