Merge pull request #7 from github-jane-doe/typos
[sdk/tools/netcoredbg.git] / src /
2018-11-01 Igor KulaychukMerge pull request #7 from github-jane-doe/typos
2018-10-31 Jane Doeunmanged -> unmanaged
2018-10-31 Jane Doesucceessful -> successful
2018-10-31 Jane Doereferece -> reference
2018-10-31 Jane DoeProperies -> Properties
2018-10-31 Jane Doedirecly -> directly
2018-10-31 Jane Doecontants -> constants
2018-10-31 Igor Kulaychuk/AI... Merge pull request #56 from a-aksenov/logger-impl
2018-10-30 Alexander AksenovLogger: move file log to platform-dependent temp
2018-10-30 Alexander AksenovLogger: improve
2018-10-30 Alexander AksenovLogger: add format string input
2018-10-30 Alexander AksenovLogger: add dlog support
2018-10-30 Alexander AksenovLogger: add function entrance logging
2018-10-30 Alexander AksenovLogger: implementation
2018-10-14 Igor KulaychukFix build for TV submit/tizen/20181014.073209
2018-10-14 Igor KulaychukFix Windows build
2018-10-14 Igor KulaychukSpeed up named variables evaluation
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 Kulaychuk/AI... Merge pull request #45 from dotnet/windows
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 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/AI... Merge pull request #44 from dotnet/fix-locals-variable...
2018-08-21 Igor KulaychukFix variable count in Locals scope
2018-08-10 Igor Kulaychuk/AI... 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/AI... Merge pull request #41 from k-baladurin/master
2018-08-09 Konstantin BaladurinSuppress calling finalizer for incomplete object
2018-06-19 Igor Kulaychuk/AI... Merge pull request #32 from a-aksenov/fix-terminated...
2018-06-18 Alexander AksenovFix terminated event
2018-06-14 Igor Kulaychuk/AI... 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/AI... 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/AI... 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 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/AI... Merge pull request #28 from dotnet/cleanup-readme
2018-05-21 Igor KulaychukSimplify build parameters and update README
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/SRR... 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/SRR... 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/SRR... Merge pull request #21 from i-kulaychuk/fix-breakpoints
2018-04-26 Igor KulaychukFix breakpoint removal
2018-04-26 Igor KulaychukFix ids of fake exception breakpoints
2018-04-25 Igor Kulaychuk/SRR... Merge pull request #17 from i-kulaychuk/add-exception...
2018-04-25 Igor Kulaychuk/SRR... 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/SRR... 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
2018-04-03 Igor Kulaychuk/SRR... Merge pull request #16 from i-kulaychuk/debugger-tests
2018-04-02 Igor Kulaychuk/SRR... Merge pull request #13 from a-okoshkin/refactoring
2018-03-29 Igor KulaychukAdd option for disabling libdbgshim installation
2018-03-28 Andrey OkoshkinUse only output string stream instead of the input...
2018-03-27 Igor KulaychukCopy libdbgshim.so to install directory
2018-03-23 Andrey OkoshkinRefactoring of ManagedDebugger::RunProcess()
2018-03-23 Andrey OkoshkinMove static `SymbolReaderDllName` and `SymbolReaderClas...
next