summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
2016-03-04Merge pull request #3513 from mikem8361/soschangesMike McLaughlin2-2/+9
2016-03-04Fix two sos issues.Mike McLaughlin2-2/+9
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+8
2016-03-02Fixes issue #3453 ARM build break.Mike McLaughlin1-1/+2
2016-02-28Merge pull request #3424 from dotnet-bot/from-tfsMatt Ellis1-0/+1
2016-02-28Add missing .gitmirror file.Matt Ellis1-0/+1
2016-02-27Merge pull request #3410 from jkotas/licenseJan Kotas3-12/+9
2016-02-27Fix build on NetBSD: Include <stdarg.h> for va_arg(3)Kamil Rytarowski1-0/+2
2016-02-27Update license headerJan Kotas3-12/+9
2016-02-27Merge pull request #3395 from dotnet-bot/from-tfsJan Kotas4-0/+23473
2016-02-26Fix sos/strike build.Mike McLaughlin4-1/+2
2016-02-26Fix directory name casing in TFS to match what is in git.Matt Ellis4-0/+0
2016-02-26Add missing .gitmirror file.Matt Ellis4-0/+23473
2016-02-25Create a version resilient interface between sos (libsos.so) and the lldb pluginMike McLaughlin25-861/+2225
2016-02-18Do not define global inline new/delete operatorsMike Danes2-13/+11
2016-02-17Merge pull request #3189 from krytarowski/netbsd-support-49Jan Kotas1-1/+10
2016-02-17Fix NetBSD build issue: Use compiler version of alloca(3) when possibleKamil Rytarowski1-1/+10
2016-02-17Fix build issue on NetBSD: Make RPATH optional and user-settableKamil Rytarowski1-3/+5
2016-02-12Merge pull request #3122 from krytarowski/netbsd-support-40Jan Vorlicek2-0/+4
2016-02-11Fix build on NetBSD: Include <cstdarg> for va_listKamil Rytarowski2-0/+4
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-1/+35
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-2/+2
2016-02-01Don't access deleted object, return proper error codeDmitry-Me1-3/+4
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas2-3/+0
2016-01-27Update license headersdotnet-bot68-278/+210
2016-01-22Use coreclr buildtools nuget package instead of compiling the tools used duri...Rahul Kumar1-2/+0
2016-01-21FIx the incremental build for WindowsJan Vorlicek2-2/+2
2016-01-15rollback 1565534 and also fix build breakRahul Kumar2-1/+9
2016-01-15Rollback changeset 1565223.Wes Haggard2-9/+1
2016-01-14Fix for Build Issue #785302:Rahul Kumar2-1/+9
2016-01-14Add OSS license headers to all new files in githubRahul Kumar14-12/+61
2016-01-13coreclr BuildTools for github builds - instead of building the tools (which d...Rahul Kumar20-5/+17409
2016-01-10Fix SOS DumpLogAditya Mandaleeka1-1/+1
2015-12-15Build arm64 using private toolsetRahul Kumar1-0/+2
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin2-2/+38
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin2-5/+8
2015-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin12-86/+1631
2015-11-19Merge pull request #2110 from janvorli/refactor-gc-typesJan Kotas2-0/+2
2015-11-19Add casts to APIs that require LONG / DWORD parametersJan Vorlicek1-0/+1
2015-11-18Fixed FreeBSD sos plugin build.Mike McLaughlin2-0/+4
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-0/+1
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin7-25/+116
2015-10-31Fix build break on UnixJan Kotas1-0/+2
2015-10-31Fix Unix build breaksJan Kotas1-19/+21
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas3-11/+312
2015-10-07correct word spellingあまみや ゆうこ5-9/+9
2015-10-06Fixed small bugs in decodemd.cpp, gcrecord.h, gc.cpp, Strike/util.cpp, and st...William Godbe2-4/+3
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin6-2/+62
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar9-77/+77
2015-09-05Fixes ARM Strike buildBen Pye1-4/+12