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
Age
Commit message (
Collapse
)
Author
Files
Lines
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
Avoid unused event types
Andrew Au
1
-4
/
+2
2018-11-06
Avoiding triggering data breakpoint in Linux
Andrew Au
1
-0
/
+2
2018-11-06
Linux fix
Andrew Au
1
-0
/
+9
2018-11-06
Fix ARM compilation issue
Andrew Au
3
-2
/
+35
2018-11-06
More code review feedback
Andrew Au
1
-1
/
+7
2018-11-06
Code review feedback
Andrew Au
3
-63
/
+60
2018-11-06
More comments about Debugger::SuspendComplete
Andrew Au
1
-0
/
+3
2018-11-06
Use proper macros for GetContainingObject()
Andrew Au
1
-4
/
+3
2018-11-06
Adding comments for thread execution mode in DebuggerRCThread::SendIPCEvent
Andrew Au
1
-3
/
+17
2018-11-06
More API comments
Andrew Au
1
-1
/
+11
2018-11-06
Fix a couple bugs in GetContainingObject
Andrew Au
2
-6
/
+19
2018-11-06
Rename lite to isEESuspendedForGC
Andrew Au
2
-12
/
+12
2018-11-06
ICorDebug API documentation
Andrew Au
1
-3
/
+53
2018-11-06
Turn GarbageCollection events off by default and allow VS turning them on
Andrew Au
9
-4
/
+44
2018-11-06
Fixing the deadlocks
Andrew Au
4
-7
/
+6
2018-11-06
Fix collision with ICorDebugProcess9 to 10
Andrew Wang
5
-28
/
+28
2018-11-06
Fix a bug where a data breakpoint is accidentially deleted when the context ↵
Andrew Au
1
-0
/
+16
is restored on FuncEval completion
2018-11-06
Using Debugger::SuspendComplete()
Andrew Au
2
-25
/
+31
2018-11-06
Return better HR for failing to get managed thread context
Andrew Au
1
-6
/
+1
2018-11-06
Do not handle the thread context for garbage collection events
Andrew Au
2
-28
/
+6
2018-11-06
Simple fixes
Andrew Au
4
-26
/
+30
2018-11-06
Eliminate dataBreakpointMask from ICorDebug
Andrew Au
8
-56
/
+14
2018-11-06
Fixing linux build
Andrew Au
1
-0
/
+8
2018-11-06
Get/Set the ThreadContext natively if the debuggee is block on garbage ↵
Andrew Au
2
-6
/
+27
collection events
2018-11-06
Hacking CordbProcess::GetThreadContext / SetThreadContext to retrieve/modify ↵
Andrew Au
2
-63
/
+110
managed ThreadContext
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
2
-18
/
+7
2018-11-06
Properly fix the DB_IPCE_ASYNC_BREAK case
Andrew Au
2
-30
/
+19
2018-11-06
Removing unnecessary hacks
Andrew Au
11
-184
/
+82
2018-11-06
find_object
Maoni0
2
-25
/
+39
2018-11-06
Completed the lock reversal work
Andrew Au
6
-88
/
+124
2018-11-06
Making sure issues are tracked by TODOs
Andrew Au
2
-0
/
+3
2018-11-06
Firing the GC events within the thread suspension
Andrew Au
7
-184
/
+206
2018-11-06
ContainerObject -> ContainingObject
Andrew Au
4
-10
/
+10
2018-11-06
Pass databreakpoint mask into debugger
Tom McDonald
10
-32
/
+43
2018-11-06
Implement ICorDebugManagedCallback4::DataBreakpoint
Tom McDonald
12
-278
/
+107
2018-11-06
Saving progress
Andrew Au
1
-1
/
+5
2018-11-06
ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()
Andrew Au
4
-13
/
+6
2018-11-06
A dummy implementation of the GetContainerObject API
Andrew Au
5
-8
/
+56
2018-11-06
Boilerplate for adding new DBI method
Andrew Au
8
-132
/
+159
2018-11-06
Passing ICorDebugProcess instead of ICorDebugController
Andrew Au
7
-32
/
+34
2018-11-06
The GC events are now working, somewhat ...
Andrew Au
12
-1711
/
+1821
2018-11-06
Make sure we block after sending the events
Andrew Au
1
-9
/
+5
[next]