summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero2-13/+9
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero4-13/+65
2019-03-18Merge pull request #23307 from franksinankaya/gcc_cleanup_13Jan Vorlicek2-3/+3
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero4-0/+354
2019-03-17Fix conversion issuesSinan Kaya2-3/+3
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek9-17/+17
2019-03-07Fix signed compare warningsSinan Kaya9-17/+17
2019-03-07Fix control C trap hang in the debugger (#23090)Juan Hoyos3-28/+33
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas2-26/+0
2019-03-06Fix missing includes in coreclr/src/debug/createdump/ (#23075)Mike McLaughlin1-0/+2
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-2/+0
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-1/+0
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-2/+2
2019-02-26Address janvorli's feedback commentsAdeel1-25/+25
2019-02-26Merge branch 'master' into fix/signed-compare-and-narrowingAdeel Mujahid4-8/+8
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya4-8/+8
2019-02-25Address janvorli's feedback commentsAdeel1-2/+2
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel3-10/+10
2019-02-22More GNUC Fixes (#22687)Sinan Kaya3-11/+12
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin3-3/+12
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-339/+336
2019-02-15Disable arm64 contracts. (#22605)Sergey Andreenko2-42/+0
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-3/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid5-9/+11
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-2/+2
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara10-187/+0
2019-01-14Making sure the nativeCodeVersion flowing change works with Rejit and EnC (#2...Andrew Au1-1/+11
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au5-63/+67
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-5/+19
2019-01-08Fixed potential memory leak (#21872)Oded Hanson1-0/+1
2019-01-07Actually fix issue #21484 reported by the customer. (#21850)Mike McLaughlin1-5/+13