summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike
AgeCommit message (Expand)AuthorFilesLines
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen4-23/+23
2016-10-25Check index before access (#7795)Dmitry-Me1-1/+1
2016-10-21Fix broken #elif (#7756)Dmitry-Me1-1/+1
2016-08-22Fix SOS build break from PR #6838. (#6845)dotnet bot1-2/+6
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin7-629/+572
2016-08-15Arm64 Sos fixes forRama Krishnan Raghupathy4-13/+12
2016-08-04Clean up some SOS code.Aditya Mandaleeka1-52/+46
2016-08-04Cache failure to initialize SymbolReader logic in SOS.Aditya Mandaleeka2-12/+24
2016-08-01Change int return values to BOOL for coreclr delegates (#6551)Evgeny Pavlov2-26/+29
2016-07-27[SOS][ARM/Linux] Enable clru SOS command (#6477)Evgeny Pavlov1-6/+8
2016-07-21[SOS][Linux] Fix incorrect processing 'setclrpath' command with portable PDB ...Evgeny Pavlov1-6/+10
2016-07-20GCInfo: Support versioning.Swaroop Sridhar6-21/+24
2016-07-12Fix !PrintException (pe) -lines bug where line number/source info is not bein...Mike McLaughlin1-16/+7
2016-07-08Fix SOS bpmd for windowsRahul Kumar1-2/+6
2016-06-30[SOS] [Linux] Initial support of reading source and line number by native off...Evgeny Pavlov2-7/+80
2016-06-23[SOS][Linux] Support of reading local variables from portable PDB (#5897)Evgeny Pavlov4-25/+70
2016-06-22enable GCWhere on PAL and fixed a bug in 859307b where it's missing a functio...Maoni03-8/+4
2016-06-22[SOS] [Linux] Fix incorrect symbol loading from portable pdb (#5896)Evgeny Pavlov1-2/+1
2016-06-20Merge pull request #3074 from Dmitry-Me/useElseIfForExclusiveAditya Mandaleeka1-1/+1
2016-06-15Fix sos.DumpIL on LP64 systems with s/long/LONG/g (#5810)Ivan Baravy1-19/+19
2016-06-15Initial support of breakpoint setting by source file + line on Linux using po...Evgeny Pavlov4-27/+177
2016-06-08[ARM64/Linux] Disable not yet implemented features.Sung-Jae Lee1-0/+8
2016-06-06Add doc on how to building lldb for OS X. (#5520)Mike McLaughlin1-4/+130
2016-06-06Merge pull request #5448 from lemmaa/arm64-test-build-3Rahul Kumar1-0/+0
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin3-9/+78
2016-06-03Fix wrong filename for case sensitive filesystem.Sung-Jae Lee1-0/+0
2016-05-27Fix sos ClrStack print of GC frames for ARM/Linux (#5178)Dmitri-Botcharnikov2-2/+2
2016-05-20Add gchist SOS commands for Unix (#5127)Jan Vorlicek3-10/+2
2016-05-19ARM, SOS: correct IP and SP value in ClrStack command (#5077)SaeHie Park1-1/+1
2016-05-17Fix breakpoints on jitted code for Linux/ARM (#5014)Dmitri-Botcharnikov1-2/+5
2016-05-08ARM: Fix SOS stack dump command failure (#4774)SaeHie Park12-173/+173
2016-04-26Merge pull request #4502 from seanshpark/arm_sos_with_lldb38Mike McLaughlin5-8/+25
2016-04-27ARM, SOS: Fix fail to load libsos.so while debugging with lldbSaeHie Park5-8/+25
2016-04-26This has following changes:Rahul Kumar1-8/+1
2016-04-22Fixes various SOS problems and issues.Mike McLaughlin5-33/+26
2016-04-18enable build of cross target components.Rahul Kumar2-3/+26
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-08Better sos message for runtime not initializedMike McLaughlin2-5/+12
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy2-0/+6
2016-03-22Merge pull request #3794 from mikem8361/stripsymMike McLaughlin1-6/+5
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-6/+5
2016-03-21Update SOS documentation.Mike McLaughlin1-1/+1
2016-03-17Fixed problem with bpmd not working sometimes.Mike McLaughlin4-103/+69
2016-03-04Merge pull request #3513 from mikem8361/soschangesMike McLaughlin1-1/+8