sdk/tools/netcoredbg.git
2017-11-13 Igor KulaychukEnable printing ^running for step commands
2017-11-13 Igor KulaychukFix exception-received and end-stepping-range location...
2017-11-13 Igor KulaychukAdd dummy var-show-attributes command
2017-11-13 Igor KulaychukFix breakpoint-hit location output
2017-11-13 Igor KulaychukEscape filenames in MI output
2017-11-13 Igor KulaychukFix breakpoint resolving failure while process module...
2017-11-13 Igor KulaychukFake vsdbg commands
2017-11-13 Igor KulaychukEnable handling -f argument in break-insert command
2017-11-13 Igor KulaychukFix handling frame-addr argument in var-create command
2017-11-13 Igor KulaychukAdd support for command arguments with quotes
2017-11-13 Igor KulaychukFix indices parsing when additional parameters are...
2017-11-13 Igor KulaychukFix stack-list-frames output when frame 0 is not printed
2017-11-13 Igor KulaychukAdd Debugger class
2017-11-13 Igor KulaychukCleanup commented code in symbolreader.cpp
2017-11-13 Igor KulaychukAdd target-attach and target-detach commands
2017-11-13 Igor KulaychukRefactor process attach into a separate function
2017-11-13 Igor KulaychukRename the project to netcoredbg
2017-11-13 Igor KulaychukRename src/debug/debugger to src/debug/netcoredbg
2017-11-13 Igor KulaychukEnable string escaping
2017-11-13 Igor KulaychukParse breakpoint id without throwing an exception
2017-11-13 Igor KulaychukFix stepping commands and enable --thread argument...
2017-11-13 Igor KulaychukAdd support for range arguments to var-list-children...
2017-11-13 Igor KulaychukFix includes in frames.cpp
2017-11-13 Igor KulaychukPrint handled exception message type and module
2017-11-13 Igor KulaychukEnable parsing --frame argument
2017-11-13 Igor KulaychukRemove additional separator in frame list
2017-11-13 Igor KulaychukRefactor frames and threads walking into separate file
2017-11-13 Igor KulaychukEnable parsing --thread argument
2017-11-13 Igor KulaychukFix stack variable name length
2017-11-13 Igor KulaychukRefactor commands
2017-11-13 Igor KulaychukMove all CoreCLR includes into single header
2017-11-13 Igor KulaychukUse condition variable for exit process notification
2017-11-13 Igor KulaychukAdd macOS support
2017-11-13 Igor KulaychukMove platform specific code into separate file
2017-11-13 Igor KulaychukFix function name
2017-11-13 Igor KulaychukRefactor stack walking code
2017-11-13 Igor KulaychukDo not print stack variable types
2017-11-13 Igor KulaychukAdd thread ID field to Variable Objects
2017-11-13 Igor KulaychukRemove PrintLocation function
2017-11-13 Igor KulaychukAdd low and high frame arguments to PrintFrames function
2017-11-13 Igor KulaychukUse last stopped thread ID instead of ICorDebugThread...
2017-11-13 Igor KulaychukFix children printing separator
2017-11-13 Igor KulaychukRefactor breakpoints
2017-11-13 Igor KulaychukFix typeprinter.h include
2017-11-13 Igor KulaychukRefactor Variable Objects
2017-11-13 Igor KulaychukFix threads state display
2017-11-13 Igor KulaychukDisplay more info on module loading
2017-11-13 Igor KulaychukFix module name length
2017-11-13 Igor KulaychukFix property name length
2017-11-13 Igor KulaychukAdd support for decimal value display
2017-11-13 Igor KulaychukFix field name length conversion
2017-11-13 Igor KulaychukSet precision for float (9) and double (17) values...
2017-11-13 Igor KulaychukAdd support for displaying enum values
2017-11-13 Igor KulaychukAdd support for arrays display
2017-11-13 Igor KulaychukFix array elements walking
2017-11-13 Igor KulaychukDo not show out-of-scope local variables
2017-11-13 Igor KulaychukEnable generics pretty printing
2017-11-13 Igor KulaychukUse std::string while generating type name
2017-11-13 Igor KulaychukImplement utility function to_utf8
2017-11-13 Igor KulaychukRename System.Decimal to decimal
2017-11-13 Igor KulaychukFix array of array type display
2017-11-13 Igor KulaychukFix some classes and bytes values representation
2017-11-13 Igor KulaychukEnable printing values for var-list-children command
2017-11-13 Igor KulaychukAdd var-create, var-list-children and var-delete commands
2017-11-13 Igor KulaychukRename PrintFieldsAndProperties() to FetchFieldsAndProp...
2017-11-13 Igor KulaychukFix fetching member values
2017-11-13 Igor KulaychukRefactor command parsing
2017-11-13 Igor KulaychukRefactor value walking and printing into separate files
2017-11-13 Igor KulaychukRefactor member walking code
2017-11-13 Igor KulaychukFix checking static flag of a property
2017-11-13 Igor KulaychukRefactor stack variables walking
2017-11-13 Igor KulaychukAdd varobj walking code
2017-11-13 Igor KulaychukRemove ToRelease copy constructor
2017-11-13 Igor KulaychukFix pending breakpoints
2017-11-13 Igor KulaychukAdd checks for null thread
2017-11-13 Igor KulaychukEnable printing generic types for method
2017-11-13 Igor KulaychukAdd class for printint types
2017-11-13 Igor KulaychukEnable printing simple values and strings
2017-11-13 Igor KulaychukEnable printing variable names
2017-11-13 Igor KulaychukAdd breakpoints management
2017-11-13 Igor KulaychukInitial code for ICorDebug API based debugger
2017-11-13 Igor KulaychukAdd SymbolReader.cs from coreclr repo
2017-11-13 Igor KulaychukTemporary remove CMakeLists.txt before applying coreclr...
2017-10-17 Igor KulaychukUpdate file list in init.sh
2017-10-11 Igor KulaychukAdd LICENSE and AUTHORS files
2017-09-14 Igor KulaychukBuild managed part with dotnet cli tool
2017-09-14 Igor KulaychukAdd debugger registers patch for ARM
2017-09-07 Igor KulaychukLink with pthread library
2017-08-31 Igor KulaychukSimplify spec file by using --target option for compiler
2017-08-31 Igor KulaychukFix x86 build
2017-08-25 Igor KulaychukAdd README.md
2017-08-25 Igor KulaychukAdd patches for Tizen repositories in Gerrit
2017-08-25 Igor KulaychukAdd script for downloading sources from main repo
2017-08-25 Igor KulaychukEnable build for sdk_tools dir
2017-08-22 Igor KulaychukEnable RPATH
2017-08-22 Igor KulaychukMatch binary location with coreclr
2017-08-18 Igor KulaychukFix build
2017-08-03 Igor KulaychukInitial commit