forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add crash report file for VS4Mac Watson (dotnet#54934)
Add crash report file for VS4Mac Watson Add the --crashreport createdump command line option to enable this feature. Add crash thread (--crashthread) and signal number (--signal) command line options. Use std::vector for g_argCreateDump. Add the COMPlus_EnableCrashReport environment variable to enable this feature. Add simple json writer (JsonWriter). Remote unwinder: special case when encoding == 0 and IP after syscall opcode to popping return address Remove unwinder: add functionStart return from remote unwind API Add ModuleInfo struct containing the info about a native or managed module. Add StackFrame struct containing the info about a native or managed stack frame. Add signal number to PROCAbort. Currently the Linux crash report is stubbed out (empty). Better createdump logging. Add CrashReportWriter class.
- Loading branch information
Showing
29 changed files
with
1,120 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.