gitextract_4sdmyxfy/ ├── .gitignore ├── .gitmodules ├── Configs/ │ ├── CodeSigningConfigurationSettings.xcconfig │ └── SharedConfigurationSettings.xcconfig ├── Documents Pages/ │ ├── Unexpectedly_Acknowledgements.pages │ └── Unexpectedly_License.pages ├── LICENSE.txt ├── README.md ├── app_unexpectedly/ │ ├── AppKit + Extensions/ │ │ ├── NSColor+LabelColor.h │ │ ├── NSColor+LabelColor.m │ │ ├── NSColor+String.h │ │ ├── NSColor+String.m │ │ ├── NSResponder+Appearance.h │ │ ├── NSResponder+Appearance.m │ │ ├── NSTableView+Selection.h │ │ ├── NSTableView+Selection.m │ │ ├── NSToolbar+Packages.h │ │ └── NSToolbar+Packages.m │ ├── Foundation + Extensions/ │ │ ├── NSArray+UniqueName.h │ │ ├── NSArray+UniqueName.m │ │ ├── NSArray+WBExtensions.h │ │ ├── NSArray+WBExtensions.m │ │ ├── NSDictionary+MutableDeepCopy.h │ │ ├── NSDictionary+MutableDeepCopy.m │ │ ├── NSDictionary+WBExtensions.h │ │ ├── NSDictionary+WBExtensions.m │ │ ├── NSIndexSet+Analysis.h │ │ ├── NSIndexSet+Analysis.m │ │ ├── NSSet+WBExtensions.h │ │ ├── NSSet+WBExtensions.m │ │ ├── NSString+CPU.h │ │ └── NSString+CPU.m │ ├── RSCore/ │ │ ├── LICENSE.txt │ │ ├── NSMenuItem+RSCore.h │ │ └── NSMenuItem+RSCore.m │ ├── app_unexpectedly/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── CUIAATextFieldCell.h │ │ ├── CUIAATextFieldCell.m │ │ ├── CUIAboutBoxFooterView.h │ │ ├── CUIAboutBoxFooterView.m │ │ ├── CUIAboutBoxWindow.h │ │ ├── CUIAboutBoxWindow.m │ │ ├── CUIAboutBoxWindowController.h │ │ ├── CUIAboutBoxWindowController.m │ │ ├── CUIApplicationItemAttributes.h │ │ ├── CUIApplicationItemAttributes.m │ │ ├── CUIApplicationPreferences+Themes.h │ │ ├── CUIApplicationPreferences+Themes.m │ │ ├── CUIApplicationPreferences.h │ │ ├── CUIApplicationPreferences.m │ │ ├── CUIApplicationSpecificBacktraceRowView.h │ │ ├── CUIApplicationSpecificBacktraceRowView.m │ │ ├── CUIBinaryImage.h │ │ ├── CUIBinaryImage.m │ │ ├── CUIBinaryImageUtility.h │ │ ├── CUIBinaryImageUtility.m │ │ ├── CUIBinaryImagesViewController.h │ │ ├── CUIBinaryImagesViewController.m │ │ ├── CUICallStackBacktrace.h │ │ ├── CUICallStackBacktrace.m │ │ ├── CUICallTableCellView.h │ │ ├── CUICallTableCellView.m │ │ ├── CUICallsSelection.h │ │ ├── CUICallsSelection.m │ │ ├── CUICaptionView.h │ │ ├── CUICaptionView.m │ │ ├── CUICategoriesClipView.h │ │ ├── CUICategoriesClipView.m │ │ ├── CUICenteredLabelViewController.h │ │ ├── CUICenteredLabelViewController.m │ │ ├── CUICenteredLabelViewController.xib │ │ ├── CUICodeSigningFlagsTableView.h │ │ ├── CUICodeSigningFlagsTableView.m │ │ ├── CUICodeSigningInformationViewController.h │ │ ├── CUICodeSigningInformationViewController.m │ │ ├── CUICodeType.h │ │ ├── CUICollectionViewDockedThreadItem.h │ │ ├── CUICollectionViewDockedThreadItem.m │ │ ├── CUICollectionViewDockedThreadItem.xib │ │ ├── CUICollectionViewDockedThreadsLayout.h │ │ ├── CUICollectionViewDockedThreadsLayout.m │ │ ├── CUICollectionViewRegisterItem.h │ │ ├── CUICollectionViewRegisterItem.m │ │ ├── CUICollectionViewThreadItem.h │ │ ├── CUICollectionViewThreadItem.m │ │ ├── CUICollectionViewVisibleThreadItem.h │ │ ├── CUICollectionViewVisibleThreadItem.m │ │ ├── CUICollectionViewVisibleThreadItem.xib │ │ ├── CUICollectionViewVisibleThreadsLayout.h │ │ ├── CUICollectionViewVisibleThreadsLayout.m │ │ ├── CUIContentBox.h │ │ ├── CUIContentBox.m │ │ ├── CUIContentsViewController.h │ │ ├── CUIContentsViewController.m │ │ ├── CUIContentsViewController.xib │ │ ├── CUICrashDataTransform.h │ │ ├── CUICrashDataTransform.m │ │ ├── CUICrashLog+Transform.h │ │ ├── CUICrashLog+Transform.m │ │ ├── CUICrashLog+UI.h │ │ ├── CUICrashLog+UI.m │ │ ├── CUICrashLog.h │ │ ├── CUICrashLog.m │ │ ├── CUICrashLogBacktraces+Utilities.h │ │ ├── CUICrashLogBacktraces+Utilities.m │ │ ├── CUICrashLogBacktraces.h │ │ ├── CUICrashLogBacktraces.m │ │ ├── CUICrashLogBinaryImages.h │ │ ├── CUICrashLogBinaryImages.m │ │ ├── CUICrashLogBrowsingState.h │ │ ├── CUICrashLogBrowsingState.m │ │ ├── CUICrashLogBrowsingStateRegistry.h │ │ ├── CUICrashLogBrowsingStateRegistry.m │ │ ├── CUICrashLogContentsViewController.h │ │ ├── CUICrashLogContentsViewController.m │ │ ├── CUICrashLogContentsViewController.xib │ │ ├── CUICrashLogDianosticMessages.h │ │ ├── CUICrashLogDianosticMessages.m │ │ ├── CUICrashLogErrors.h │ │ ├── CUICrashLogErrors.m │ │ ├── CUICrashLogExceptionInformation+QuickHelp.h │ │ ├── CUICrashLogExceptionInformation+QuickHelp.m │ │ ├── CUICrashLogExceptionInformation+UI.h │ │ ├── CUICrashLogExceptionInformation+UI.m │ │ ├── CUICrashLogExceptionInformation.h │ │ ├── CUICrashLogExceptionInformation.m │ │ ├── CUICrashLogHeader.h │ │ ├── CUICrashLogHeader.m │ │ ├── CUICrashLogPresentationOutlineViewController.h │ │ ├── CUICrashLogPresentationOutlineViewController.m │ │ ├── CUICrashLogPresentationTextViewController.h │ │ ├── CUICrashLogPresentationTextViewController.m │ │ ├── CUICrashLogPresentationViewController.h │ │ ├── CUICrashLogPresentationViewController.m │ │ ├── CUICrashLogSectionsDetector.h │ │ ├── CUICrashLogSectionsDetector.m │ │ ├── CUICrashLogTableCellView.h │ │ ├── CUICrashLogTableCellView.m │ │ ├── CUICrashLogTextView.h │ │ ├── CUICrashLogTextView.m │ │ ├── CUICrashLogThreadState+UI.h │ │ ├── CUICrashLogThreadState+UI.m │ │ ├── CUICrashLogThreadState.h │ │ ├── CUICrashLogThreadState.m │ │ ├── CUICrashLogsListViewController.h │ │ ├── CUICrashLogsListViewController.m │ │ ├── CUICrashLogsMainViewController.h │ │ ├── CUICrashLogsMainViewController.m │ │ ├── CUICrashLogsMainViewController.xib │ │ ├── CUICrashLogsOpenErrorPanel.h │ │ ├── CUICrashLogsOpenErrorPanel.m │ │ ├── CUICrashLogsOpenErrorRecord+UI.h │ │ ├── CUICrashLogsOpenErrorRecord+UI.m │ │ ├── CUICrashLogsOpenErrorRecord.h │ │ ├── CUICrashLogsOpenErrorRecord.m │ │ ├── CUICrashLogsOpenErrorWindowController.xib │ │ ├── CUICrashLogsProvider.h │ │ ├── CUICrashLogsProvider.m │ │ ├── CUICrashLogsSelection.h │ │ ├── CUICrashLogsSelection.m │ │ ├── CUICrashLogsSource+UI.h │ │ ├── CUICrashLogsSource+UI.m │ │ ├── CUICrashLogsSource.h │ │ ├── CUICrashLogsSource.m │ │ ├── CUICrashLogsSourceAll+UI.h │ │ ├── CUICrashLogsSourceAll+UI.m │ │ ├── CUICrashLogsSourceAll.h │ │ ├── CUICrashLogsSourceAll.m │ │ ├── CUICrashLogsSourceDirectory.h │ │ ├── CUICrashLogsSourceDirectory.m │ │ ├── CUICrashLogsSourceFile.h │ │ ├── CUICrashLogsSourceFile.m │ │ ├── CUICrashLogsSourceFileSystemItem.h │ │ ├── CUICrashLogsSourceFileSystemItem.m │ │ ├── CUICrashLogsSourceSeparator.h │ │ ├── CUICrashLogsSourceSeparator.m │ │ ├── CUICrashLogsSourceSmart.h │ │ ├── CUICrashLogsSourceSmart.m │ │ ├── CUICrashLogsSourceSmartEditorPanel.h │ │ ├── CUICrashLogsSourceSmartEditorPanel.m │ │ ├── CUICrashLogsSourceStandardDirectory+UI.h │ │ ├── CUICrashLogsSourceStandardDirectory+UI.m │ │ ├── CUICrashLogsSourceStandardDirectory.h │ │ ├── CUICrashLogsSourceStandardDirectory.m │ │ ├── CUICrashLogsSourceTableCellView.h │ │ ├── CUICrashLogsSourceTableCellView.m │ │ ├── CUICrashLogsSourceToday+UI.h │ │ ├── CUICrashLogsSourceToday+UI.m │ │ ├── CUICrashLogsSourceToday.h │ │ ├── CUICrashLogsSourceToday.m │ │ ├── CUICrashLogsSourcesManager.h │ │ ├── CUICrashLogsSourcesManager.m │ │ ├── CUICrashLogsSourcesSelection.h │ │ ├── CUICrashLogsSourcesSelection.m │ │ ├── CUICrashLogsSourcesViewController.h │ │ ├── CUICrashLogsSourcesViewController.m │ │ ├── CUICrashReporterDefaults.h │ │ ├── CUICrashReporterDefaults.m │ │ ├── CUICrashedThreadCallRowView.h │ │ ├── CUICrashedThreadCallRowView.m │ │ ├── CUICrashedThreadRowView.h │ │ ├── CUICrashedThreadRowView.m │ │ ├── CUIDataTransform.h │ │ ├── CUIDataTransform.m │ │ ├── CUIExceptionTypePopUpViewController.h │ │ ├── CUIExceptionTypePopUpViewController.m │ │ ├── CUIExportAccessoryViewController.h │ │ ├── CUIExportAccessoryViewController.m │ │ ├── CUIFileDeadDropView.h │ │ ├── CUIFileDeadDropView.m │ │ ├── CUIFontAndColorsFramedView.h │ │ ├── CUIFontAndColorsFramedView.m │ │ ├── CUIFontBoxView.h │ │ ├── CUIFontBoxView.m │ │ ├── CUIHopperDisassemblerManager.h │ │ ├── CUIHopperDisassemblerManager.m │ │ ├── CUIIPSTransform.h │ │ ├── CUIIPSTransform.m │ │ ├── CUIInactiveButton.h │ │ ├── CUIInactiveButton.m │ │ ├── CUIInspectorAlternateBackgroundView.h │ │ ├── CUIInspectorAlternateBackgroundView.m │ │ ├── CUIInspectorExecutableViewController.h │ │ ├── CUIInspectorExecutableViewController.m │ │ ├── CUIInspectorGeneralViewController.h │ │ ├── CUIInspectorGeneralViewController.m │ │ ├── CUIInspectorProcessesViewController.h │ │ ├── CUIInspectorProcessesViewController.m │ │ ├── CUIInspectorStackableViewController.h │ │ ├── CUIInspectorStackableViewController.m │ │ ├── CUIInspectorUserViewController.h │ │ ├── CUIInspectorUserViewController.m │ │ ├── CUIInspectorViewController.h │ │ ├── CUIInspectorViewController.m │ │ ├── CUIInspectorViewController.xib │ │ ├── CUIKeyViews.h │ │ ├── CUILightTableDockedThreadView.h │ │ ├── CUILightTableDockedThreadView.m │ │ ├── CUILightTableThreadView.h │ │ ├── CUILightTableThreadView.m │ │ ├── CUILightTableViewController.h │ │ ├── CUILightTableViewController.m │ │ ├── CUILightTableViewController.xib │ │ ├── CUILightTableVisibleInterGapView.h │ │ ├── CUILightTableVisibleInterGapView.m │ │ ├── CUILightTableVisibleThreadView.h │ │ ├── CUILightTableVisibleThreadView.m │ │ ├── CUILineJumperWindowController.h │ │ ├── CUILineJumperWindowController.m │ │ ├── CUIMainWindow.h │ │ ├── CUIMainWindow.m │ │ ├── CUIMainWindowController.h │ │ ├── CUIMainWindowController.m │ │ ├── CUINavigationChevronView.h │ │ ├── CUINavigationChevronView.m │ │ ├── CUINavigationView.h │ │ ├── CUINavigationView.m │ │ ├── CUIOperatingSystemVersion.h │ │ ├── CUIOperatingSystemVersion.m │ │ ├── CUIOutlineModeDisplaySettings.h │ │ ├── CUIOutlineModeDisplaySettings.m │ │ ├── CUIParsingErrors.h │ │ ├── CUIParsingErrors.m │ │ ├── CUIPreferencePaneAdvancedViewController.h │ │ ├── CUIPreferencePaneAdvancedViewController.m │ │ ├── CUIPreferencePaneCrashreporterViewController.h │ │ ├── CUIPreferencePaneCrashreporterViewController.m │ │ ├── CUIPreferencePaneFontscolorsViewController.h │ │ ├── CUIPreferencePaneFontscolorsViewController.m │ │ ├── CUIPreferencePaneGeneralViewController.h │ │ ├── CUIPreferencePaneGeneralViewController.m │ │ ├── CUIPreferencePanePresentationOutlineViewController.h │ │ ├── CUIPreferencePanePresentationOutlineViewController.m │ │ ├── CUIPreferencePanePresentationTextViewController.h │ │ ├── CUIPreferencePanePresentationTextViewController.m │ │ ├── CUIPreferencePanePresentationViewController.h │ │ ├── CUIPreferencePanePresentationViewController.m │ │ ├── CUIPreferencePaneSymbolicationViewController.h │ │ ├── CUIPreferencePaneSymbolicationViewController.m │ │ ├── CUIPreferencePaneViewController.h │ │ ├── CUIPreferencePaneViewController.m │ │ ├── CUIPreferencesTabBox.h │ │ ├── CUIPreferencesTabBox.m │ │ ├── CUIPreferencesTabButton.h │ │ ├── CUIPreferencesTabButton.m │ │ ├── CUIPreferencesTabHeaderView.h │ │ ├── CUIPreferencesTabHeaderView.m │ │ ├── CUIPreferencesWindow.h │ │ ├── CUIPreferencesWindow.m │ │ ├── CUIPreferencesWindowController+Convenience.h │ │ ├── CUIPreferencesWindowController+Convenience.m │ │ ├── CUIPreferencesWindowController.h │ │ ├── CUIPreferencesWindowController.m │ │ ├── CUIPresentationTextNavigationViewController.h │ │ ├── CUIPresentationTextNavigationViewController.m │ │ ├── CUIPresentationTextNavigationViewController.xib │ │ ├── CUIQuickHelpPopUpViewController.h │ │ ├── CUIQuickHelpPopUpViewController.m │ │ ├── CUIQuickHelpPopUpViewController.xib │ │ ├── CUIRawCrashLog+Path.h │ │ ├── CUIRawCrashLog+Path.m │ │ ├── CUIRawCrashLog+UI.h │ │ ├── CUIRawCrashLog+UI.m │ │ ├── CUIRawCrashLog.h │ │ ├── CUIRawCrashLog.m │ │ ├── CUIRegister.h │ │ ├── CUIRegister.m │ │ ├── CUIRegisterLabel.h │ │ ├── CUIRegisterLabel.m │ │ ├── CUIRegistersMainViewController.h │ │ ├── CUIRegistersMainViewController.m │ │ ├── CUIRegistersMainViewController.xib │ │ ├── CUIRegistersViewController.h │ │ ├── CUIRegistersViewController.m │ │ ├── CUIRegistersViewController.xib │ │ ├── CUIRegistersWindowController.h │ │ ├── CUIRegistersWindowController.m │ │ ├── CUIRegistersWindowController.xib │ │ ├── CUIReportThemedTransform.h │ │ ├── CUIReportThemedTransform.m │ │ ├── CUIRightViewController.h │ │ ├── CUIRightViewController.m │ │ ├── CUIRightViewController.xib │ │ ├── CUIRoundedRectBezelView.h │ │ ├── CUIRoundedRectBezelView.m │ │ ├── CUISelectedWhiteTextFieldCell.h │ │ ├── CUISelectedWhiteTextFieldCell.m │ │ ├── CUISidebarViewController.h │ │ ├── CUISidebarViewController.m │ │ ├── CUISidebarViewController.xib │ │ ├── CUISourceFileTableCellView.h │ │ ├── CUISourceFileTableCellView.m │ │ ├── CUIStackFrame+UI.h │ │ ├── CUIStackFrame+UI.m │ │ ├── CUIStackFrame.h │ │ ├── CUIStackFrame.m │ │ ├── CUIStackFrameComponents.h │ │ ├── CUISymbolicationData.h │ │ ├── CUISymbolicationData.m │ │ ├── CUISymbolicationDataCache.h │ │ ├── CUISymbolicationDataCache.m │ │ ├── CUISymbolicationDataFormatter.h │ │ ├── CUISymbolicationDataFormatter.m │ │ ├── CUISymbolicationManager.h │ │ ├── CUISymbolicationManager.m │ │ ├── CUISymbolsFilesLibraryViewController.h │ │ ├── CUISymbolsFilesLibraryViewController.m │ │ ├── CUITableCustomSelectionColorRowView.h │ │ ├── CUITableCustomSelectionColorRowView.m │ │ ├── CUITableViewNoSpace.h │ │ ├── CUITableViewNoSpace.m │ │ ├── CUITerminationReasonPopUpViewController.h │ │ ├── CUITerminationReasonPopUpViewController.m │ │ ├── CUITextModeDisplaySettings.h │ │ ├── CUITextModeDisplaySettings.m │ │ ├── CUITheme.h │ │ ├── CUITheme.m │ │ ├── CUIThemeItemAttributes.h │ │ ├── CUIThemeItemAttributes.m │ │ ├── CUIThemeItemsGroup+UI.h │ │ ├── CUIThemeItemsGroup+UI.m │ │ ├── CUIThemeItemsGroup.h │ │ ├── CUIThemeItemsGroup.m │ │ ├── CUIThemesManager.h │ │ ├── CUIThemesManager.m │ │ ├── CUIThemesTableView.h │ │ ├── CUIThemesTableView.m │ │ ├── CUIThread.h │ │ ├── CUIThread.m │ │ ├── CUIThreadImageCell.h │ │ ├── CUIThreadImageCell.m │ │ ├── CUIThreadImageView.h │ │ ├── CUIThreadImageView.m │ │ ├── CUIThreadNamedTableCellView.h │ │ ├── CUIThreadNamedTableCellView.m │ │ ├── CUIThreadsColumnViewController.h │ │ ├── CUIThreadsColumnViewController.m │ │ ├── CUIThreadsColumnViewController.xib │ │ ├── CUIThreadsColumnViewController_RTL.xib │ │ ├── CUIThreadsListViewController.h │ │ ├── CUIThreadsListViewController.m │ │ ├── CUIThreadsListViewController.xib │ │ ├── CUIThreadsListViewController_RTL.xib │ │ ├── CUIThreadsViewController.h │ │ ├── CUIThreadsViewController.m │ │ ├── CUIdSYMBundlesManager.h │ │ ├── CUIdSYMBundlesManager.m │ │ ├── CUIdSYMDropView.h │ │ ├── CUIdSYMDropView.m │ │ ├── CUIdSYMHunter.h │ │ ├── CUIdSYMHunter.m │ │ ├── CodeSigningFlags.plist │ │ ├── DWARF/ │ │ │ ├── DWRFEnums.h │ │ │ ├── DWRFFileObject.h │ │ │ ├── DWRFFileObject.m │ │ │ ├── DWRFObject.h │ │ │ ├── DWRFObject.m │ │ │ ├── DWRFSection_debug_abbrev.h │ │ │ ├── DWRFSection_debug_abbrev.m │ │ │ ├── DWRFSection_debug_addr.h │ │ │ ├── DWRFSection_debug_addr.m │ │ │ ├── DWRFSection_debug_aranges.h │ │ │ ├── DWRFSection_debug_aranges.m │ │ │ ├── DWRFSection_debug_info.h │ │ │ ├── DWRFSection_debug_info.m │ │ │ ├── DWRFSection_debug_line.h │ │ │ ├── DWRFSection_debug_line.m │ │ │ ├── DWRFSection_debug_str.h │ │ │ ├── DWRFSection_debug_str.m │ │ │ ├── DWRFSection_debug_str_offsets.h │ │ │ ├── DWRFSection_debug_str_offsets.m │ │ │ ├── LEB128.c │ │ │ └── LEB128.h │ │ ├── Demangling/ │ │ │ ├── CUICXXDemangler.h │ │ │ ├── CUICXXDemangler.mm │ │ │ ├── CUISwiftDemangler.h │ │ │ └── CUISwiftDemangler.m │ │ ├── Extemal/ │ │ │ └── Line View Test/ │ │ │ ├── Controller.h │ │ │ ├── Controller.m │ │ │ ├── English.lproj/ │ │ │ │ ├── InfoPlist.strings │ │ │ │ └── MainMenu.nib/ │ │ │ │ ├── designable.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── Info.plist │ │ │ ├── Line View Test.xcodeproj/ │ │ │ │ ├── TemplateIcon.icns │ │ │ │ ├── project.pbxproj │ │ │ │ └── project.xcworkspace/ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata/ │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ ├── Line View Test_Prefix.pch │ │ │ ├── MarkerLineNumberView.h │ │ │ ├── MarkerLineNumberView.m │ │ │ ├── NoodleLineNumberMarker.h │ │ │ ├── NoodleLineNumberMarker.m │ │ │ ├── NoodleLineNumberView.h │ │ │ ├── NoodleLineNumberView.m │ │ │ ├── Read Me.rtf │ │ │ └── main.m │ │ ├── Help/ │ │ │ ├── en.lproj/ │ │ │ │ ├── ENDPOINTSECURITY_2.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGBUS.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGSEGV.html │ │ │ │ ├── EXC_BAD_INSTRUCTION_SIGILL.html │ │ │ │ ├── EXC_BREAKPOINT_SIGTRAP.html │ │ │ │ ├── EXC_CRASH_Code Signature Invalid.html │ │ │ │ ├── EXC_CRASH_SIGABRT.html │ │ │ │ ├── EXC_CRASH_SIGKILL.html │ │ │ │ ├── EXC_CRASH_SIGQUIT.html │ │ │ │ ├── EXC_CRASH_SIGSEGV.html │ │ │ │ ├── EXC_GUARD.html │ │ │ │ ├── unknown_exception_type.html │ │ │ │ └── unknown_termination_reason.html │ │ │ ├── es.lproj/ │ │ │ │ ├── ENDPOINTSECURITY_2.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGBUS.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGSEGV.html │ │ │ │ ├── EXC_BAD_INSTRUCTION_SIGILL.html │ │ │ │ ├── EXC_BREAKPOINT_SIGTRAP.html │ │ │ │ ├── EXC_CRASH_Code Signature Invalid.html │ │ │ │ ├── EXC_CRASH_SIGABRT.html │ │ │ │ ├── EXC_CRASH_SIGKILL.html │ │ │ │ ├── EXC_CRASH_SIGQUIT.html │ │ │ │ ├── EXC_CRASH_SIGSEGV.html │ │ │ │ ├── EXC_GUARD.html │ │ │ │ ├── unknown_exception_type.html │ │ │ │ └── unknown_termination_reason.html │ │ │ ├── fr.lproj/ │ │ │ │ ├── ENDPOINTSECURITY_2.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGBUS.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGSEGV.html │ │ │ │ ├── EXC_BAD_INSTRUCTION_SIGILL.html │ │ │ │ ├── EXC_BREAKPOINT_SIGTRAP.html │ │ │ │ ├── EXC_CRASH_Code Signature Invalid.html │ │ │ │ ├── EXC_CRASH_SIGABRT.html │ │ │ │ ├── EXC_CRASH_SIGKILL.html │ │ │ │ ├── EXC_CRASH_SIGQUIT.html │ │ │ │ ├── EXC_CRASH_SIGSEGV.html │ │ │ │ ├── EXC_GUARD.html │ │ │ │ ├── unknown_exception_type.html │ │ │ │ └── unknown_termination_reason.html │ │ │ ├── he.lproj/ │ │ │ │ ├── ENDPOINTSECURITY_2.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGBUS.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGSEGV.html │ │ │ │ ├── EXC_BAD_INSTRUCTION_SIGILL.html │ │ │ │ ├── EXC_BREAKPOINT_SIGTRAP.html │ │ │ │ ├── EXC_CRASH_Code Signature Invalid.html │ │ │ │ ├── EXC_CRASH_SIGABRT.html │ │ │ │ ├── EXC_CRASH_SIGKILL.html │ │ │ │ ├── EXC_CRASH_SIGQUIT.html │ │ │ │ ├── EXC_CRASH_SIGSEGV.html │ │ │ │ ├── EXC_GUARD.html │ │ │ │ ├── unknown_exception_type.html │ │ │ │ └── unknown_termination_reason.html │ │ │ ├── ja.lproj/ │ │ │ │ ├── ENDPOINTSECURITY_2.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGBUS.html │ │ │ │ ├── EXC_BAD_ACCESS_SIGSEGV.html │ │ │ │ ├── EXC_BAD_INSTRUCTION_SIGILL.html │ │ │ │ ├── EXC_BREAKPOINT_SIGTRAP.html │ │ │ │ ├── EXC_CRASH_Code Signature Invalid.html │ │ │ │ ├── EXC_CRASH_SIGABRT.html │ │ │ │ ├── EXC_CRASH_SIGKILL.html │ │ │ │ ├── EXC_CRASH_SIGQUIT.html │ │ │ │ ├── EXC_CRASH_SIGSEGV.html │ │ │ │ ├── EXC_GUARD.html │ │ │ │ ├── unknown_exception_type.html │ │ │ │ └── unknown_termination_reason.html │ │ │ ├── known_exceptions.css │ │ │ └── known_termination_reasons.css │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── FontPanelButton.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── TextMode.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── binaryImage_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── bottom_disclose_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── bottom_hide_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── bytesOffset_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-appkit.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-audiospeech.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-database.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-foundation.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-framework.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-generic.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-graphics.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-languages.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-network.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-security.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-system.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-usercode.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── call-webinternet.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── crashedThread_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── crashreporter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── filter_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── left_switch_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuBacktraces.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuBinaryImage.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuDiagnostic.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuException.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuHeader.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuThread.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuThreadCrashed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── menuThreadState.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── middle_switch_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── presentation_structured_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── presentation_text_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── quote_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── right_switch_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── sidebar_recents_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── smallColumn_RTL_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── smallColumn_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── smallCrashedThread_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── smallLightTable_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── symbolication_Template.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── templateBlue.imageset/ │ │ │ │ └── Contents.json │ │ │ └── thread_Template.imageset/ │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── Mach-o/ │ │ │ ├── MCHLoadCommand.h │ │ │ ├── MCHLoadCommand.m │ │ │ ├── MCHMachBinary.h │ │ │ ├── MCHMachBinary.m │ │ │ ├── MCHMemoryBufferWrapper.h │ │ │ ├── MCHMemoryBufferWrapper.m │ │ │ ├── MCHObjectFile.h │ │ │ ├── MCHObjectFile.m │ │ │ ├── MCHSection.h │ │ │ ├── MCHSection.m │ │ │ ├── MCHSegment.h │ │ │ ├── MCHSegment.m │ │ │ ├── MCHSegmentLoadCommand.h │ │ │ ├── MCHSegmentLoadCommand.m │ │ │ ├── MCHUUIDLoadCommand.h │ │ │ └── MCHUUIDLoadCommand.m │ │ ├── NSBundle+dSYM.h │ │ ├── NSBundle+dSYM.m │ │ ├── NSCrashLogTextScrollView.h │ │ ├── NSCrashLogTextScrollView.m │ │ ├── NSFileManager+ExtendedAttributes.h │ │ ├── NSFileManager+ExtendedAttributes.m │ │ ├── WBRemoteVersionChecker.h │ │ ├── WBRemoteVersionChecker.m │ │ ├── app_unexpectedly_Prefix.pch │ │ ├── clock/ │ │ │ ├── CUIApplicationIconView.h │ │ │ ├── CUIApplicationIconView.m │ │ │ ├── CUIWatchAxis.h │ │ │ ├── CUIWatchAxis.m │ │ │ ├── CUIWatchBridge.h │ │ │ ├── CUIWatchBridge.m │ │ │ ├── CUIWatchDrawablePart.h │ │ │ ├── CUIWatchGear.h │ │ │ ├── CUIWatchGear.m │ │ │ ├── CUIWatchJewel.h │ │ │ ├── CUIWatchJewel.m │ │ │ ├── CUIWatchPart.h │ │ │ ├── CUIWatchPart.m │ │ │ ├── CUIWatchScrew.h │ │ │ └── CUIWatchScrew.m │ │ ├── dSYM/ │ │ │ ├── CUIdSYMBundle+UI.h │ │ │ ├── CUIdSYMBundle+UI.m │ │ │ ├── CUIdSYMBundle.h │ │ │ └── CUIdSYMBundle.m │ │ ├── default_themes.plist │ │ ├── en.lproj/ │ │ │ ├── CUIAboutBoxWindowController.xib │ │ │ ├── CUIBinaryImagesViewController.xib │ │ │ ├── CUICodeSigningInformationViewController.xib │ │ │ ├── CUICollectionViewRegisterItem.xib │ │ │ ├── CUICrashLogPresentationOutlineViewController.xib │ │ │ ├── CUICrashLogPresentationTextViewController.xib │ │ │ ├── CUICrashLogsListViewController.xib │ │ │ ├── CUICrashLogsSourceSmartEditorWindowController.xib │ │ │ ├── CUICrashLogsSourcesViewController.xib │ │ │ ├── CUIExportAccessoryViewController.xib │ │ │ ├── CUIInspectorExecutableViewController.xib │ │ │ ├── CUIInspectorGeneralViewController.xib │ │ │ ├── CUIInspectorProcessesViewController.xib │ │ │ ├── CUIInspectorUserViewController.xib │ │ │ ├── CUILineJumperWindowController.xib │ │ │ ├── CUIMainWindowController.xib │ │ │ ├── CUIPreferencePaneAdvancedViewController.xib │ │ │ ├── CUIPreferencePaneCrashreporterViewController.xib │ │ │ ├── CUIPreferencePaneFontscolorsViewController.xib │ │ │ ├── CUIPreferencePaneGeneralViewController.xib │ │ │ ├── CUIPreferencePanePresentationOutlineViewController.xib │ │ │ ├── CUIPreferencePanePresentationTextViewController.xib │ │ │ ├── CUIPreferencePanePresentationViewController.xib │ │ │ ├── CUIPreferencePaneSymbolicationViewController.xib │ │ │ ├── CUIPreferencesWindowController.xib │ │ │ ├── CUISymbolsFilesLibraryViewController.xib │ │ │ ├── CodeSigning.strings │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ ├── MainMenu.xib │ │ │ ├── Predicates.strings │ │ │ └── RemoteCheck.strings │ │ ├── es.lproj/ │ │ │ ├── CUIAboutBoxWindowController.xib │ │ │ ├── CUIBinaryImagesViewController.xib │ │ │ ├── CUICodeSigningInformationViewController.xib │ │ │ ├── CUICollectionViewRegisterItem.xib │ │ │ ├── CUICrashLogPresentationOutlineViewController.xib │ │ │ ├── CUICrashLogPresentationTextViewController.xib │ │ │ ├── CUICrashLogsListViewController.xib │ │ │ ├── CUICrashLogsSourceSmartEditorWindowController.xib │ │ │ ├── CUICrashLogsSourcesViewController.xib │ │ │ ├── CUIExportAccessoryViewController.xib │ │ │ ├── CUIInspectorExecutableViewController.xib │ │ │ ├── CUIInspectorGeneralViewController.xib │ │ │ ├── CUIInspectorProcessesViewController.xib │ │ │ ├── CUIInspectorUserViewController.xib │ │ │ ├── CUILineJumperWindowController.xib │ │ │ ├── CUIMainWindowController.xib │ │ │ ├── CUIPreferencePaneAdvancedViewController.xib │ │ │ ├── CUIPreferencePaneCrashreporterViewController.xib │ │ │ ├── CUIPreferencePaneFontscolorsViewController.xib │ │ │ ├── CUIPreferencePaneGeneralViewController.xib │ │ │ ├── CUIPreferencePanePresentationOutlineViewController.xib │ │ │ ├── CUIPreferencePanePresentationTextViewController.xib │ │ │ ├── CUIPreferencePanePresentationViewController.xib │ │ │ ├── CUIPreferencePaneSymbolicationViewController.xib │ │ │ ├── CUIPreferencesWindowController.xib │ │ │ ├── CUISymbolsFilesLibraryViewController.xib │ │ │ ├── CodeSigning.strings │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ ├── MainMenu.xib │ │ │ ├── Predicates.strings │ │ │ └── RemoteCheck.strings │ │ ├── fr.lproj/ │ │ │ ├── CUIAboutBoxWindowController.xib │ │ │ ├── CUIBinaryImagesViewController.xib │ │ │ ├── CUICodeSigningInformationViewController.xib │ │ │ ├── CUICollectionViewRegisterItem.xib │ │ │ ├── CUICrashLogPresentationOutlineViewController.xib │ │ │ ├── CUICrashLogPresentationTextViewController.xib │ │ │ ├── CUICrashLogsListViewController.xib │ │ │ ├── CUICrashLogsSourceSmartEditorWindowController.xib │ │ │ ├── CUICrashLogsSourcesViewController.xib │ │ │ ├── CUIExportAccessoryViewController.xib │ │ │ ├── CUIInspectorExecutableViewController.xib │ │ │ ├── CUIInspectorGeneralViewController.xib │ │ │ ├── CUIInspectorProcessesViewController.xib │ │ │ ├── CUIInspectorUserViewController.xib │ │ │ ├── CUILineJumperWindowController.xib │ │ │ ├── CUIMainWindowController.xib │ │ │ ├── CUIPreferencePaneAdvancedViewController.xib │ │ │ ├── CUIPreferencePaneCrashreporterViewController.xib │ │ │ ├── CUIPreferencePaneFontscolorsViewController.xib │ │ │ ├── CUIPreferencePaneGeneralViewController.xib │ │ │ ├── CUIPreferencePanePresentationOutlineViewController.xib │ │ │ ├── CUIPreferencePanePresentationTextViewController.xib │ │ │ ├── CUIPreferencePanePresentationViewController.xib │ │ │ ├── CUIPreferencePaneSymbolicationViewController.xib │ │ │ ├── CUIPreferencesWindowController.xib │ │ │ ├── CUISymbolsFilesLibraryViewController.xib │ │ │ ├── CodeSigning.strings │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ ├── MainMenu.xib │ │ │ ├── Predicates.strings │ │ │ └── RemoteCheck.strings │ │ ├── he.lproj/ │ │ │ ├── CUIAboutBoxWindowController.xib │ │ │ ├── CUIBinaryImagesViewController.xib │ │ │ ├── CUICodeSigningInformationViewController.xib │ │ │ ├── CUICollectionViewRegisterItem.xib │ │ │ ├── CUICrashLogPresentationOutlineViewController.xib │ │ │ ├── CUICrashLogPresentationTextViewController.xib │ │ │ ├── CUICrashLogsListViewController.xib │ │ │ ├── CUICrashLogsSourceSmartEditorWindowController.xib │ │ │ ├── CUICrashLogsSourcesViewController.xib │ │ │ ├── CUIExportAccessoryViewController.xib │ │ │ ├── CUIInspectorExecutableViewController.xib │ │ │ ├── CUIInspectorGeneralViewController.xib │ │ │ ├── CUIInspectorProcessesViewController.xib │ │ │ ├── CUIInspectorUserViewController.xib │ │ │ ├── CUILineJumperWindowController.xib │ │ │ ├── CUIMainWindowController.xib │ │ │ ├── CUIPreferencePaneAdvancedViewController.xib │ │ │ ├── CUIPreferencePaneCrashreporterViewController.xib │ │ │ ├── CUIPreferencePaneFontscolorsViewController.xib │ │ │ ├── CUIPreferencePaneGeneralViewController.xib │ │ │ ├── CUIPreferencePanePresentationOutlineViewController.xib │ │ │ ├── CUIPreferencePanePresentationTextViewController.xib │ │ │ ├── CUIPreferencePanePresentationViewController.xib │ │ │ ├── CUIPreferencePaneSymbolicationViewController.xib │ │ │ ├── CUIPreferencesWindowController.xib │ │ │ ├── CUISymbolsFilesLibraryViewController.xib │ │ │ ├── CodeSigning.strings │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ ├── MainMenu.xib │ │ │ ├── Predicates.strings │ │ │ └── RemoteCheck.strings │ │ ├── images/ │ │ │ ├── philo_stone.psd │ │ │ ├── recents.psd │ │ │ ├── recents@2x.psd │ │ │ └── symbolication@2x.psd │ │ ├── ips + Extensions/ │ │ │ ├── IPSImage+Offset.h │ │ │ └── IPSImage+Offset.m │ │ ├── ja.lproj/ │ │ │ ├── CUIAboutBoxWindowController.xib │ │ │ ├── CUIBinaryImagesViewController.xib │ │ │ ├── CUICodeSigningInformationViewController.xib │ │ │ ├── CUICollectionViewRegisterItem.xib │ │ │ ├── CUICrashLogPresentationOutlineViewController.xib │ │ │ ├── CUICrashLogPresentationTextViewController.xib │ │ │ ├── CUICrashLogsListViewController.xib │ │ │ ├── CUICrashLogsSourceSmartEditorWindowController.xib │ │ │ ├── CUICrashLogsSourcesViewController.xib │ │ │ ├── CUIExportAccessoryViewController.xib │ │ │ ├── CUIInspectorExecutableViewController.xib │ │ │ ├── CUIInspectorGeneralViewController.xib │ │ │ ├── CUIInspectorProcessesViewController.xib │ │ │ ├── CUIInspectorUserViewController.xib │ │ │ ├── CUILineJumperWindowController.xib │ │ │ ├── CUIMainWindowController.xib │ │ │ ├── CUIPreferencePaneAdvancedViewController.xib │ │ │ ├── CUIPreferencePaneCrashreporterViewController.xib │ │ │ ├── CUIPreferencePaneFontscolorsViewController.xib │ │ │ ├── CUIPreferencePaneGeneralViewController.xib │ │ │ ├── CUIPreferencePanePresentationOutlineViewController.xib │ │ │ ├── CUIPreferencePanePresentationTextViewController.xib │ │ │ ├── CUIPreferencePanePresentationViewController.xib │ │ │ ├── CUIPreferencePaneSymbolicationViewController.xib │ │ │ ├── CUIPreferencesWindowController.xib │ │ │ ├── CUISymbolsFilesLibraryViewController.xib │ │ │ ├── CodeSigning.strings │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ ├── MainMenu.xib │ │ │ ├── Predicates.strings │ │ │ └── RemoteCheck.strings │ │ ├── main.m │ │ └── template.source │ └── app_unexpectedly.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── xcshareddata/ │ │ └── xcschemes/ │ │ └── app_unexpectedly.xcscheme │ └── xcuserdata/ │ └── stephane.xcuserdatad/ │ ├── xcdebugger/ │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes/ │ └── xcschememanagement.plist ├── build.sh ├── distribution/ │ ├── Documents/ │ │ └── ReadMe.rtf │ ├── Template/ │ │ └── Template_ro.dmg │ ├── Unexpectedly.pkgproj │ └── Version └── plugin_quicklook/ ├── crashreport/ │ ├── GeneratePreviewForURL.m │ ├── GenerateThumbnailForURL.m │ ├── Info.plist │ ├── NSUserDefaults+UNXQuickLookGenerator.h │ ├── NSUserDefaults+UNXQuickLookGenerator.m │ ├── QLCUIThemesProvider.h │ ├── QLCUIThemesProvider.m │ └── main.c └── crashreport.xcodeproj/ ├── project.pbxproj ├── project.xcworkspace/ │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist └── xcuserdata/ └── stephane.xcuserdatad/ └── xcschemes/ └── xcschememanagement.plist