index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
ee
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)
Andrew Au
5
-63
/
+67
2019-01-07
Respect the instrumented code maps passed by the profiler in a rejit (#21786)
David Mason
1
-3
/
+24
2019-01-04
Fix misspelling (#21640)
Matt Galbraith
1
-1
/
+1
2019-01-04
If the debugger is stopped on a garbage collection event, resuming the thread...
Andrew Au
1
-7
/
+16
2019-01-01
Cleanup ArgumentNull_Obj references in unmanaged runtime (#21738)
Jan Kotas
1
-10
/
+10
2018-12-13
Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...
Andrew Au
2
-11
/
+25
2018-12-10
Delete vm/context.* (#21459)
Jan Kotas
2
-4
/
+0
2018-12-03
Remove IsNeutralDomain() (#21318)
Steve MacLean
2
-133
/
+16
2018-11-28
Remove obsolete assert (#21260)
Andrew Au
1
-2
/
+0
2018-11-21
Single stepping out of the unsafe places (#21135)
Andrew Au
2
-18
/
+53
2018-11-15
Delete HAS_FLS_SUPPORT and related code (#21035)
Jan Kotas
1
-12
/
+0
2018-11-14
Fix warnings because of Bool incompatibality
Swaroop Sridhar
1
-1
/
+1
2018-11-12
Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)
Andrew Au
2
-17
/
+2
2018-11-09
Delete dead/unreachable code related to remoting (#20880)
Jan Kotas
1
-1
/
+0
2018-11-08
Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"
Jan Kotas
2
-2
/
+17
2018-11-08
Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint
Andrew Au
2
-17
/
+2
2018-11-06
Pull out GetContainingObject
Andrew Au
1
-11
/
+0
2018-11-06
More code review feedback
Andrew Au
2
-41
/
+53
2018-11-06
FEATURE_DATABREAKPOINT
Andrew Au
4
-29
/
+29
2018-11-06
Code review feedback
Andrew Au
4
-88
/
+32
2018-11-06
Comment on jithelp.asm
Andrew Au
1
-1
/
+0
2018-11-06
Ensure BeforeGC and AfterGC events are always sent in pairs
Chuck Ries
2
-3
/
+9
2018-11-06
Stepping out of the write barrier
Andrew Au
2
-2
/
+47
2018-11-06
Complete the work for AMD64 unwind out of write barrier work
Andrew Au
2
-67
/
+47
2018-11-06
Bringing up the AMD64 support for unwinding away from JIT WriteBarrier
Andrew Au
2
-8
/
+32
2018-11-06
Make the write barrier unwinding fix works for coreclr release build
Andrew Au
3
-1
/
+20
2018-11-06
x86 only stackwalk fix
Andrew Au
2
-11
/
+39
2018-11-06
Allocating the DebuggerDataBreakpoint object in the right heap
Andrew Au
1
-1
/
+1
2018-11-06
Avoiding triggering data breakpoint in Linux
Andrew Au
1
-0
/
+2
2018-11-06
Fix ARM compilation issue
Andrew Au
1
-2
/
+2
2018-11-06
More comments about Debugger::SuspendComplete
Andrew Au
1
-0
/
+3
2018-11-06
Adding comments for thread execution mode in DebuggerRCThread::SendIPCEvent
Andrew Au
1
-3
/
+17
2018-11-06
Rename lite to isEESuspendedForGC
Andrew Au
2
-12
/
+12
2018-11-06
Turn GarbageCollection events off by default and allow VS turning them on
Andrew Au
2
-3
/
+5
2018-11-06
Fixing the deadlocks
Andrew Au
2
-6
/
+4
2018-11-06
Fix a bug where a data breakpoint is accidentially deleted when the context i...
Andrew Au
1
-0
/
+16
2018-11-06
Using Debugger::SuspendComplete()
Andrew Au
2
-25
/
+31
2018-11-06
Simple fixes
Andrew Au
3
-26
/
+13
2018-11-06
Eliminate dataBreakpointMask from ICorDebug
Andrew Au
1
-1
/
+0
2018-11-06
Hacking CordbProcess::GetThreadContext / SetThreadContext to retrieve/modify ...
Andrew Au
1
-9
/
+9
2018-11-06
Clear Canary cache unconditionally
Andrew Au
1
-2
/
+1
2018-11-06
Fix linux build
Andrew Au
1
-2
/
+2
2018-11-06
This should fix the non-deterministic failures
Andrew Au
1
-2
/
+5
2018-11-06
Properly fix the DB_IPCE_ASYNC_BREAK case
Andrew Au
2
-30
/
+19
2018-11-06
Removing unnecessary hacks
Andrew Au
5
-33
/
+8
2018-11-06
Completed the lock reversal work
Andrew Au
3
-66
/
+108
2018-11-06
Making sure issues are tracked by TODOs
Andrew Au
1
-0
/
+1
2018-11-06
Firing the GC events within the thread suspension
Andrew Au
2
-2
/
+12
2018-11-06
Pass databreakpoint mask into debugger
Tom McDonald
3
-16
/
+15
2018-11-06
Implement ICorDebugManagedCallback4::DataBreakpoint
Tom McDonald
3
-104
/
+40
[next]