summaryrefslogtreecommitdiff
path: root/src/debug/ee
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Remove FuncEvalHijackPersonalityRoutine for PALJan Vorlicek4-13/+8
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka2-6/+5
2015-08-24Merge pull request #1381 from JeremyKuhne/maxpathJeremy Kuhne1-2/+2
2015-08-24Run code under long paths on UnixJeremy Kuhne1-2/+2
2015-08-20Use volatile stores for values read by DACJan Kotas1-1/+2
2015-08-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka2-5/+5
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka1-3/+2
2015-08-04Enable the Windows x86 buildMike Danes2-8/+7
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas2-1/+8
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov2-3/+3
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-1/+8
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-9/+98
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-1/+0
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+3
2015-05-12Fix OSX personality routines encodingJan Vorlicek1-2/+1
2015-04-23Fixed the dac table file problem. The file name used isn't unique if there is...Mike McLaughlin2-9/+1
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-0/+7
2015-04-18Ensure we differentiate between division by zero and overflowJan Vorlicek1-5/+5
2015-04-07Improve comments and fix Realloc in executable debugger heapEugene Zemtsov1-1/+14
2015-04-02Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...Eugene Zemtsov1-0/+12
2015-04-01Fix next round of warning typesJan Vorlicek4-5/+5
2015-03-26Make it possible to write stress log from a module that doesn't have statical...Eugene Zemtsov1-1/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-3/+3
2015-03-22Replace PAL_GetCoreClrModuleBase() with PAL_GetPalModuleBase()Eugene Zemtsov1-1/+1
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin11-6228/+211
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin2-0/+93
2015-03-05Fix build from msbuild environmentEugene Zemtsov1-3/+0
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov10-6225/+209
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin1-0/+4
2015-02-17Merge branch 'master' into unix_issue177Geoff Norton3-7/+2
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-0/+4
2015-02-15Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin3-7/+2
2015-02-13Simplify platform ifdefsJan Kotas3-7/+2
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83612-0/+8
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar2-0/+4
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel1-5/+4
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel2-3/+3
2015-02-06Initial Mac OSX SupportGeoff Norton1-2/+2
2015-02-04Fixed typosPascal Borreli1-1/+1
2015-01-31Replaced compiler option to disabled all warnings in Linux build by options f...Jan Vorlicek1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot54-0/+53227