summaryrefslogtreecommitdiff
path: root/src/utilcode/debug.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-13/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-14/+0
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-1/+1
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-9/+6
2018-05-24Typo (#18122)John Doe1-1/+1
2018-01-23Delete dead code (#15990)Jan Kotas1-15/+0
2016-11-09Disable GUI dialogs on Windows by defaultRuss Keldorph1-10/+10
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-3/+3
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-19/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-4/+5
2015-11-23Delete code under !NO_CRT defineJan Kotas1-54/+1
2015-07-22Fix recursive assert in utilcode/debug.cpp when VM code, etc. hits an assert.Mike McLaughlin1-2/+1
2015-07-08CR feedback.Mike McLaughlin1-4/+4
2015-07-08Fix recursive asserts in coreclr.Mike McLaughlin1-35/+54
2015-03-08Make assertion failures to break into debuggerJan Kotas1-18/+19
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+949