sdk/tools/netcoredbg.git
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
2018-04-05 Igor KulaychukAdd ExceptionTest
2018-04-03 Igor Kulaychuk... Merge pull request #16 from i-kulaychuk/debugger-tests
2018-04-03 Igor KulaychukAlways close test process after performing a test
2018-04-03 Igor KulaychukFix misspellings and assembly references
2018-04-02 Igor Kulaychuk... Merge pull request #13 from a-okoshkin/refactoring
2018-03-30 Igor KulaychukUpdate tests README
2018-03-29 Igor KulaychukUpdate tests
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 KulaychukEnable handling MI status
2018-03-27 Igor KulaychukAdd test solution
2018-03-27 Igor KulaychukCopy libdbgshim.so to install directory
2018-03-27 Igor KulaychukInitial files for xunit-based tests
2018-03-23 Andrey OkoshkinRefactoring of ManagedDebugger::RunProcess()
2018-03-23 Andrey OkoshkinMove static `SymbolReaderDllName` and `SymbolReaderClas...
2018-03-23 Andrey OkoshkinFixe size type cast (sized-unsized) in EscapeShellArg()
2018-03-23 Andrey OkoshkinDrop unused variable in DisableAllBreakpointsAndStepper...
2018-03-21 Igor Kulaychuk... Merge pull request #14 from a-okoshkin/change_cordebug_...
2018-03-21 Andrey OkoshkinUse `CorDebugVersion_4_0` in `CreateDebuggingInterfaceF...
2018-02-16 Igor KulaychukFix gbs build
2018-02-12 Igor Kulaychuk... Merge pull request #10 from a-okoshkin/fix_header_inclusion
2018-02-09 Andrey OkoshkinDrop `common.h` as unused
2018-02-09 Andrey OkoshkinRemove `common.h` header inclusion from `main.cpp`
2018-02-08 Andrey OkoshkinRemove unnecessary header inclusions
2018-02-08 Andrey OkoshkinFixed header inclusions in `miprotocol.h`
2018-02-08 Andrey OkoshkinFixed header inclusions in `vscodeprotocol.h`
2018-02-08 Andrey OkoshkinFixed header inclusions in `valueprint.h`
2018-02-08 Andrey OkoshkinAdd missing header inclusions in `symbolreader.h`
2018-02-08 Igor Kulaychuk... Merge pull request #11 from a-okoshkin/refactoring
2018-02-08 Andrey OkoshkinFixed header inclusions in `frames.h`
2018-02-08 Andrey OkoshkinFixed header inclusions in `typeprinter.h`
2018-02-08 Andrey OkoshkinFixed header inclusions in `manageddebugger.h`
2018-02-08 Andrey OkoshkinAdd missing inclusion of headers to modules.h
2018-02-08 Andrey OkoshkinAdd missing inclusion of headers to debugger.h
2018-02-08 Andrey OkoshkinAdd missing `pragma once` to `torelease.h`
2018-02-08 Andrey OkoshkinMake ParseGenericParams() and FindTypeInModule() static...
2018-02-08 Andrey OkoshkinFixed header inclusion for `platform.h`
2018-02-08 Andrey OkoshkinGet rid of `cmdString` temporary variable in ManagedDeb...
2018-02-08 Andrey OkoshkinUse `nullptr` where it's possible
2018-02-08 Andrey OkoshkinDrop `-DCLR_CMAKE_TARGET_ARCH_AMD64=1` cmake option...
2018-02-08 Andrey OkoshkinUpdate `.gitignore`
2018-02-08 Andrey OkoshkinUse `nullptr` everywhere in `class ToRelease`
2018-02-08 Andrey OkoshkinUse `enum CorDebugInterfaceVersion` in CreateDebuggingI...
next