summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON2-2/+2
2020-06-05[x86/Linux] Fix SIGSEGV during evaluation abort routine.submit/tizen_5.5/20200607.233848submit/tizen/20200607.233857accepted/tizen/unified/20200608.144754accepted/tizen/5.5/unified/20200608.142150Mikhail Kurinnoi1-1/+16
2020-05-13[Tizen] Change the visibility of symbols for dnetmemoryenumlibsubmit/tizen_5.5/20200512.212247submit/tizen/20200528.065414accepted/tizen/unified/20200529.124257accepted/tizen/5.5/unified/20200522.160111Mateusz Moscicki2-6/+6
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek8-21/+0
2020-03-25Change bIsFree check in DacValidateMethodTable (#1086)Dong-Heon Jung1-8/+1
2020-03-25[Tizen] add pie linker option to createdumpWoongsuk Cho1-0/+1
2020-03-25[Tizen] Use PTRACE_GETREGSET for any arch when creating dumpSwift Kim1-13/+5
2020-03-25[Linux/x86] Use ebp from current context during unwinding (#26789)Konstantin Baladurin1-1/+1
2020-03-25[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2020-03-25[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki7-13/+337
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri1-0/+9
2019-10-30Fix minidumps not loading in VS issue (#27553)Mike McLaughlin2-8/+3
2019-10-22Fix step with stackalloc (#27246) (#27351)Steve MacLean7-96/+76
2019-10-16Fix GetSequencePoints when profiler provides mapping via SetILInstrumentedCod...David Mason1-2/+8
2019-09-30Abort FuncEval on unaligned SP (for 3.1) (#26607)Steve MacLean1-0/+14
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin1-1/+5
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang2-12/+12
2019-07-18Arm64 : Fix ldr Dt/St emulation (#25729)Steve MacLean1-4/+7
2019-07-16Add missing Arm64 specific diagnostic code (#25695)Steve MacLean3-12/+286
2019-07-11Arm64 debug issues (#25636)Steve MacLean2-2/+2
2019-07-08Add arm64 floatconversion.S (#25597)Steve MacLean2-1/+15
2019-07-03arm64singlestepper (#25512)Steve MacLean4-26/+70
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-35/+42
2019-06-26[createdump] Write page offset in NT_FILE note (#25384)Mikhail Aksenov1-1/+1
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos5-8/+464
2019-06-21ifdef Linux specific readvirtual code (#25299)Mike McLaughlin1-0/+8
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky1-1/+0
2019-06-17Enable createdump on arm and arm64 (#24832)Juan Hoyos5-12/+83
2019-06-11Delete dead code (#25066)Jan Kotas2-2/+0
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-1/+1
2019-06-07Explicitly set permission on the socket file created by DiagnosticServer (#24...Sung Yoon Whang1-3/+30
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky2-2/+2
2019-06-04signedness (#24878)Sinan Kaya1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-8/+27
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-6/+30
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas3-38/+2
2019-05-22Track debug info for DynamicMethods for Profiler API (#24139)Mukul Sabharwal1-1/+51
2019-05-17Fix createdump on alpine (#24623)Mike McLaughlin1-2/+4
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton3-8/+3
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-2/+2
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky4-0/+6
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri3-3/+16
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-5/+5
2019-05-01Adjust some terms (#24351)Dan Moseley2-5/+5
2019-04-24More multi-appdomain support removal (#23921)David Wrighton5-48/+21
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas2-18/+11
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero1-1/+1
2019-04-16Use delete [] on array types (#24027)Omair Majid1-1/+1
2019-04-15Use NewArrayHolder for array types in src/debug (#24013)Omair Majid3-5/+5
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton9-101/+36