summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-4/+8
2018-11-12Simplify build.sh command line arguments for Linux/arm cross build (Part 1) (...Egor Chesakov1-3/+0
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar2-41/+55
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding13-54/+132
2018-11-12Verify the application group container directory exists in Mac Sandbox (#20916)Oded Hanson1-34/+63
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-8/+4
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-4/+8
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin1-1/+5
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer1-1/+1
2018-11-06Pull out GetContainingObjectAndrew Au1-102/+15
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au1-27/+102
2018-11-06Change GetContainingObject APIAndrew Au1-4/+4
2018-11-06Fix ARM compilation issueAndrew Au1-0/+32
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au1-1/+11
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang2-23/+23
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-39/+5
2018-11-06ContainerObject -> ContainingObjectAndrew Au1-6/+6
2018-11-06Pass databreakpoint mask into debuggerTom McDonald1-4/+8
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald2-6/+16
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au1-2/+2
2018-11-06Boilerplate for adding new DBI methodAndrew Au4-121/+131
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au1-8/+8
2018-11-06The GC events are now working, somewhat ...Andrew Au2-10/+18
2018-11-06Saving progress - works towards gc eventsAndrew Au2-175/+177
2018-11-06Initial data breakpoint changesCagri (Charlie) Aslan2-35/+222
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas2-0/+50
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson10-143/+337
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding35-1/+1532
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas1-23/+15
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-3/+3
2018-10-16Enable building with Clang 7 (#20417)Jan Vorlicek1-19/+9
2018-10-12Fix MacOS launch bug when spaces in module names. (#20385)Mike McLaughlin1-1/+4
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler2-233/+32
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-10-09Fix issue 20261: infinite recursion for non PAL threads (#20267)Jonathan Marler1-6/+4
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise7-168/+9
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise13-34/+20
2018-10-04Typos (#20271)John Doe1-1/+1
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+1
2018-09-25Don't check for libintl.h on Darwin (OSX) (#20094)Davis Goodin1-1/+4
2018-09-20Removing BitScanReverse from pal.hTanner Gooding1-46/+0
2018-09-10Build Hostx86/arm32 coreclrpal when CROSSCOMPILE is "1" and Hostx64/arm32 cor...Egor Chesakov1-2/+7
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding2-0/+58
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek2-0/+84
2018-09-05[Unix|Arm64] Correct transition block for unix arm64 (#19822)Jarret Shook1-11/+11
2018-09-05Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomp...Egor Chesakov1-1/+1
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-12/+12
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas2-5/+27