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
/
dlls
/
dbgshim
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-30
Fix CoreCLR debug launch (#19730)
Andrew Au
1
-16
/
+19
2018-08-20
Fix dbgshim's > 1000 module bug (issue #19538) (#19553)
Mike McLaughlin
1
-10
/
+60
2018-04-07
Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)
Mike McLaughlin
1
-2
/
+7
2018-03-19
Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...
Mike McLaughlin
1
-0
/
+1
2018-02-17
delete unused mirror files (#16423)
Sergey Andreenko
1
-1
/
+0
2017-02-12
Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)
danmosemsft
1
-3
/
+1
2017-01-20
Fix debugger launch race hitting breakpoints in startup code. (#8951)
Mike McLaughlin
1
-11
/
+52
2016-12-26
Remove files related to legacy build system (#8723)
Robert
2
-113
/
+0
2016-10-24
Fix performance problem introduced in previous change. (#7783)
Mike McLaughlin
1
-1
/
+1
2016-09-20
Fix launch timing issue in dbgshim found in VS. (#7279)
Mike McLaughlin
1
-2
/
+4
2016-06-03
Limit exports on debugger modules. (#5442)
Mike McLaughlin
2
-7
/
+41
2016-05-04
Remove O_RDWR from sem_open and better error codes on failure (#4772)
Mike McLaughlin
1
-2
/
+3
2016-04-26
This has following changes:
Rahul Kumar
1
-8
/
+1
2016-04-21
Fix dbgshim race conditions
Mike McLaughlin
1
-33
/
+9
2016-03-22
Strip symbols on release builds into separate binaries
Mike McLaughlin
1
-4
/
+1
2016-03-08
Added CreateProcessForLaunch, ResumeProcess and CloseResumeHandle that can
Mike McLaughlin
3
-1
/
+118
2016-03-04
Merge pull request #3507 from gkhanna79/OneCore2
Gaurav Khanna
1
-0
/
+8
2016-03-04
Fixup CRT linkages for uCRT
Gaurav Khanna
1
-0
/
+8
2016-02-26
DbgShim!RegisterForRuntimeStartup: Avoid extra call to callback
Gregg Miskelly
1
-1
/
+1
2016-02-14
Add more CMake sugar for NetBSD
Kamil Rytarowski
1
-2
/
+2
2016-02-01
Fix OACR errors for ProjectK
dotnet-bot
1
-1
/
+1
2016-01-27
Update license headers
dotnet-bot
5
-21
/
+16
2016-01-21
FIx the incremental build for Windows
Jan Vorlicek
1
-1
/
+1
2016-01-14
Add debugger launch to dbgshim for xplat.
Mike McLaughlin
3
-107
/
+662
2015-09-08
Replace MAX_PATH with new defines, rest of coreclr.
Lakshmi Priya Sekar
1
-11
/
+11
2015-06-26
Add missing include directory
Matt Ellis
1
-0
/
+2
2015-06-26
Make 64bit dump debugging possible on CoreCLR
Eugene Zemtsov
1
-2
/
+2
2015-06-16
Merge pull request #1141 from mikem8361/dbgshim
Mike McLaughlin
1
-99
/
+69
2015-06-15
Make sure dbgshim can attach to processes from other sessions
Eugene Zemtsov
1
-3
/
+30
2015-06-15
Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).
Mike McLaughlin
1
-99
/
+69
2015-06-02
Fix unresolved symbol by adding the native resource lib.
Mike McLaughlin
1
-0
/
+1
2015-05-02
Fixed PAL thread allocation stack overflow.
Mike McLaughlin
1
-1
/
+1
2015-04-28
Remove unused code and address codereview comments
Eugene Zemtsov
1
-14
/
+23
2015-04-27
Proper CLR module discovery in dbgshim on POSIX systems
Eugene Zemtsov
2
-7
/
+14
2015-04-27
Mark dbgshim functions as extern "C", for easier load via GetProcAddress
Eugene Zemtsov
1
-6
/
+6
2015-04-17
Add missing MIT license headers
Jan Vorlicek
1
-5
/
+4
2015-04-14
Rename "CoreClrPal" to "coreclrpal"
Matt Ellis
1
-1
/
+1
2015-04-02
Get the dbgshim module to build and enabled all the public APIs with simple/d...
Mike McLaughlin
4
-77
/
+189
2015-02-07
Use list(APPEND) rather than set(var ${var} ...) in CMake
Ben Boeckel
1
-1
/
+1
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
9
-0
/
+1306