summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Initial support of lldb-3.8 for libsosplugin (#4473)Evgeny Pavlov1-10/+14
2016-04-26Merge pull request #4502 from seanshpark/arm_sos_with_lldb38Mike McLaughlin8-8/+31
2016-04-27ARM, SOS: Fix fail to load libsos.so while debugging with lldbSaeHie Park8-8/+31
2016-04-26This has following changes:Rahul Kumar2-10/+1
2016-04-22Fixes various SOS problems and issues.Mike McLaughlin5-33/+26
2016-04-18enable build of cross target components.Rahul Kumar3-4/+27
2016-04-16Merge pull request #4342 from ZhichengZhu/clrstackrJan Vorlicek1-5/+65
2016-04-15Merge pull request #3240 from krytarowski/netbsd-support-50Jan Kotas1-0/+4
2016-04-15add clrstack -r optionZhicheng Zhu1-5/+65
2016-04-13Enable SOS gcInfo command. All it does basically is just enable the gcdecoder Zhicheng Zhu1-6/+0
2016-04-13Fix issue unveiled on NetBSD: Add PAL__vsnprintf shadow in PALKamil Rytarowski1-0/+4
2016-04-12fix GCInfo build problem, tested a few simple "HelloWorld" program works good!Zhicheng Zhu1-6/+0
2016-04-11Unable to debug coreclr apps on Debian 8.2 (Issue #4263)Mike McLaughlin1-0/+1
2016-04-08Merge pull request #4205 from mikem8361/sosfx2Mike McLaughlin3-7/+14
2016-04-08Better sos message for runtime not initializedMike McLaughlin3-7/+14
2016-04-07Merge pull request #4106 from janvorli/add-hosting-api-headerJan Vorlicek1-1/+2
2016-04-06Add header file for the hosting APIJan Vorlicek1-1/+2
2016-04-04Package ibcmerge.exe and optimization data for FxCore inside a Nuget packageAlex Ghiondea1-1/+3
2016-03-31Merge pull request #4018 from mikem8361/sosplugfixMike McLaughlin1-0/+4
2016-03-30Add back explicitly loading mscordaccore so libsos will properly load when in...Mike McLaughlin1-0/+4
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy2-0/+6
2016-03-22Merge pull request #3794 from mikem8361/stripsymMike McLaughlin2-7/+6
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin2-7/+6
2016-03-21Update SOS documentation.Mike McLaughlin1-1/+1
2016-03-17Fixed problem with bpmd not working sometimes.Mike McLaughlin4-103/+69
2016-03-15Prune Windows mscorlibJan Kotas1-1/+0
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