summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-12Implement GetLogicalCpuCountFromOS in the PAL for OSXGeoff Norton3-3/+21
2015-03-10Merge pull request #428 from ellismg/custom-entry-pointMatt Ellis2-4/+43
2015-03-10Add custom entry point support.Matt Ellis2-4/+43
2015-03-10Merge remote-tracking branch 'upstream/master' into merge-from-tfsRama krishnan Raghupathy50-264/+692
2015-03-10Merge pull request #425 from jkotas/jitpinvokefixJan Kotas1-1/+7
2015-03-10Merge pull request #416 from janhenke/masterMatt Mitchell3-3/+3
2015-03-10Do not hardcode path to bash into the shell scripts.Jan Henke3-3/+3
2015-03-09Avoid call to QueryUnbiasedInterruptTime for PALJan Kotas1-0/+2
2015-03-09Merge pull request #400 from mikem8361/dacglobals1Mike McLaughlin41-234/+655
2015-03-09Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin3-25/+24
2015-03-09Return null for GetLocalTzFileMatt Ellis1-1/+1
2015-03-09Fix size computation in ZapWriter::WritePadJan Kotas1-2/+2
2015-03-08Make assertion failures to break into debuggerJan Kotas2-23/+22
2015-03-06With This change the tests build all the native components first and then bu...Rama Krishnan Raghupathy1-2/+2
2015-03-06Fix method desc name display by using the PAL vsnprintf instead of the regula...Mike McLaughlin1-5/+26
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin55-18194/+1294
2015-03-06Fix the LLDB.h search order and the format character used.Mike McLaughlin2-4/+4
2015-03-06Fixed that IP2MD stopped working after using it, continuing the target and th...Mike McLaughlin1-19/+13
2015-03-06Allow either lldb-3.6 or lldb-3.5 to be used to build the sos plugin.Mike McLaughlin1-8/+16
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin39-203/+599
2015-03-06Fix trashing of P/Invoke return value by GC probeJan Kotas1-1/+7
2015-03-05Fix exception in CompareInfo.IndexOfOrdinal on UnixStephen Toub1-1/+1
2015-03-05Fix register usage in ResolveWorkerChainLookupAsmStubJan Kotas1-7/+7
2015-03-05Merge pull request #397 from Djuffin/net-debugJan Kotas52-18182/+1281
2015-03-05Reimplement CPalThread::Get/SetLastError in terms of errnoStephen Toub1-4/+3
2015-03-05Rename old Silverlight Mac debugging GUID to avoid confusionEugene Zemtsov1-3/+3
2015-03-05Rearrange libs in cmakefile for libcoreclr in order to help ld find twowaypip...Eugene Zemtsov1-1/+1
2015-03-05Fix build from msbuild environmentEugene Zemtsov2-10/+6
2015-03-04Merge pull request #391 from jkotas/umthunkJan Kotas1-18/+19
2015-03-04Merge pull request #392 from jkotas/TypedReferenceJan Kotas5-8/+16
2015-03-03Introduce FC_TypedByRef for passing TypedReferences as FCall argumentsJan Kotas5-8/+16
2015-03-03Fix RBP-relative offsets in UMThunkStubJan Kotas1-18/+19
2015-03-03Fix copy&paste typo in JIT_MemCpy helperJan Kotas1-1/+1
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov51-18172/+1275
2015-03-03Merge pull request #380 from janvorli/exception-handlingJan Vorlicek4-35/+85
2015-03-03Merge pull request #335 from LLITCHEV/masterLubomir Litchev3-22/+106
2015-03-03Merge pull request #381 from jkotas/unwindingJan Kotas3-5/+3
2015-03-03Fix GetThreadContext and reflect PR feedbackJan Vorlicek4-100/+44
2015-03-03Fix CONTEXTFromNativeContext / CONTEXTToNativeContext to handle FP regsJan Vorlicek2-7/+113
2015-03-03Merge pull request #382 from jkotas/authenticateMatt Ellis5-101/+4
2015-03-02Merge pull request #378 from pgavlin/LLDBCMakePat Gavlin1-28/+38
2015-03-02Merge pull request #383 from dotnet-bot/from-tfsMatt Ellis2-0/+2
2015-03-02Delete host authentication enforcementJan Kotas5-101/+4
2015-03-02Correct set_cfa_register argumentsJan Kotas2-4/+3
2015-03-02Delete initial .cfi_def_cfa_offsetJan Kotas1-1/+0
2015-03-02Add an option to exlude the SOS plugin for LLDB from the build.Pat Gavlin1-0/+5
2015-03-02Remove SECURITY_SQOS_PRESENT from dwFlagsAndAttributesStephen Toub1-1/+3
2015-03-02Do not require that the LLDB plugin builds unless targeting Linux.Pat Gavlin1-28/+33
2015-03-02More typo fixes.Lubomir Litchev2-5/+2
2015-03-02Merge pull request #364 from pgavlin/LLDBCMakePat Gavlin3-31/+35