Expressions: add implementation and test
authorIgor Kulaychuk <igor.kulaychuk@gmail.com>
Wed, 3 Oct 2018 14:12:02 +0000 (17:12 +0300)
committerPetr Bred/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 <p.bred@samsung.com>
Sun, 14 Oct 2018 07:04:19 +0000 (10:04 +0300)
commitc1f93e10f9e616714647b8ab3bad48ebef9982eb
tree633e2de5b21ca7ee457eea461807fa068d69f935
parent2cc21790afb358b7f15e23154ccd45656e44fccd
Expressions: add implementation and test

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
15 files changed:
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/valueprint.cpp
src/debug/netcoredbg/valueprint.h
src/debug/netcoredbg/variables.cpp
src/debug/netcoredbg/vscodeprotocol.cpp
tests/ExpressionsTest/ExpressionsTest.csproj [new file with mode: 0644]
tests/ExpressionsTest/Program.cs [new file with mode: 0644]
tests/runner/Runner.cs
tests/tests.sln