sdk/tools/netcoredbg.git
2018-04-02 Igor Kulaychuk... Merge pull request #13 from a-okoshkin/refactoring
2018-03-28 Andrey OkoshkinUse only output string stream instead of the input...
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...
2018-02-07 Igor Kulaychuk... Merge pull request #12 from i-kulaychuk/wip-no-pal
2018-02-07 Igor Kulaychuk... Merge pull request #9 from a-okoshkin/fix_wchar_convert
2018-02-07 Andrey OkoshkinAdd `to_utf16()` instead of `convert.from_bytes()`
2018-02-07 Andrey OkoshkinAdd missing usage of `to_utf8()` instead of `convert...
2018-02-07 Andrey OkoshkinAdded `pragma once` to cputil.h
2018-02-07 Andrey OkoshkinRedesign of `to_utf8()`
2018-02-06 Igor KulaychukUse `dotnet` CLI to launch application
2018-02-06 Igor KulaychukDynamically load PAL symbols from libcoreclr instance
2018-02-06 Igor KulaychukAdd DLOpen and DLSym wrappers
2018-02-06 Igor KulaychukAdd `USleep` function (based in `usleep`) instead of...
2018-02-06 Igor KulaychukUse `std::wstring_convert()` instead of PAL-based conve...
2018-02-05 Igor Kulaychuk... Merge pull request #7 from a-okoshkin/refactoring
2018-02-05 Igor Kulaychuk... Merge pull request #6 from d-kovalenko/upd_patches
2018-02-05 Andrey Okoshkin`m_clrPath` is initialized in ManagedDebugger::AttachTo...
2018-02-05 Andrey Okoshkin`GetCLRPath()` and `InternalEnumerateCLRs()` accept...
2018-02-05 Andrey Okoshkin`pid` is `DWORD` in Startup() and AttachToProcess(...
2018-02-05 Dmitry KovalenkoUpdate patches for coreclr
2018-02-05 Andrey OkoshkinDebugger::IsJustMyCode() is const now
2018-02-02 Andrey OkoshkinMake EmitInitializedEvent() and EmitTerminatedEvent...
2018-02-02 Andrey OkoshkinAdd missing initialisation of ManagedDebugger fields
2018-02-02 Andrey OkoshkinMIProtocol and VSCodeProtocol default constructors...
2018-02-02 Andrey OkoshkinDrop extra ';' in MIProtocol header
2018-02-01 Igor Kulaychuk... Merge pull request #5 from a-okoshkin/improve_cmake
2018-02-01 Igor Kulaychuk... Merge pull request #4 from i-kulaychuk/enable-stopatentry
2018-02-01 Igor Kulaychuk... Merge pull request #3 from i-kulaychuk/enable-logging
2018-02-01 Igor KulaychukAlways enable stopAtEntry when launching through MI...
2018-02-01 Igor KulaychukRemove unused parameter
2018-02-01 Igor KulaychukAdd entry event in MI protocol
2018-01-31 Igor KulaychukAdd support for --engineLogging command line option
2018-01-31 Andrey OkoshkinDefines related to the build target are properly set now
2018-01-31 Andrey OkoshkinCoreCLR libraries are imported first in `netcoredbg...
2018-01-31 Andrey OkoshkinAdd missing `clr_unknown_arch()` to clrdefinitions...
2018-01-31 Andrey OkoshkinAdd default value for `CLR_BIN_DIR` cmake variable
2018-01-30 Igor KulaychukAdd support for stopAtEntry option
2018-01-30 Igor KulaychukCompile only specified files when building SymbolReader
2018-01-29 Igor Kulaychuk... Merge pull request #2 from a-okoshkin/fix_cmake_managed...
2018-01-29 Andrey OkoshkinAdd support of out-of-source SymbolReader build
2018-01-26 Igor KulaychukFix OutputEvent body
2018-01-24 Igor KulaychukInitial support for VSCode debugger protocol
2018-01-24 Igor KulaychukReport number of available frames and use levels instea...
2018-01-24 Igor KulaychukMove ManagedDebugger class declaration into a separate...
2018-01-24 Igor KulaychukAdd Continued event and clear variable references when...
2018-01-23 Igor KulaychukRefactor Debugger - make initialization more verbose
2018-01-23 Igor KulaychukFix frame id
2018-01-22 Igor KulaychukMove JMC related methods into Modules class
2018-01-19 Igor KulaychukRefactor printing loaded libraries (modules)
2018-01-18 Igor KulaychukRename commands.cpp to miprotocol.cpp
2018-01-18 Igor KulaychukMove all MIProtocol methods implementations into comman...
2018-01-18 Igor KulaychukRefactor ManagedDebugger implementation into separate...
2018-01-18 Igor KulaychukRefactor Debugger into the ManagedDebugger class which...
2018-01-18 Igor KulaychukRefactor variables handler into Variables class
2018-01-18 Igor KulaychukRefactor breakpoints handler into the Breakpoints class
2018-01-18 Igor KulaychukDo not allow access to private fields of ManagedCallbac...
2018-01-18 Igor KulaychukMake GetThreadsState function non-static
2018-01-18 Igor KulaychukRefactor Modules namespace into Modules class
2018-01-17 Igor KulaychukMake PrintFrameLocation a private static method of...
2018-01-17 Igor KulaychukMake DisableAllSteppers a private static method of...
2018-01-17 Igor KulaychukRefactor last stopped thread id global variable
2018-01-17 Igor KulaychukRefactor global process variable
2018-01-17 Igor KulaychukMove all Evaluator methods implementations into expr...
2018-01-17 Igor KulaychukRefactor all evaluation related functions into separate...
2018-01-17 Igor KulaychukMatch only full paths when setting a breakpoint
2018-01-17 Igor KulaychukRefactor internal structure for handling breakpoints
2018-01-16 Igor KulaychukMake methods SetJustMyCode/IsJustMyCode non-static
2018-01-16 Igor KulaychukAdd virtual destructor to Protocol interface
2018-01-16 Igor KulaychukConstruct ManagedCallback class instance inside Debugge...
2018-01-16 Igor KulaychukRename varobj.cpp to variables.cpp
2018-01-16 Igor KulaychukMove class constructor related global variables into...
next