Lines Matching full:crash
1 //===- PrettyStackTrace.cpp - Pretty Crash Handling -----------------------===//
42 " and include the crash backtrace.\n";
66 // but the program won't crash.
112 // Integrate with crash reporter libraries.
115 // only one crash info struct will be used.
139 // Don't reorder subsequent operations: whatever comes after might crash and in setCrashLogMessage()
140 // we want the system crash handling to see the message we just set. in setCrashLogMessage()
157 // On non-apple systems, just emit the crash stack trace to stderr. in CrashHandler()
160 // Emit the crash stack trace to a SmallString, put it where the system crash in CrashHandler()
173 // If we crash while trying to print the stack trace, we still want the system in CrashHandler()
174 // crash handling to have some partial information. That'll work out as long in CrashHandler()
176 // crash handling will see some garbage because the inline buffer now contains in CrashHandler()
189 setCrashLogMessage("No crash information."); in CrashHandler()
280 // The first time this is called, we register the crash printer. in EnablePrettyStackTrace()