sdk/tools/netcoredbg.git
2017-11-13 Igor KulaychukUnregister startup token on timeout
2017-11-13 Igor KulaychukDo not hit breakpoints during func-eval
2017-11-13 Igor KulaychukAdd support for literals
2017-11-13 Igor KulaychukAllow TypePrinter to resolve ELEMENT_TYPE_VAR
2017-11-13 Igor KulaychukAdd methods to TypePrinter for renaming system types...
2017-11-13 Igor KulaychukAdd support for array types in generic parameters in...
2017-11-13 Igor KulaychukAdd support for printing type name from PCCOR_SIGNATURE
2017-11-13 Igor KulaychukAdd ICorDebugThread argument to WalkMembers() function
2017-11-13 Igor KulaychukDo not duplicate variables when showing lambda captures
2017-11-13 Igor KulaychukFix nested lambda captures display
2017-11-13 Igor KulaychukRefactor argument name utf8 conversion
2017-11-13 Igor KulaychukFix loading symbols on attach
2017-11-13 Igor KulaychukReport lines and columns in frame location
2017-11-13 Igor KulaychukReturn SequencePoint when reporting frame location
2017-11-13 Igor KulaychukPut ICorDebugModule related stuff into Modules namespace
2017-11-13 Igor KulaychukSet JMC status to false for methods without the source...
2017-11-13 Igor KulaychukEnable SymbolReader to get SequencePoints for method
2017-11-13 Igor KulaychukFix display of captured variables in lambda
2017-11-13 Igor KulaychukAdd support for generics in expression evaluation
2017-11-13 Igor KulaychukSupport simple expression evaluation - access only...
2017-11-13 Igor KulaychukReduce precision when printing floats(8) and doubles...
2017-11-13 Igor KulaychukLimit RunClassConstructor to ELEMENT_TYPE_CLASS only
2017-11-13 Igor KulaychukImplement TypePrinter::GetTypeAndMethod()
2017-11-13 Igor KulaychukFix RunClassConstructor for null objects
2017-11-13 Igor KulaychukWalk through current class fields before walking the...
2017-11-13 Igor KulaychukAdd support for mdtTypeRef in TypePrinter::NameForToken()
2017-11-13 Igor KulaychukRefactor string tokenization
2017-11-13 Igor KulaychukStep over code with no source
2017-11-13 Igor KulaychukUse System.Runtime.CompilerServices.RuntimeHelpers...
2017-11-13 Igor KulaychukRefactor EvalProperty() -> EvalFunction()
2017-11-13 Igor KulaychukGuard against children with nullptr ICorDebugValue
2017-11-13 Igor KulaychukPrint reference type without &
2017-11-13 Igor KulaychukRespond to exec-continue with ^running
2017-11-13 Igor KulaychukFix stepping through hidden lines
2017-11-13 Igor KulaychukFix process attach
2017-11-13 Igor KulaychukUse stderr in symbolreader.cpp
2017-11-13 Igor KulaychukIncrease startup wait timeout to 5 seconds
2017-11-13 Igor KulaychukEnable searching for CLR path in process using PAL...
2017-11-13 Igor KulaychukInitial implementation of exec-run
2017-11-13 Igor KulaychukAdd Debugger::Message() method for printing into VS...
2017-11-13 Igor KulaychukMake EscapeMIValue() a method of Debugger class
2017-11-13 Igor KulaychukReplace out_printf() with Debugger::Printf()
2017-11-13 Igor KulaychukMove GetFileName() to platform.cpp
2017-11-13 Igor KulaychukAdd support for System.Diagnostics.DebuggerNonUserCodeA...
2017-11-13 Igor KulaychukUse TypeFromToken in TypePrinter class
2017-11-13 Igor KulaychukAdd support for MemberRef in TypePrinter::NameForToken
2017-11-13 Igor KulaychukDisable all steppers before creating a new one
2017-11-13 Igor KulaychukAdd basic support for Just-My-Code debugging - mark...
2017-11-13 Igor KulaychukFix stepping over hidden lines
2017-11-13 Igor KulaychukFix steppers duplication when a breakpoint was hit...
2017-11-13 Igor KulaychukPrint more detailed frame location
2017-11-13 Igor KulaychukUse unique_ptr for storing SymbolReader class along...
2017-11-13 Igor KulaychukSkip loading symbols for System.* dlls
2017-11-13 Igor KulaychukUse module load address as a key in loaded modules map
2017-11-13 Igor KulaychukAdd breakpoint hit count display
2017-11-13 Igor KulaychukDisplay $exception stack variable (if any)
2017-11-13 Igor KulaychukFix resolving multiple pending breakpoints
2017-11-13 Igor KulaychukPrint Static memebers for null values
2017-11-13 Igor KulaychukReport isNull also for dereferenced values
2017-11-13 Igor KulaychukAdd noneditable attribute to Variable Objects
2017-11-13 Igor KulaychukRefactor Variable Object printing
2017-11-13 Igor KulaychukPrint has_more value for var-list-children command
2017-11-13 Igor KulaychukFix unhandled exceptions output
2017-11-13 Igor KulaychukDo not stop on unmapped code
2017-11-13 Igor KulaychukAllow to run debugger without arguments
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
next