summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-05check size before calling substr()submit/tizen/20181005.002000accepted/tizen/unified/20181010.061627Woongsuk Cho1-14/+13
2018-10-04add missing elseWoongsuk Cho1-1/+1
2018-10-01Move injection to realMainsubmit/tizen/20181001.123900accepted/tizen/unified/20181001.151003Igor Kulaychuk1-9/+8
2018-10-01Injection refactoring: code cleanupIgor Kulaychuk1-11/+8
2018-09-28Merge pull request #13 from dotnet/memory_profiler_fixAlexander Soldatov/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자6-3/+137
2018-09-28Refactoring and add detail commentsPetr Bred3-3/+7
2018-09-25Use DOTNET_LAUNCHER_INJECT instead of LD_PRELOAD for HEAPTRACK configurationAleksei Vereshchagin1-1/+1
2018-09-25Implement injectLibrary() functionAlexey Vereschagin1-1/+28
2018-09-25Implement injection logic with injectLibrary() stubAleksei Vereshchagin5-2/+105
2018-09-21Configurations for 'unified' launch for profilerssubmit/tizen/20180921.083258accepted/tizen/unified/20180921.143122Aleksei Vereshchagin1-22/+57
2018-09-07support tizen5 ridWoongsuk Cho1-2/+2
2018-09-06Fix wrong arguments in corerun modeEden Lee1-2/+2
2018-09-06Add HEAPTRACK, COREPROFILER and LIVEPROFILER configurationsAleksei Vereshchagin1-0/+46
2018-09-06Disable debug pipes and semaphores creation in case of non-standlone modeIgor Kulaychuk1-0/+4
2018-09-06delete erroneously added code by mergeWoongsuk Cho1-9/+1
2018-09-06create coredump for unhandled exceptionWoongsuk Cho1-2/+10
2018-09-06use write function instead of fprintf in the signal handlerWoongsuk Cho1-18/+21
2018-09-06support corerun modeWoongsuk Cho1-4/+27
2018-09-06set environment for corefx special folderWoongsuk Cho5-1/+87
2018-07-27donot create coredump file for unhandled exceptionsubmit/tizen/20180727.050745accepted/tizen/unified/20180802.134837Woongsuk Cho3-0/+55
2018-07-27add plugin interface to check log controlWoongsuk Cho5-16/+46
2018-07-27use proper dlog tagWoongsuk Cho7-27/+37
2018-07-26Merge "set environment for debugging by env_list" into tizenEden Lee1-0/+38
2018-07-24set environment for debugging by env_listWoongsuk Cho1-0/+38
2018-07-24caching tpa list for optimizationWoongsuk Cho1-2/+6
2018-07-17call plugin_initialize before mainloop startsubmit/tizen/20180717.071847accepted/tizen/unified/20180718.071552Woongsuk Cho2-7/+8
2018-07-16add log manager to redirect stderr to dlogsubmit/tizen/20180717.020525accepted/tizen/unified/20180717.063207Woongsuk Cho7-82/+153
2018-07-11bug-fix : support plugin path for tpasubmit/tizen/20180711.042223accepted/tizen/unified/20180711.234056Woongsuk Cho1-6/+4
2018-07-10check runtime initialize before launch application to avoid crashsubmit/tizen/20180710.012701Woongsuk Cho2-2/+11
2018-07-10use new operation instead of calloc to avoid crashWoongsuk Cho1-4/+3
2018-07-06[Tizen] Provide a symlink to installed Microsoft.NETCore.App versionsubmit/tizen/20180708.235746j-h.choi1-1/+1
2018-06-28remove unnecessary logsubmit/tizen/20180628.081051accepted/tizen/unified/20180629.135931Woongsuk Cho1-1/+0
2018-06-28change runtime directory from 2.0.0 to 2.1.0Woongsuk Cho1-1/+1
2018-06-28ignore small value for usleep to avoid SVACE issueWoongsuk Cho1-1/+2
2018-06-28add comment for header and fix some wrong return valueWoongsuk Cho4-27/+129
2018-06-27Refactoring dotnet-launcherWoongsuk Cho23-976/+1240
2018-06-13Enable launch under netcoredbgsubmit/tizen/20180614.211332submit/tizen/20180614.104301accepted/tizen/unified/20180615.071926Igor Kulaychuk1-0/+6
2018-06-11use lldb-mi for debuggingsubmit/tizen/20180611.073633Woongsuk Cho1-0/+7
2018-06-05add --r2r option for nitool to test ready-to-run feature of coreclr 2.1Cho Woong Suk4-33/+46
2018-05-08[Coverity-112249] Fixed coverity issue. (NEGATIVE_RETURNS)submit/tizen/20180508.034954accepted/tizen/unified/20180508.071611j-h.choi1-1/+2
2018-04-26add mode variable to extend dotnet-launcher by divisionsubmit/tizen/20180426.065036accepted/tizen/unified/20180427.062348Cho Woong Suk3-9/+18
2018-04-26add nitool option to regenerate all app ni filesCho Woong Suk3-7/+62
2018-04-26add nitool option to generate ni for directoryCho Woong Suk3-21/+37
2018-04-26remove warning messageCho Woong Suk1-1/+1
2018-04-26support multiple dll path for pluginCho Woong Suk3-1/+12
2018-04-25Merge "change log tag from ERR to INFO for C# log" into tizenJongHeon Choi2-4/+4
2018-04-25change log tag from ERR to INFO for C# logCho Woong Suk2-4/+4
2018-04-25remove media related library from preloading to reduce crash from muse-clientCho Woong Suk1-2/+0
2018-04-02add command to nitool to remove system and app nisubmit/tizen/20180402.112712Cho Woong Suk3-0/+73
2018-02-23to send stdout to dlog, move logging thread creation pointsubmit/tizen/20180223.024833accepted/tizen/unified/20180223.062116Cho Woong Suk2-20/+28