summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
2016-11-08[Linux][GDB-JIT] Fix lldb stepping issues (#7777)Igor Kulaychuk1-2/+0
2016-11-08fix typoHyeongseok Oh1-1/+1
2016-11-08Support GetHFAType in SuperPMI for ARM32 hardFPHyeongseok Oh7-6/+44
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek1-4/+0
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen6-27/+27
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall10-16/+20
2016-10-25Check index before access (#7795)Dmitry-Me1-1/+1
2016-10-25Add more lldbplugin/libsosplugin tests (#5606)Ivan Baravy40-207/+2022
2016-10-21Fix broken #elif (#7756)Dmitry-Me1-1/+1
2016-10-15Allows not to build LLDBPLUGIN (#7390)Jonghyun Park1-0/+3
2016-10-14Fix build breaksJan Kotas1-0/+2
2016-10-03[Linux] [SOS.NETCore] Quick fix for Path.GetFileName (#7441)Dmitri-Botcharnikov1-4/+17
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-0/+58
2016-09-06Add proper support for custom installed llvm tool chain. (#7050)Sung-Jae Lee1-2/+3
2016-08-31Fix funceval of a function returning 16 byte value type. (#6997)Mike McLaughlin1-12/+19
2016-08-25Put back Open key signing on the SOS.NETCore assembly. (#6905)Mike McLaughlin2-13/+21
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-2/+2
2016-08-23Add missing .gitmirror file. (#6864)dotnet bot2-1/+1
2016-08-22Merge pull request #6848 from BruceForstall/FixArm64SuperPmi2Bruce Forstall2-10/+22
2016-08-22Fix SOS build break from PR #6838. (#6845)dotnet bot1-2/+6
2016-08-22Fix superpmi arm64 buildBruce Forstall2-10/+22
2016-08-22Use the "open" key for strong-name signing SOS.NETCore.dll.Joel Hendrix1-0/+1
2016-08-20Merge remote-tracking branch 'upstream/master' into from-tfsMatt Ellis12-629/+1365
2016-08-20SuperPMI: fix ARM build breakBruce Forstall1-4/+9
2016-08-20Fix build break related to LogException requiring non-empty varargs argumentsBruce Forstall1-1/+1
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin12-629/+1365
2016-08-19Open source SuperPMIBruce Forstall157-1/+34515
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-07-06Fix LLDB search orderMikhail I. Krivtsov1-2/+4
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-21Merge pull request #3097 from vors/docxAditya Mandaleeka2-0/+81
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-06Fixed issue #5391 "libsosplugin.so getting an RPATH of /usr/lib/llvm on RHEL"...Mike McLaughlin1-0/+11
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