Make set variables evaluation Roslyn-based
authorIgor Kulaychuk <igor.kulaychuk@gmail.com>
Mon, 1 Oct 2018 14:05:34 +0000 (17:05 +0300)
committerPetr Bred/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 <p.bred@samsung.com>
Sun, 14 Oct 2018 07:04:19 +0000 (10:04 +0300)
commit2cc21790afb358b7f15e23154ccd45656e44fccd
tree42b8357bb94094f5e8ad5d426bcda86f8901bb54
parentfe3d4e68f099cc5a7ab65222db010301b2a6aeb2
Make set variables evaluation Roslyn-based

- input values changed to vsdbg-like
- change SetValue test according to the new input
16 files changed:
packaging/microsoft.codeanalysis.csharp.scripting.2.8.0.nupkg [new file with mode: 0644]
packaging/microsoft.codeanalysis.scripting.common.2.8.0.nupkg [new file with mode: 0644]
packaging/netcoredbg.spec
src/debug/netcoredbg/CMakeLists.txt
src/debug/netcoredbg/SymbolReader.cs
src/debug/netcoredbg/SymbolReader.csproj
src/debug/netcoredbg/debugger.h
src/debug/netcoredbg/manageddebugger.h
src/debug/netcoredbg/miprotocol.cpp
src/debug/netcoredbg/symbolreader.cpp
src/debug/netcoredbg/symbolreader.h
src/debug/netcoredbg/valuewrite.cpp
src/debug/netcoredbg/valuewrite.h
src/debug/netcoredbg/variables.cpp
src/debug/netcoredbg/vscodeprotocol.cpp
tests/SetValuesTest/SetValuesTest.cs