summaryrefslogtreecommitdiff
path: root/src/debug/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-1/+1
* Create ELF core dump on coreclr exceptions and signals. When coreclr aborts because of a unhandled managed exception or hardware signal, the "createdump" utility is launched if the "COMPlus_DbgEnableMiniDump" environment variable is set to "1". This utility uses the DAC enumerate memory interface to determine what memory regions should be written for the managed state plus all the normal Linux memory regions for the native state like threads, stacks, DSO, etc. There still needs some to configure some of the "policies" like the name/location of the core dump and the type of minidump (MiniDumpNormal, MiniDumpWithFullAuxiliaryState, MiniDumpWithPrivateReadWriteMemory, etc.). Currently only supported on Ubuntu Linux. Make createdump smaller by using PAL in DAC module.
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin1-3/+1
Fix sos on windows. Changed the name of the debug info resource to just "CLRDEBUGINFO". This is what debugshim is looking for when searching for the coreclr module.
2015-02-13di can be built, but still cannot be linked.Geoff Norton1-3/+1
2015-02-06Remove cordbi from the OSX build, since its still missing some symbolsGeoff Norton1-1/+3
2015-02-05Make DBI build on LinuxEugene Zemtsov1-1/+1
- Compile DBI on Linux. - Link DBI on Linux to the point when only symbols related to INativePipeline are missing. In order to completely link DBI we'll have to do some development, and it will be addressed by a separate change. [tfs-changeset: 1411066]
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+8
[tfs-changeset: 1407945]