projects
/
sdk
/
tools
/
netcoredbg.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sdk/tools/netcoredbg.git
2017-11-13
Igor Kulaychuk
Fix loading symbols on attach
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Report lines and columns in frame location
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Return SequencePoint when reporting frame location
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Put ICorDebugModule related stuff into Modules namespace
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Set JMC status to false for methods without the source...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable SymbolReader to get SequencePoints for method
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix display of captured variables in lambda
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add support for generics in expression evaluation
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Support simple expression evaluation - access only...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Reduce precision when printing floats(8) and doubles...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Limit RunClassConstructor to ELEMENT_TYPE_CLASS only
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Implement TypePrinter::GetTypeAndMethod()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix RunClassConstructor for null objects
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Walk through current class fields before walking the...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add support for mdtTypeRef in TypePrinter::NameForToken()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor string tokenization
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Step over code with no source
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use System.Runtime.CompilerServices.RuntimeHelpers...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor EvalProperty() -> EvalFunction()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Guard against children with nullptr ICorDebugValue
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Print reference type without &
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Respond to exec-continue with ^running
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix stepping through hidden lines
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix process attach
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use stderr in symbolreader.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Increase startup wait timeout to 5 seconds
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable searching for CLR path in process using PAL...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Initial implementation of exec-run
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add Debugger::Message() method for printing into VS...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Make EscapeMIValue() a method of Debugger class
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Replace out_printf() with Debugger::Printf()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Move GetFileName() to platform.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add support for System.Diagnostics.DebuggerNonUserCodeA...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use TypeFromToken in TypePrinter class
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add support for MemberRef in TypePrinter::NameForToken
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Disable all steppers before creating a new one
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add basic support for Just-My-Code debugging - mark...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix stepping over hidden lines
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix steppers duplication when a breakpoint was hit...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Print more detailed frame location
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use unique_ptr for storing SymbolReader class along...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Skip loading symbols for System.* dlls
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use module load address as a key in loaded modules map
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add breakpoint hit count display
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Display $exception stack variable (if any)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix resolving multiple pending breakpoints
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Print Static memebers for null values
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Report isNull also for dereferenced values
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add noneditable attribute to Variable Objects
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor Variable Object printing
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Print has_more value for var-list-children command
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix unhandled exceptions output
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Do not stop on unmapped code
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Allow to run debugger without arguments
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable printing ^running for step commands
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix exception-received and end-stepping-range location...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add dummy var-show-attributes command
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix breakpoint-hit location output
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Escape filenames in MI output
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix breakpoint resolving failure while process module...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fake vsdbg commands
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable handling -f argument in break-insert command
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix handling frame-addr argument in var-create command
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add support for command arguments with quotes
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix indices parsing when additional parameters are...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix stack-list-frames output when frame 0 is not printed
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add Debugger class
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Cleanup commented code in symbolreader.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add target-attach and target-detach commands
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor process attach into a separate function
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Rename the project to netcoredbg
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Rename src/debug/debugger to src/debug/netcoredbg
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable string escaping
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Parse breakpoint id without throwing an exception
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix stepping commands and enable --thread argument...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add support for range arguments to var-list-children...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix includes in frames.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Print handled exception message type and module
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable parsing --frame argument
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Remove additional separator in frame list
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor frames and threads walking into separate file
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Enable parsing --thread argument
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix stack variable name length
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor commands
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Move all CoreCLR includes into single header
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use condition variable for exit process notification
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add macOS support
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Move platform specific code into separate file
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix function name
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor stack walking code
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Do not print stack variable types
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add thread ID field to Variable Objects
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Remove PrintLocation function
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Add low and high frame arguments to PrintFrames function
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use last stopped thread ID instead of ICorDebugThread...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix children printing separator
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor breakpoints
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix typeprinter.h include
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Refactor Variable Objects
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Fix threads state display
commit
|
commitdiff
|
tree
|
snapshot
next