sdk/tools/netcoredbg.git
2018-10-14 Igor KulaychukFix permissions of unpacked dlls in gbs
2018-10-14 Igor KulaychukFix gbs build
2018-10-14 Igor KulaychukSpeed up named variables evaluation
2018-10-14 Igor KulaychukUpdate .gitignore
2018-10-14 Igor KulaychukConditional breakpoints: add implementation and test
2018-10-14 Igor KulaychukExpressions: add implementation and test
2018-10-14 Igor KulaychukMake set variables evaluation Roslyn-based
2018-10-14 Alexander AksenovVariables: add set value support and test
2018-08-27 Igor KulaychukRename appveyor config accepted/tizen/unified/20180921.143126 submit/tizen/20180921.084208
2018-08-27 Igor KulaychukAdd appveyor config file
2018-08-27 Igor Kulaychuk... Merge pull request #45 from dotnet/windows
2018-08-27 Igor KulaychukAdd workaround for Windows rebuild failure
2018-08-27 Igor KulaychukUpdate README
2018-08-27 Igor KulaychukFix dbgshim location for Tizen
2018-08-24 Igor KulaychukRefactor handles redirection
2018-08-24 Igor KulaychukEnable ReadFile to block when reading from socket
2018-08-24 Igor KulaychukEnable I/O redirection and other platform functions...
2018-08-24 Igor KulaychukFix unicode string convertion on Windows
2018-08-24 Igor KulaychukFix Windows compilation issues
2018-08-24 Igor KulaychukUpdate CMake files for Windows build
2018-08-24 Igor KulaychukAdd support for Windows in TestRunner
2018-08-24 Igor KulaychukFix type casts
2018-08-24 Igor KulaychukFix mutex unlock
2018-08-24 Igor KulaychukDo not use std::equal for std::string
2018-08-24 Igor KulaychukRemove unused variables
2018-08-24 Igor KulaychukLoad dbgshim library dynamicaly
2018-08-24 Igor Kulaychuk... Merge pull request #44 from dotnet/fix-locals-variable...
2018-08-21 Igor KulaychukFix variable count in Locals scope
2018-08-13 Igor Kulaychuk... Merge pull request #43 from a-aksenov/test-decimal accepted/tizen/unified/20180821.091154 submit/tizen/20180820.165235
2018-08-13 Alexander AksenovTests: updated ValueTest for decimal values
2018-08-10 Igor Kulaychuk... Merge pull request #42 from a-aksenov/fix-decimal submit/trunk/20180813.025323
2018-08-10 Alexander AksenovFix decimal display
2018-08-10 Igor Kulaychuk... Merge pull request #41 from k-baladurin/master
2018-08-09 Konstantin... Suppress calling finalizer for incomplete object
2018-07-11 Alexander Aksenov... Merge pull request #38 from dotnet/use-netcoreapp-link... accepted/tizen/unified/20180725.152341 submit/tizen/20180724.180509
2018-07-11 Igor KulaychukUse a symlink (when available) for access CoreCLR versi...
2018-06-29 Igor Kulaychuk... Merge pull request #36 from dotnet/tizen-build-auto...
2018-06-29 Igor KulaychukAutomatically determine coreclr version in Tizen build
2018-06-28 Igor KulaychukAdd travis config file
2018-06-21 Igor Kulaychuk... Merge pull request #33 from dotnet/add-test-expect...
2018-06-20 Igor KulaychukEnable overriding test default timeout with TIMEOUT env
2018-06-20 Igor KulaychukExclude aarch64 from Tizen build accepted/tizen/unified/20180621.141313 submit/tizen/20180620.074549
2018-06-19 Igor Kulaychuk... Merge pull request #32 from a-aksenov/fix-terminated...
2018-06-18 Alexander AksenovFix terminated event
2018-06-15 Igor KulaychukAdd *.dll and *.pdb to .gitignore
2018-06-14 Igor Kulaychuk... Merge pull request #31 from dotnet/fix-clang-tidy-warnings submit/tizen/20180620.071641
2018-06-13 Igor KulaychukCheck return value of GetMethodProps() method
2018-06-13 Igor KulaychukRemove useless code
2018-06-13 Igor KulaychukDo no call virtual functions from destructor
2018-06-07 Igor Kulaychuk... Merge pull request #30 from dotnet/redirect-output
2018-06-05 Igor KulaychukRefactor IORedirectServer
2018-06-05 Igor KulaychukEnable capturing stdout/stderr of launched application
2018-06-05 Igor KulaychukFix OutputEvent category
2018-06-05 Igor Kulaychuk... Merge pull request #29 from dotnet/fix-crossplatform...
2018-06-04 Igor KulaychukFix lambda capture warnings
2018-06-04 Igor KulaychukReorder includes to avoid redifinition warnings in PAL
2018-06-04 Igor KulaychukRemove UNICODE redifinition
2018-06-04 Igor KulaychukDo not use PAL_CPP_TRY/PAL_CPP_CATCH_ALL
2018-06-04 Igor KulaychukEnable better search for CoreCLR bin directory
2018-06-04 Igor KulaychukAutomatically find dotnet utility
2018-06-04 Igor KulaychukUpdate cmake files from CoreCLR
2018-05-30 Igor KulaychukFix uninitialized frame address
2018-05-23 Igor Kulaychuk... Merge pull request #28 from dotnet/cleanup-readme
2018-05-22 Igor KulaychukAutomaticaly find CoreCLR bin directory if it is not...
2018-05-21 Igor KulaychukSimplify build parameters and update README
2018-05-21 Igor KulaychukRemove patches directory
2018-05-16 Alexander Aksenov... Merge pull request #25 from dotnet/fix-break-all-in-vs
2018-05-10 Igor KulaychukDo not report invalid Source in JSON
2018-05-10 Igor KulaychukFix uninitialized Frame fields
2018-05-10 Igor KulaychukFix Break All behavior in Visual Studio
2018-05-07 Alexander Aksenov... Merge pull request #26 from dotnet/unset-core-profiler...
2018-05-04 Igor KulaychukUnset profiler env var for debugger own libcoreclr
2018-04-28 Igor Kulaychuk... Merge pull request #23 from i-kulaychuk/vscode-server
2018-04-27 Igor KulaychukMake arguments after '--' set (MI) or override (VSCode...
2018-04-27 Igor KulaychukClose stdin, stdout and stderr when using --server...
2018-04-27 Igor KulaychukReturn E_NOTIMPL from all unimplemented ManagedCallback...
2018-04-27 Igor KulaychukAdd ability to launch application from command line...
2018-04-27 Igor KulaychukPrint MI output through std::cout instead of stdout
2018-04-27 Igor KulaychukAdd option for listening requests on the TCP/IP port...
2018-04-27 Igor KulaychukAdd file name without path to MI breakpoint output
2018-04-27 Igor KulaychukUse dynamic input buffer for MI commands
2018-04-27 Igor Kulaychuk... Merge pull request #22 from a-aksenov/refactor-protocol...
2018-04-27 Alexander AksenovRefactor MIProtocol
2018-04-27 Alexander AksenovMove Protocol's derived classes commons in Protocol
2018-04-26 Igor Kulaychuk... Merge pull request #21 from i-kulaychuk/fix-breakpoints
2018-04-26 Igor KulaychukFix breakpoint removal
2018-04-26 Igor KulaychukAdd test for adding/removing breakpoints
2018-04-26 Igor KulaychukFix ids of fake exception breakpoints
2018-04-25 Igor Kulaychuk... Merge pull request #17 from i-kulaychuk/add-exception...
2018-04-25 Igor KulaychukIncrease default test Expect timeout to 20 seconds
2018-04-25 Igor Kulaychuk... Merge pull request #20 from a-aksenov/fix_for_arch
2018-04-25 Alexander AksenovAdd missing header for modules.h
2018-04-09 Igor Kulaychuk... Merge pull request #18 from i-kulaychuk/tizen-fixes
2018-04-09 Igor KulaychukHandle breakpoints without full file path
2018-04-09 Igor KulaychukFix MI message output
2018-04-09 Igor KulaychukAvoid crashing when funceval does not work
2018-04-09 Igor KulaychukWait for coreclr to load (3s timeout) when attaching...
2018-04-09 Igor KulaychukFix handling module paths with /proc/self prefix on...
2018-04-06 Igor KulaychukFix output of MI `-thread-info` command
2018-04-05 Igor KulaychukAlways report nearest sequence point to fix ExceptionTest
next