sdk/tools/netcoredbg.git
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...
2018-01-16 Igor KulaychukDo not expose ICorDebugProcess from Debugger class
2018-01-16 Igor KulaychukRefactor variable children printing
2018-01-16 Igor KulaychukRefactor printing stack variables
2018-01-12 Igor KulaychukRefactor out part of ICorDebug API usages in MIProtocol...
2018-01-12 Igor KulaychukExtract class for handling GDB MI protocol
2018-01-12 Igor KulaychukRename isNull methods to IsNull
2018-01-12 Igor KulaychukEncode thread id and frame level as frame id
2018-01-11 Igor KulaychukAvoid event printing dependency on debugged process
2018-01-11 Igor KulaychukRefactor printing messages
2018-01-11 Igor KulaychukRefactor printing thread star/exit events
2018-01-11 Igor KulaychukRefactor printing process exit info
2018-01-11 Igor KulaychukRefactor printing stopped state on unhandled exception
2018-01-11 Igor KulaychukRefactor printing stopped state when step is complete
2018-01-11 Igor KulaychukAdd license header to protocol.h
2018-01-11 Igor KulaychukRefactor breakpoint printing
2018-01-11 Igor KulaychukRename Breakpoint to ManagedBreakpoint
2018-01-11 Igor KulaychukRefactor frame location printing
2018-01-10 Igor KulaychukRefactor printing threads state
2018-01-10 Igor KulaychukAdd .gitignore
2017-12-07 Igor KulaychukUse SysStringLen function for BSTR allocation check
2017-12-07 Igor KulaychukFix return type of vsnprintf
2017-11-13 Igor KulaychukUpdate README code formatting
2017-11-13 Igor KulaychukUpdate project description in README
2017-11-13 Igor KulaychukUpdate README with Ubuntu x64 build instructions
2017-11-13 Igor KulaychukRemove dll rename patch from spec
2017-11-13 Igor KulaychukUse SymbolReader.dll instead of SOS.NETCore.dll
2017-11-13 Igor KulaychukDisable downloading sources from internal repo
2017-11-13 Igor KulaychukMove SymbolReader.cs near SymbolReader.csproj
2017-11-13 Igor KulaychukRestore CMakeLists.txt
2017-11-13 Igor KulaychukMove forward declarations into headers
2017-11-13 Igor KulaychukReformat comments about stack walk
2017-11-13 Igor KulaychukAdd license preamble to debugger source files
2017-11-13 Igor KulaychukList children even if active frame is unavailable
2017-11-13 Igor KulaychukAllow listing children without active frame
2017-11-13 Igor KulaychukRemove unused frame argument from some functions
2017-11-13 Igor KulaychukUse ToString method for getting details of unhandled...
2017-11-13 Igor KulaychukAdd parameter for getting unescaped string values
2017-11-13 Igor KulaychukUse std::future for funceval results
2017-11-13 Igor KulaychukGuard against nullptr active frame
2017-11-13 Igor KulaychukAdd exec-abort command
2017-11-13 Igor KulaychukPrint event name to output-window
2017-11-13 Igor KulaychukAdd dummy interpreter-exec command
2017-11-13 Igor KulaychukAdd environment-cd command
2017-11-13 Igor KulaychukReimplement stack walking similar to Mdbg
2017-11-13 Igor KulaychukEnabled handling CORECLR_SET_RPATH build option
2017-11-13 Igor KulaychukImplement notifications about resolved breakpoints...
2017-11-13 Igor KulaychukDo not step into overloaded operator methods when JMC...
2017-11-13 Igor KulaychukDo not step into methods with DebuggerStepThroughAttrib...
2017-11-13 Igor KulaychukDo not step into property setters and getters when...
2017-11-13 Igor KulaychukShow child of pointer type
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...
next