summaryrefslogtreecommitdiff
path: root/src/dlls/mscordbi
AgeCommit message (Expand)AuthorFilesLines
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-1/+2
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-2/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-1/+1
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson2-0/+2
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-3/+0
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-1/+0
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-14/+23
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin2-1/+3
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2017-01-24Delete unused files (#9082)mikedn2-82/+0
2016-12-26Remove files related to legacy build system (#8723)Robert2-167/+0
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin2-10/+49
2016-04-26This has following changes:Rahul Kumar1-7/+1
2016-04-11Unable to debug coreclr apps on Debian 8.2 (Issue #4263)Mike McLaughlin1-0/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-4/+1
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+7
2016-02-17Merge pull request #3177 from krytarowski/netbsd-support-47Jan Vorlicek1-3/+5
2016-02-17Fix build issue on NetBSD: Make RPATH optional and user-settableKamil Rytarowski1-3/+5
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski1-2/+2
2016-01-27Update license headersdotnet-bot5-21/+15
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin1-0/+9
2015-09-01Added process module enumeration for OSx.Mike McLaughlin1-7/+7
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-1/+1
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-2/+2
2015-04-17Add missing MIT license headersJan Vorlicek1-5/+4
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-1/+1
2015-04-14Create shared PAL module and change all the debugger modules and coreclr to u...Mike McLaughlin1-1/+2
2015-03-26Make DBI and SOS use PAL from DACEugene Zemtsov1-2/+3
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-0/+4
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov2-3/+1
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar1-0/+2
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel1-6/+4
2015-02-05Make DBI build on LinuxEugene Zemtsov1-13/+35
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot11-0/+405