summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2015-10-07Merge pull request #1693 from Kagamine/correct-word-spellingJan Kotas6-17/+17
2015-10-06Fix managed breakpoints on OSx.Mike McLaughlin2-0/+4
2015-10-07correct word spellingあまみや ゆうこ6-17/+17
2015-09-28Merge pull request #1589 from Priya91/pathstringLakshmi Priya1-1/+3
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-2/+2
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-1/+3
2015-09-18Fix debugger's funceval on LinuxEugene3-2/+8
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin2-7/+7
2015-09-17Fix build break on armJan Kotas1-1/+1
2015-09-16Fix ARM build regressionBen Pye1-1/+1
2015-09-16Merge pull request #1560 from Priya91/longpath-testLakshmi Priya10-20/+20
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene4-9/+52
2015-09-15Use Frame list context when GetThreadContext is unavailableEugene Zemtsov2-11/+36
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar10-20/+20
2015-09-08Merge pull request #1515 from janvorli/fix-funceval-personality-routineJan Vorlicek4-13/+8
2015-09-08Remove FuncEvalHijackPersonalityRoutine for PALJan Vorlicek4-13/+8
2015-09-07Fix debugger/debuggee connection on OSx.Mike McLaughlin1-2/+38
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-13Remove temporary ifdef and refactor/simplifyAditya Mandaleeka1-1/+1
2015-08-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka2-5/+5
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka2-4/+3
2015-08-10Implement /disassemble nidump option for readytorun imagesJan Kotas2-48/+203
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-2/+2
2015-08-04Enable the Windows x86 buildMike Danes4-14/+25
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas8-17/+36
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov3-4/+4
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton8-17/+36
2015-07-24Build fails when using binutils version 2.25.0Aurojit Panda1-1/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye9-25/+149
2015-07-01Fix Windows build.Mike McLaughlin1-1/+3
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin3-13/+12
2015-06-27Merge pull request #1180 from dotnet-bot/from-tfsMatt Ellis1-0/+16
2015-06-26Merge pull request #1179 from dotnet-bot/from-tfsMatt Ellis1-8/+15
2015-06-26Fix arm/arm64 builds of dbgshimEugene Zemtsov1-0/+16
2015-06-26Make 64bit dump debugging possible on CoreCLREugene Zemtsov1-8/+15
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin2-16/+16
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin2-92/+0
2015-06-06Merge pull request #1108 from dotnet-bot/from-tfsJan Kotas2-3/+16
2015-06-05Enable VerifyHeap and DumpHeap.Mike McLaughlin1-1/+1
2015-06-05Fix bug: CoreCLR debugger couldn't make more than one EnC edit to a method. S...Eugene Zemtsov2-3/+16
2015-05-26Fix warning no-overloaded-virtualJan Vorlicek1-0/+3
2015-05-26Fix the virtual destructor warningJan Vorlicek20-33/+56
2015-05-12Merge pull request #986 from janvorli/fix-osx-personalityJan Vorlicek1-2/+1
2015-05-12Fix OSX personality routines encodingJan Vorlicek1-2/+1
2015-05-07Merge changes from parent branchdotnet-bot1-0/+1
2015-05-04Remove legacy commentRichard Lander1-1/+0
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-2/+0