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
2018-02-08
Andrey Okoshkin
Add missing inclusion of headers to debugger.h
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Andrey Okoshkin
Add missing `pragma once` to `torelease.h`
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Andrey Okoshkin
Make ParseGenericParams() and FindTypeInModule() static...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Andrey Okoshkin
Fixed header inclusion for `platform.h`
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Igor Kulaychuk...
Merge pull request #12 from i-kulaychuk/wip-no-pal
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Igor Kulaychuk...
Merge pull request #9 from a-okoshkin/fix_wchar_convert
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Andrey Okoshkin
Add `to_utf16()` instead of `convert.from_bytes()`
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Andrey Okoshkin
Add missing usage of `to_utf8()` instead of `convert...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Andrey Okoshkin
Added `pragma once` to cputil.h
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Andrey Okoshkin
Redesign of `to_utf8()`
commit
|
commitdiff
|
tree
|
snapshot
2018-02-06
Igor Kulaychuk
Use `dotnet` CLI to launch application
commit
|
commitdiff
|
tree
|
snapshot
2018-02-06
Igor Kulaychuk
Dynamically load PAL symbols from libcoreclr instance
commit
|
commitdiff
|
tree
|
snapshot
2018-02-06
Igor Kulaychuk
Add DLOpen and DLSym wrappers
commit
|
commitdiff
|
tree
|
snapshot
2018-02-06
Igor Kulaychuk
Add `USleep` function (based in `usleep`) instead of...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-06
Igor Kulaychuk
Use `std::wstring_convert()` instead of PAL-based conve...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Igor Kulaychuk...
Merge pull request #7 from a-okoshkin/refactoring
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Igor Kulaychuk...
Merge pull request #6 from d-kovalenko/upd_patches
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Andrey Okoshkin
`m_clrPath` is initialized in ManagedDebugger::AttachTo...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Andrey Okoshkin
`GetCLRPath()` and `InternalEnumerateCLRs()` accept...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Andrey Okoshkin
`pid` is `DWORD` in Startup() and AttachToProcess(...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Dmitry Kovalenko
Update patches for coreclr
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Andrey Okoshkin
Debugger::IsJustMyCode() is const now
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Andrey Okoshkin
Make EmitInitializedEvent() and EmitTerminatedEvent...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Andrey Okoshkin
Add missing initialisation of ManagedDebugger fields
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Andrey Okoshkin
MIProtocol and VSCodeProtocol default constructors...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Andrey Okoshkin
Drop extra ';' in MIProtocol header
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Igor Kulaychuk...
Merge pull request #5 from a-okoshkin/improve_cmake
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Igor Kulaychuk...
Merge pull request #4 from i-kulaychuk/enable-stopatentry
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Igor Kulaychuk...
Merge pull request #3 from i-kulaychuk/enable-logging
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Igor Kulaychuk
Always enable stopAtEntry when launching through MI...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Igor Kulaychuk
Remove unused parameter
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Igor Kulaychuk
Add entry event in MI protocol
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Igor Kulaychuk
Add support for --engineLogging command line option
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Andrey Okoshkin
Defines related to the build target are properly set now
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Andrey Okoshkin
CoreCLR libraries are imported first in `netcoredbg...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Andrey Okoshkin
Add missing `clr_unknown_arch()` to clrdefinitions...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Andrey Okoshkin
Add default value for `CLR_BIN_DIR` cmake variable
commit
|
commitdiff
|
tree
|
snapshot
2018-01-30
Igor Kulaychuk
Add support for stopAtEntry option
commit
|
commitdiff
|
tree
|
snapshot
2018-01-30
Igor Kulaychuk
Compile only specified files when building SymbolReader
commit
|
commitdiff
|
tree
|
snapshot
2018-01-29
Igor Kulaychuk...
Merge pull request #2 from a-okoshkin/fix_cmake_managed...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-29
Andrey Okoshkin
Add support of out-of-source SymbolReader build
commit
|
commitdiff
|
tree
|
snapshot
2018-01-26
Igor Kulaychuk
Fix OutputEvent body
commit
|
commitdiff
|
tree
|
snapshot
2018-01-24
Igor Kulaychuk
Initial support for VSCode debugger protocol
commit
|
commitdiff
|
tree
|
snapshot
2018-01-24
Igor Kulaychuk
Report number of available frames and use levels instea...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-24
Igor Kulaychuk
Move ManagedDebugger class declaration into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-24
Igor Kulaychuk
Add Continued event and clear variable references when...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-23
Igor Kulaychuk
Refactor Debugger - make initialization more verbose
commit
|
commitdiff
|
tree
|
snapshot
2018-01-23
Igor Kulaychuk
Fix frame id
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Igor Kulaychuk
Move JMC related methods into Modules class
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Igor Kulaychuk
Refactor printing loaded libraries (modules)
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Rename commands.cpp to miprotocol.cpp
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Move all MIProtocol methods implementations into comman...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Refactor ManagedDebugger implementation into separate...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Refactor Debugger into the ManagedDebugger class which...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Refactor variables handler into Variables class
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Refactor breakpoints handler into the Breakpoints class
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Do not allow access to private fields of ManagedCallbac...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Make GetThreadsState function non-static
commit
|
commitdiff
|
tree
|
snapshot
2018-01-18
Igor Kulaychuk
Refactor Modules namespace into Modules class
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Make PrintFrameLocation a private static method of...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Make DisableAllSteppers a private static method of...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Refactor last stopped thread id global variable
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Refactor global process variable
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Move all Evaluator methods implementations into expr...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Refactor all evaluation related functions into separate...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Match only full paths when setting a breakpoint
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Igor Kulaychuk
Refactor internal structure for handling breakpoints
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Make methods SetJustMyCode/IsJustMyCode non-static
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Add virtual destructor to Protocol interface
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Construct ManagedCallback class instance inside Debugge...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Rename varobj.cpp to variables.cpp
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Move class constructor related global variables into...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Do not expose ICorDebugProcess from Debugger class
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Refactor variable children printing
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Igor Kulaychuk
Refactor printing stack variables
commit
|
commitdiff
|
tree
|
snapshot
2018-01-12
Igor Kulaychuk
Refactor out part of ICorDebug API usages in MIProtocol...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-12
Igor Kulaychuk
Extract class for handling GDB MI protocol
commit
|
commitdiff
|
tree
|
snapshot
2018-01-12
Igor Kulaychuk
Rename isNull methods to IsNull
commit
|
commitdiff
|
tree
|
snapshot
2018-01-12
Igor Kulaychuk
Encode thread id and frame level as frame id
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Avoid event printing dependency on debugged process
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor printing messages
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor printing thread star/exit events
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor printing process exit info
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor printing stopped state on unhandled exception
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor printing stopped state when step is complete
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Add license header to protocol.h
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor breakpoint printing
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Rename Breakpoint to ManagedBreakpoint
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Igor Kulaychuk
Refactor frame location printing
commit
|
commitdiff
|
tree
|
snapshot
2018-01-10
Igor Kulaychuk
Refactor printing threads state
commit
|
commitdiff
|
tree
|
snapshot
2018-01-10
Igor Kulaychuk
Add .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2017-12-07
Igor Kulaychuk
Use SysStringLen function for BSTR allocation check
commit
|
commitdiff
|
tree
|
snapshot
2017-12-07
Igor Kulaychuk
Fix return type of vsnprintf
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Update README code formatting
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Update project description in README
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Update README with Ubuntu x64 build instructions
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Remove dll rename patch from spec
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Use SymbolReader.dll instead of SOS.NETCore.dll
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Disable downloading sources from internal repo
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Igor Kulaychuk
Move SymbolReader.cs near SymbolReader.csproj
commit
|
commitdiff
|
tree
|
snapshot
next