summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Merge pull request #428 from ellismg/custom-entry-pointMatt Ellis1-4/+37
2015-03-10Add custom entry point support.Matt Ellis1-4/+37
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin3-3/+2
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-1/+6
2015-03-05Rearrange libs in cmakefile for libcoreclr in order to help ld find twowaypip...Eugene Zemtsov1-1/+1
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov3-3/+2
2015-03-02Delete host authentication enforcementJan Kotas1-3/+0
2015-02-20Fix SOS command to not break the OSX build, and be linkable against apples LL...Geoff Norton1-8/+10
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-0/+3
2015-02-19Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...Mike McLaughlin1-6/+6
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin1-0/+5
2015-02-16One more fix to DAC build. The wrong "delete" code was being used causing a f...Mike McLaughlin1-0/+4
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-0/+5
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83612-7/+41
2015-02-09Add new nuget package for development usageMatt Mitchell3-3/+0
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 Boeckel5-19/+14
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel3-4/+4
2015-02-06Remove cordbi from the OSX build, since its still missing some symbolsGeoff Norton1-1/+3
2015-02-06Initial Mac OSX SupportGeoff Norton1-3/+6
2015-02-05Merge pull request #104 from dotnet-bot/from-tfsJan Kotas2-14/+36
2015-02-05Enable PDB generation for corerun and coreconsoleMatt Mitchell3-1/+12
2015-02-05Make DBI build on LinuxEugene Zemtsov2-14/+36
2015-02-04Enable binplacing of native CoreCLR binaries on LinuxSergiy Kuryata2-2/+6
2015-02-03Move the windows unwinder code out of the debug folder.Jan Vorlicek2-0/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot85-0/+10183