everettjf / XBookmark

Bookmark Plugin for Xcode 8.x and 7.x
http://everettjf.github.io/2015/10/04/xbookmark-develop-note/
MIT License
70 stars 9 forks source link

关闭文件后,切换书签会触发异常。 #4

Open zxl777 opened 8 years ago

zxl777 commented 8 years ago

先在文件A设置书签,然后关闭A文件标签, 再切换书签,会触发异常。

everettjf commented 8 years ago

也就是在没有书签的情况下,使用Command+F3吗?

zxl777 commented 8 years ago

先在文件A设置书签,然后关闭A文件页面,书签应该还在。 再切换书签,会触发异常。

everettjf commented 8 years ago

啊,我还是无法重现这个问题啊。 我通过,File-》Close "xxxx.m",然后再切换到这个文件的书签,也能正常切换。

真想瞬间转移到你那看看哈

zxl777 commented 8 years ago

你应该装一个log系统,出错时我把log发给你,才好分析。

everettjf commented 8 years ago

@zxl777 恩,有时间我多加些日志。

zxl777 commented 8 years ago

关闭文件后,再切换书签,XCODE 7.2 CRASH,下面是log 注意搜索“XBookmark” 部分。

Process: Xcode [68242] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.2 (9548) Build Info: IDEFrameworks-9548000000000000~7 App Item ID: 497799835 App External ID: 814662604 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [68242] User ID: 501

Date/Time: 2015-12-15 11:11:03.264 +0800 OS Version: Mac OS X 10.11.1 (15B42) Report Version: 11 Anonymous UUID: 6D56C43D-49C5-33B6-C2B3-6040087F6F76

Sleep/Wake UUID: BD87462C-A021-4026-B018-FCF2C610823F

Time Awake Since Boot: 14000 seconds Time Since Wake: 6100 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information: ProductBuildVersion: 7C68 UNCAUGHT EXCEPTION (NSUnknownKeyException): [<XBookmarkWindowController 0x7f9bbee47b00> valueForUndefinedKey:]: this class is not key value coding-compliant for the key _workspace. UserInfo: { NSTargetObjectUserInfoKey = "<XBookmarkWindowController: 0x7f9bbee47b00>"; NSUnknownUserInfoKey = "_workspace"; } Hints: None Backtrace: 0 0x00007fff95f74e1a exceptionPreprocess (in CoreFoundation) 1 0x000000010315cc67 DVTFailureHintExceptionPreprocessor (in DVTFoundation) 2 0x00007fff8b953dd4 objc_exception_throw (in libobjc.A.dylib) 3 0x00007fff95f74d79 -[NSException raise](in CoreFoundation) 4 0x00007fff8be1ae63 -[NSObject(NSKeyValueCoding) valueForUndefinedKey:](in Foundation) 5 0x00007fff8bcf4767 -NSObject(NSKeyValueCoding) valueForKey: 6 0x000000010b2d6b85 +[XBookmarkUtil currentIDEWorkspace] at /Users/sky/Library/Application Support/Alcatraz/Plug-ins/XBookmark/XBookmark/XBookmarkUtil.m:53 (in XBookmark) 7 0x000000010b2d7115 +[XBookmarkUtil jumpToFileURL:] at /Users/sky/Library/Application Support/Alcatraz/Plug-ins/XBookmark/XBookmark/XBookmarkUtil.m:134 (in XBookmark) 8 0x000000010b2d7315 +[XBookmarkUtil openSourceFile:highlightLineNumber:] at /Users/sky/Library/Application Support/Alcatraz/Plug-ins/XBookmark/XBookmark/XBookmarkUtil.m:147 (in XBookmark) 9 0x000000010b2d676f -[XBookmarkWindowController onTableViewClick:] at /Users/sky/Library/Application Support/Alcatraz/Plug-ins/XBookmark/XBookmark/XBookmarkWindowController.m:130 (in XBookmark) 10 0x00007fff96f8d082 _os_activity_initiate (in libsystem_trace.dylib) 11 0x00007fff9b01d811 -[NSApplication sendAction:to:from:](in AppKit) 12 0x000000010373bac7 37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit) 13 0x000000010360d221 -[DVTApplication sendAction:to:from:](in DVTKit) 14 0x00007fff9b02fa0e -[NSControl sendAction:to:](in AppKit) 15 0x00007fff9b0aeef5 -NSTableView _sendAction:to:row:column: 16 0x00007fff9b0ad74f -[NSTableView mouseDown:](in AppKit) 17 0x00007fff9b57a42d -[NSWindow _handleMouseDownEvent:isDelayedEvent:](in AppKit) 18 0x00007fff9b57b411 -NSWindow _reallySendEvent:isDelayedEvent: 19 0x00007fff9afc0b8d -[NSWindow sendEvent:](in AppKit) 20 0x00007fff9af40b27 -[NSApplication sendEvent:](in AppKit) 21 0x00000001043acc6d -[IDEApplication sendEvent:](in IDEKit) 22 0x00007fff9ada7d9a -[NSApplication run](in AppKit) 23 0x00007fff9ad70fbe NSApplicationMain (in AppKit) 24 0x00007fff8b6ce5ad start (in libdyld.dylib)

Performing @selector(onTableViewClick:) from sender NSTableView 0x7f9bbce9e7d0 abort() called

Application Specific Signatures: NSUnknownKeyException

Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff95f74e32 exceptionPreprocess + 178 1 DVTFoundation 0x000000010315cc67 DVTFailureHintExceptionPreprocessor + 194 2 libobjc.A.dylib 0x00007fff8b953dd4 objc_exception_throw + 48 3 CoreFoundation 0x00007fff95f74d79 -[NSException raise] + 9 4 Foundation 0x00007fff8be1ae63 -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 226 5 Foundation 0x00007fff8bcf4767 -[NSObject(NSKeyValueCoding) valueForKey:] + 414 6 XBookmark 0x000000010b2d6b85 +[XBookmarkUtil currentIDEWorkspace] + 62 7 XBookmark 0x000000010b2d7115 +[XBookmarkUtil jumpToFileURL:] + 120 8 XBookmark 0x000000010b2d7315 +[XBookmarkUtil openSourceFile:highlightLineNumber:] + 216 9 XBookmark 0x000000010b2d676f -[XBookmarkWindowController onTableViewClick:] + 228 10 libsystem_trace.dylib 0x00007fff96f8d082 _os_activity_initiate + 75 11 AppKit 0x00007fff9b01d811 -[NSApplication sendAction:to:from:] + 460 12 DVTKit 0x000000010373bac7 37-[DVTApplication sendAction:to:from:]_block_invoke + 379 13 DVTKit 0x000000010360d221 -[DVTApplication sendAction:to:from:] + 377 14 AppKit 0x00007fff9b02fa0e -[NSControl sendAction:to:] + 86 15 AppKit 0x00007fff9b0aeef5 -[NSTableView _sendAction:to:row:column:] + 111 16 AppKit 0x00007fff9b0ad74f -[NSTableView mouseDown:] + 6308 17 AppKit 0x00007fff9b57a42d -[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6322 18 AppKit 0x00007fff9b57b411 -[NSWindow _reallySendEvent:isDelayedEvent:] + 212 19 AppKit 0x00007fff9afc0b8d -[NSWindow sendEvent:] + 517 20 AppKit 0x00007fff9af40b27 -[NSApplication sendEvent:] + 2540 21 IDEKit 0x00000001043acc6d -[IDEApplication sendEvent:] + 739 22 AppKit 0x00007fff9ada7d9a -[NSApplication run] + 796 23 AppKit 0x00007fff9ad70fbe NSApplicationMain + 1176 24 libdyld.dylib 0x00007fff8b6ce5ad start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff97e650ae pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff90f79500 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff8c4e841b abort + 145 3 libsystem_c.dylib 0x00007fff8c4e838a abort + 144 4 com.apple.dt.IDEKit 0x00000001045cfdf1 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:]

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff97e660a2 kevent_qos + 10 1 libdispatch.dylib 0x00007fff977c711d _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff977c6d85 _dispatch_mgr_thread + 52

Thread 2:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff97e5fc96 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff97e5f0d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff95eea2b4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff95ee977c CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff95ee8fc8 CFRunLoopRunSpecific

Thread 3: 0 libsystem_kernel.dylib 0x00007fff97e5fc96 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff97e5f0d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff95eea2b4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff95ee977c CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff95ee8fc8 CFRunLoopRunSpecific

Thread 4:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff97e65222 select + 10 1 com.apple.CoreFoundation 0x00007fff95f274aa CFSocketManager + 762 2 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff97e5fc96 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff97e5f0d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff95eea2b4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff95ee977c CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff95ee8fc8 CFRunLoopRunSpecific

Thread 6:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff97e5fc96 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff97e5f0d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff95eea2b4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff95ee977c CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff95ee8fc8 CFRunLoopRunSpecific

Thread 7:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff97e5fc96 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff97e5f0d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff95eea2b4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff95ee977c CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff95ee8fc8 CFRunLoopRunSpecific

Thread 8: 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x000000010bc1c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff8bcdeee4 NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 9: 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x000000010bc1c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff8bcdeee4 NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 10: 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x000000010bc1c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff8bcdeee4 NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 11: 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x000000010bc1c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff8bcdeee4 NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 12: 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x000000010bc1c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff8bcdeee4 NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 13: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 14: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 15: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 16: 0 libsystem_kernel.dylib 0x00007fff97e5fc96 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff97e5f0d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff95eea2b4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff95ee977c CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff95ee8fc8 CFRunLoopRunSpecific

Thread 17: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 18: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 19: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 20:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 libc++.1.dylib 0x00007fff8999668f std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&)

Thread 21:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 libc++.1.dylib 0x00007fff8999668f std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&)

Thread 22:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 libc++.1.dylib 0x00007fff8999668f std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&)

Thread 23:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 libc++.1.dylib 0x00007fff8999668f std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&)

Thread 24:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 libc++.1.dylib 0x00007fff8999668f std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&)

Thread 25:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff97e64f5e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90f7773d _pthread_cond_wait + 767 2 libc++.1.dylib 0x00007fff8999668f std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&)

Thread 26: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 27: 0 libsystem_kernel.dylib 0x00007fff97e6578a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90f7658c _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90f74375 start_wqthread + 13

Thread 28: 0 libsystem_kernel.dylib 0x00007fff97e652b2 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff8c509a75 nanosleep + 199 2 com.apple.CoreSymbolication 0x00007fff91663b5f 0x7fff91651000 + 76639 3 libsystem_pthread.dylib 0x00007fff90f769b1 _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff90f7692e _pthread_start + 168 5 libsystem_pthread.dylib 0x00007fff90f74385 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5ccdb928 rdx: 0x0000000000000000 rdi: 0x000000000000160b rsi: 0x0000000000000006 rbp: 0x00007fff5ccdb950 rsp: 0x00007fff5ccdb928 r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff8b9481f0 r13: 0x00007f9bb61364c0 r14: 0x00007fff78f0e000 r15: 0x00007f9bb1a02600 rip: 0x00007fff97e650ae rfl: 0x0000000000000206 cr2: 0x00007fff77349038

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x102f24000 - 0x102f27fff com.apple.dt.Xcode (7.2 - 9548)

<278C9A25-1A00-3F35-990F-7D9C31D6E68C> /Applications/Xcode.app/Contents/MacOS/Xcode 0x102f2d000 - 0x103409ff7 com.apple.dt.DVTFoundation (7.2 - 9542) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x103601000 - 0x103949ff7 com.apple.dt.DVTKit (7.2 - 9542) <3F5B58D5-F5C3-3E1A-A78C-743626E5EA36> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x103b5c000 - 0x104052ff7 com.apple.dt.IDEFoundation (7.2 - 9548) <4828AF1E-2AB7-35B9-A673-A046F8C5CE00> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x104393000 - 0x104c23fff com.apple.dt.IDEKit (7.2 - 9548) /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x10521a000 - 0x105249fcf com.apple.dt.instruments.DTXConnectionServices (1.0 - 59500) <80184D81-3338-3F51-B762-CAD4BACCE6CA> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices 0x105276000 - 0x1052fdfff com.apple.dt.instruments.DVTInstrumentsFoundation (1.0 - 59500) <8B4DAB4C-807A-3B99-9E64-D0CE025B8594> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation 0x105375000 - 0x1053fcfff com.apple.CoreSymbolicationDT (3.1 - 59500) /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT 0x105415000 - 0x105463fd7 com.apple.Symbolication (1.4 - 59004) <683F855A-47CB-3AC5-9DCA-77AF36712A27> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT 0x10549c000 - 0x1055d4fff com.apple.framework.CoreProfileDT (59003) /Applications/Xcode.app/Contents/SharedFrameworks/CoreProfileDT.framework/Versions/A/CoreProfileDT 0x105612000 - 0x105616ff7 com.apple.kperf (1.0 - 1) <77AF3989-F85F-3E93-A3CF-27698C2D6FC3> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf 0x105623000 - 0x10562dff7 com.apple.kperfdataDT (1.0 - 1) <6007D8DE-C6A5-3F06-99F8-4F5AFEB98740> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT 0x105635000 - 0x105658fff com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x10566f000 - 0x105670fff libpanel.5.4.dylib (46) <1A2DF1FF-5050-310E-A67F-1A5E8FF3A1C8> /usr/lib/libpanel.5.4.dylib 0x105675000 - 0x105684fff com.apple.dt.instruments.DVTInstrumentsUtilities (1.0 - 59500) <73D72C81-5657-3B94-979D-FC1E7A61B67A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities 0x105698000 - 0x1056d4ffb com.apple.DebugSymbols (133 - 133) <24822CD6-4A2C-3D02-BD4D-C81570546A70> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT 0x1056f3000 - 0x10577cfff com.apple.dt.XCTest (1.0 - 9530) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest 0x1057e7000 - 0x1057e7fff com.apple.Metal (1.0 - 1) <00700144-FA34-38BA-A8F4-55C8B7A9D348> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal 0x1057ed000 - 0x10582cff7 +libswiftDemangle.dylib (700.1.101.15) <3EB7E08B-446C-34FE-9674-5F6690FBC471> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib 0x105847000 - 0x106547ff3 +libclang.dylib (700.1.81) <59377044-CF9C-37B4-803F-6F7DE7A20DB5> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib 0x106734000 - 0x10679cfff com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <0E139A61-345E-32AF-A016-F50725FD5C83> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl 0x1067e6000 - 0x107998fff +libLTO.dylib (700.1.81) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib 0x107c4c000 - 0x107c4cff7 com.apple.xcode.compilers.coredata (9.2 - 9523) <04476688-4DF3-3AB4-8E57-06BE754B1EBB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data 0x107c52000 - 0x107c69fff com.apple.DADocSetManagement (7.2 - 9000) <73FF9B4E-9B15-3024-B264-BAC228F0301D> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement 0x107c7d000 - 0x107c82fff com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <32C82CA8-00E0-3335-A5C8-E7877DB951B0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x107c8c000 - 0x107d28fff com.apple.dt.instruments.DTGraphKit (7.2 - 59017) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x107d89000 - 0x107d89ff7 com.apple.compilers.clang (9.2 - 9523) <7842604F-77C7-302B-9877-F49E90D3A427> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0 0x107d8e000 - 0x107dd9fff com.apple.DADocSetAccess (7.2 - 9000) <3BCA36A8-B149-3DF2-9F22-8DD6EBE5F9CC> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess 0x107e09000 - 0x107edbffb com.apple.PubSub (1.0.5 - 65.40) <1FE72C4E-1C35-3429-8C4E-2B469629AF23> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x107f74000 - 0x107f74fff com.apple.dt.IDEContinuousIntegration (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration 0x107f78000 - 0x107f7dfff com.apple.IDEServerTools (1.0 - 1) <8DF90494-2309-3AF1-A706-4B89C04CB120> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools 0x107f87000 - 0x107f97fff com.apple.dt.IDE.IDEQuickLookEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor 0x108278000 - 0x108287ff7 libSimplifiedChineseConverter.dylib (68) <7D182FFD-0BCB-34D2-BE95-1764B6B3B116> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x108342000 - 0x10838cfff com.apple.CoreSimulator (201.3 - 201.3) <98D440AA-79B7-3810-B803-C2358F0885F0> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator 0x1083b4000 - 0x1083c4fff com.apple.dt.IDELanguageSupportCore (7.2 - 9516) <3DC83F74-740B-351D-A93B-659B1301232C> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore 0x1083d8000 - 0x1083e3fff com.apple.DevToolsFoundation (9.2 - 9523) <2998645A-9BCA-3F54-A478-47861CCD5352> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x1083f2000 - 0x1083f6ff7 com.apple.dt.dbg.DebuggerLLDBService (7.2 - 9525) <61034A89-0759-3542-82C2-3FBE82E9DDD8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x10b19f000 - 0x10b1b8fff +com.mneorr.Alcatraz (1.1.15 - 1) /Users/USER/Library/Application Support/Developer/*/Alcatraz 0x10b1de000 - 0x10b1e5fff com.apple.dt.IDE.IDEPDFViewer (7.2 - 9525) <9EF14093-EE4D-3984-A3E2-4F8CDA403A4E> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer 0x10b1f1000 - 0x10b1faff7 com.apple.dt.ScriptingDefinitionEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor 0x10b20f000 - 0x10b212fff com.apple.dt.IDE.IDEAppleScriptEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor 0x10b21e000 - 0x10b22bff7 com.apple.dt.DVTServices (7.2 - 9542) /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices 0x10b23b000 - 0x10b25efff com.apple.dt.DVTProducts (1.0 - 1) <8BA608F6-F17C-3396-9771-5436E58C6485> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts 0x10b27d000 - 0x10b27dfff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <72F32401-C3D4-3D4F-B530-B9E015926ADD> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm 0x10b281000 - 0x10b281fff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <7B0DA3CD-EA02-3266-860B-BDD17BD14109> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm 0x10b285000 - 0x10b286fff +liblaunch_sim.dylib (560.3.4) /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x10b28d000 - 0x10b297ff7 com.apple.SimulatorKit (1.0 - 201.3) /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit 0x10b2ad000 - 0x10b2b8fff com.apple.dt.PlistEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x10b2cd000 - 0x10b2e1fff +everettjf.XBookmark (0.3.0 - 0.3) <8CF9832F-ADD7-31F3-8EE4-E5854A29E67E> /Users/USER/Library/Application Support/Developer/*/XBookmark 0x10b303000 - 0x10b30cff7 com.apple.dt.IDEIODebugGaugesCore (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore 0x10b320000 - 0x10b36dfff com.apple.dt.IDEProductsUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI 0x10b3bc000 - 0x10b3ddfff com.apple.dt.DVTAnalytics (1.0 - 1) <9D015166-2911-3F7B-9B73-4F09BE518102> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics 0x10b401000 - 0x10b414ff7 com.apple.dt.DVTAnalyticsClient (7.2 - 1) <5143DAFB-9FEF-335A-9A01-BD6CF03A6AC0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient 0x10b432000 - 0x10b474fff com.apple.dt.IDE.iCloudSupport (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport 0x10b4b0000 - 0x10b542ff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) <298D420A-38EB-3DC1-9662-F6723F5729F5> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x10b5a2000 - 0x10b5c3fff com.apple.Jet (1.0 - 1) /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 0x10b5ee000 - 0x10b614ff7 com.apple.audio.OpenAL (1.8 - 1.8) <764133AC-B13C-3E57-85F6-6D5E7BA978D8> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x10b6fc000 - 0x10b6fffff com.apple.GLToolsMobileFoundation (1.0 - 19501) <9EFE9BA7-CD6B-3DA3-A589-3F4258455251> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation 0x10b731000 - 0x10b7a1fff com.apple.sourcekitd (1.0 - 700.1.81) <6313D92E-350D-336D-8FCD-531BB26DF35F> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd 0x10b7cf000 - 0x10b831fff com.apple.dt.IDE.Xcode3Core (7.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x10b868000 - 0x10b8a1fff com.apple.Xcode.DevToolsSupport (9.2 - 9523) <1DEEB11B-5779-3043-9DBC-CBFA9C3D11B7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x10b8d5000 - 0x10b8edfff com.apple.dt.IDE.IDERTFEditor (7.2 - 9525) <915A1FCB-CDDD-3174-B051-EDBAC203A123> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x10b903000 - 0x10b9ccfff com.apple.XCSCore (1.0 - 1) <8156BDAE-6FC7-3A10-AEAF-C31D0A797CB1> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore 0x10ba51000 - 0x10ba6afff com.apple.dt.IDE.IDEGit (7.2 - 9525) <9A5C1448-D645-3C96-958C-3272A4122690> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit 0x10ba7e000 - 0x10ba91fff com.apple.dt.IDE.IDESubversion (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion 0x10bab4000 - 0x10babafff com.apple.dt.gpu.GPUDebuggerOSXSupport (7.2 - 19509) <4455A241-A2DF-324C-9D87-64F475DEBE52> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport 0x10bac4000 - 0x10bacaff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (7.2 - 19503) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport 0x10bad4000 - 0x10bad5ff3 +liblaunch_sim.dylib (756.20.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib 0x10badb000 - 0x10be62fff com.apple.Xcode.DevToolsCore (9.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore 0x10c011000 - 0x10c0a1fff com.apple.dt.IDE.IDEiOSSupportCore (7.2 - 9525) <850CCC0A-A40E-3EAA-9977-DE5525A13A80> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x10c0f9000 - 0x10c10ffff com.apple.DVTiPhoneSimulatorRemoteClient (7.2 - 9525) /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x10c125000 - 0x10c1b6ff7 com.apple.DTDeviceKitBase (7.2 - 9525) <22D1F42F-2EF3-30AB-B1B1-375A03CD5C7E> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x10c211000 - 0x10c34efef com.apple.mobiledevice (823.10.3 - 823.10.3) <1DD0B2D9-8E99-3411-BC29-993822BD4A4A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x10c3d4000 - 0x10c3edff7 com.apple.DeviceLinkX (5.0 - 264) <9FE65A47-2E38-3BBE-B3B8-E5A5CE89E9E9> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x10c3fd000 - 0x10c43bff7 com.apple.dt.dbg.DebuggerFoundation (7.2 - 9525) <542C96F9-F1D0-3884-B279-B49164EF6DDE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x10c476000 - 0x10c4fefff com.apple.dt.IBAutolayoutFoundation (7.2 - 9531) /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x10c55b000 - 0x10c629ff7 com.apple.dt.IBFoundation (7.2 - 9531) <67597CB0-0C2A-33BB-816F-05ADE8CF556F> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x10c6c0000 - 0x10c71ffff com.apple.CoreThemeDefinition (2.0 - 234) <8D901DA7-BA5B-39E9-86DF-B4B890A8117C> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x10c766000 - 0x10c7b9fff com.apple.dt.dbg.DebuggerLLDB (7.2 - 9525) <98923B8B-B70E-368B-876B-E117D323F3E0> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x10c7f5000 - 0x10ef09fff com.apple.LLDB.framework (1.340.4.119 - 340.4.119) /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB 0x10fa0d000 - 0x10fafeff7 org.python.python (2.7.10 - 2.7.10) <5A7838D3-24D4-395B-BE96-ADD007C86E55> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x10fb65000 - 0x10fb68fff com.apple.IDEWatchKit1SupportUI (7.2 - 9004) /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI 0x10fb6e000 - 0x10fb73ff7 com.apple.XCWatchKit1Support (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support 0x10fb7a000 - 0x10fb8efff com.apple.dt.XCLanguageSupport (7.2 - 9516) <19BFD8BC-1F51-30E3-AAB5-8AD9024CA0DD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport 0x10fb9f000 - 0x10fbadff7 com.apple.xcode.plug-in.CoreBuildTasks (9.2 - 9523) <854887F3-558E-3DC7-B4D5-DE8D3F121484> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks 0x10fbb6000 - 0x10fbbafff com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore 0x10fbc2000 - 0x10fbc7ff7 com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <7586059D-05B9-3D33-8ABC-51CADE48659A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore 0x10fbcf000 - 0x10fbd2ff7 com.apple.dt.IDEWatchSupportCore (1.0 - 1) <2C457C97-4F2F-3CFE-8C5D-6A7D4AF1D39D> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore 0x10fbd8000 - 0x10fbe3ff7 com.apple.dt.IDE.IDEOSXSupportCore (7.2 - 9501) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore 0x110629000 - 0x11062aff3 +liblaunch_sim.dylib (756.20.4) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib 0x110630000 - 0x110631ff3 +liblaunch_sim.dylib (756.20.4) /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib 0x11172e000 - 0x111819ff7 com.apple.dt.XCSUI (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI 0x1118f3000 - 0x111903fff com.apple.GPUToolsDesktopFoundation (1.0 - 19504) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation 0x11191f000 - 0x111929ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 9500) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication 0x111b8c000 - 0x111b92ff7 com.apple.dt.gpu.GPUDebuggertvOSSupport (7.2 - 19503) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport 0x111e12000 - 0x111e86fff com.apple.GeForceMTLDriver (10.6.47 - 10.0.6) /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver 0x111eca000 - 0x111f2cff7 com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.10.18 - 10.1.0) <1F3B6B7A-2AAE-337A-808B-C92D8C153099> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver 0x112080000 - 0x112081fff _locale.so (94) <746CF7C3-06B6-397C-98EF-E6A15339A5A0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so 0x112086000 - 0x112089fff _struct.so (94) <037D34AA-B9ED-3A0D-87C7-2EAF117E40D9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so 0x112092000 - 0x112096fff itertools.so (94) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so 0x1120a0000 - 0x1120a1ff7 readline.so (94) <2F8DCF20-B2DE-3A87-BFAD-C7D4E1B25ACD> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so 0x1120db000 - 0x1120e5fff com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 19501) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport 0x1121be000 - 0x1121befe7 +cl_kernels (???) <8C8D7C83-7309-4158-8BAE-D08FC049F424> cl_kernels 0x11230d000 - 0x1123c4fff com.apple.dt.IDE.IDESceneKitEditor (7.2 - 9501) /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x1124ab000 - 0x1124acff7 time.so (94) <6CB6B631-C4AA-339D-8589-C4DD74EE7CEE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so 0x1124b3000 - 0x1124b6ff7 strop.so (94) <43F6CF5F-A4A0-351A-873C-3F3CE991C7A5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so 0x1124e6000 - 0x112521ffb com.apple.MTLToolsShaderProfiler (1.0 - 19508) <466972EB-6971-3797-A32A-FC5754ABD444> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler 0x11257b000 - 0x1125e3ff3 com.apple.GLToolsExpert (1.0 - 19501) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert 0x112643000 - 0x11265eff7 com.apple.GLToolsShaderProfiler (1.0 - 19508) <8A6F252F-0BAC-35B4-9F51-E8103340CF0B> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler 0x11266e000 - 0x112685fff com.apple.GPUToolsMobileFoundation (1.0 - 19501) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x112718000 - 0x112791ff7 com.apple.dt.gpu.GPURenderTargetEditor (7.2 - 19509) <3ED5A508-D825-3EF6-9BB9-8211CAD86161> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor 0x1127fd000 - 0x1127feff5 +cl_kernels (???) <7AA5CAEA-58F6-4FB6-8ADE-731A93022B28> cl_kernels 0x1128d7000 - 0x1128e0ff7 datetime.so (94) <7FC34418-1444-34E7-8C86-46913140A6B1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so 0x1128ea000 - 0x1128edfff operator.so (94) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so 0x1128f4000 - 0x1128f6fff _collections.so (94) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so 0x1128fd000 - 0x1128fefff _heapq.so (94) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so 0x112904000 - 0x112905fff _functools.so (94) <39C081EE-CF91-371D-B315-039E8EFEEEDF> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so 0x112b0c000 - 0x112b1afff _ctypes.so (94) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so 0x112b2c000 - 0x112b2dfff +cl_kernels (???) cl_kernels 0x112b32000 - 0x112b3afff com.apple.dt.IDE.IDEInstrumentsService (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x112bc8000 - 0x112d7aff7 com.apple.dt.IDE.Xcode3UI (7.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x112eab000 - 0x112f23ff7 com.apple.xcode.GameToolsFoundation (1.0 - 9509) <26B19B6E-6B7D-3469-A5FC-32DC86127374> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation 0x112f6d000 - 0x11342eff7 com.apple.SceneKit (5.0 - 293) <554005AE-E11A-3EE6-9BAF-727457203554> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit 0x11370c000 - 0x1138b2fff com.apple.SpriteKit (1.0 - 1) <1C9849AE-A49D-3BD4-AA12-AB6D71DDCCD2> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 0x113d6b000 - 0x113dc2ff7 com.apple.PhysicsKit (1.0 - 1) <7DA9CCDC-AC2C-3964-98A7-7DCDCDD72BAF> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x113df0000 - 0x113e07ff7 com.apple.dt.IDEIODebugGaugesUI (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI 0x113e25000 - 0x114394fff com.apple.dt.IDE.IDEInterfaceBuilderKit (7.2 - 9531) <3839A9C3-2072-3BFC-AD3B-339867AB2144> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit 0x11476d000 - 0x11493fff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (7.2 - 9531) <5DC91C31-52E4-359D-92A2-0252CAF45EE2> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration 0x114ae1000 - 0x114b06ff7 com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <9B5A8A13-39F1-3764-8CAF-7D59FE271AF0> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x114b28000 - 0x114d5bfff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (7.2 - 9529) <5E6A0BA5-ACED-3711-B710-A69EB8053637> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration 0x114e5f000 - 0x114e70ff7 com.apple.DTDeviceKit (4.2 - 9525) <7C36DA9D-792D-3501-ACFB-18F90985CC2A> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x114e82000 - 0x114ef5fff com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (7.2 - 9515) /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration 0x114f32000 - 0x114f3eff7 com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (7.2 - 9529) <1EEFDE67-D23B-3D58-AEB5-67D671F183C2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration 0x114f49000 - 0x114f7fff7 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (7.2 - 3733) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration 0x115400000 - 0x115445fff com.apple.dt.IDE.IDEiPhoneSupport (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x115489000 - 0x1154f9ff7 com.apple.dt.IDE.IDEDocViewer (7.2 - 9525) <114A2B47-5415-3F66-B99D-F2B504F40515> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x115554000 - 0x115558fff com.apple.audio.AppleHDAHALPlugIn (272.50.31 - 272.50.31) <848D475D-F0B5-3E2D-B268-92F399EF7D7E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x1155ac000 - 0x1156dcffb com.apple.audio.units.Components (1.13 - 1.13) <437A39D0-72BB-3B03-83BA-989015D4B640> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x115903000 - 0x115904fe3 +cl_kernels (???) <7B1EE0EB-4B8F-4854-97FA-96CE24801792> cl_kernels 0x1159ee000 - 0x115a12fff com.apple.MTLToolsServices (1.0 - 1) <3DCBDF8E-4ED4-39E9-B621-25630CA33C66> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices 0x115a2f000 - 0x115a48fff com.apple.MTLToolsCore (1.0 - 1) <2D2832D7-1C8C-3821-942F-9F209ABBFC48> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore 0x115b8c000 - 0x115b90ff7 com.apple.dt.IDE.IDEAppleScriptCore (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore 0x115b9b000 - 0x115ba1fff com.apple.dt.IDEWatchSupportUI (1.0 - 1) <6C32C4B8-80EE-38D2-9143-26C80D5873BB> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI 0x115bab000 - 0x115bd1ff7 com.apple.MTLTools (1.0 - 1) <6EB7E32E-0C07-3C0F-B075-39F14B2AAA1C> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools 0x115c4c000 - 0x115c7aff3 com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 19508) <3C346478-EA3F-34D0-B68B-8CE2B3D5CCF4> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine 0x115cf8000 - 0x115d50fff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x115f0b000 - 0x115f42fff com.apple.gputools.GLToolsMobileAnalysis (1.0 - 19501) <992DA66C-CA1A-3BD0-BC73-5EB1D2601860> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis 0x116424000 - 0x11642afff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <50377716-CC7C-394B-A36F-FEFF33BD6781> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit 0x116436000 - 0x116451ffb com.apple.security.csparser (3.0 - 57336.10.29) <45ECAFDC-080E-3733-94F0-DC59584BB6D1> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x116490000 - 0x11649aff7 com.apple.dt.IDE.HexEditor (7.2 - 9525) <1C826340-8F10-3B8C-997E-1D393195AE65> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x116515000 - 0x116545fff com.apple.dt.HexFiendFramework (7.2 - 9525) /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x1165fd000 - 0x1166eefff com.apple.dt.dbg.DebuggerUI (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x1168c3000 - 0x1168e6fff com.apple.dt.IDE.IDEQuickHelp (7.2 - 9525) <65DF800B-10F1-34DF-99E6-9F67BC41CC22> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp 0x1169a0000 - 0x116a77ff7 com.apple.dt.IDE.IDESourceEditor (7.2 - 9525) <0683D369-5A90-3B86-8037-C59B7824B536> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor 0x116ce7000 - 0x116d26ff7 com.apple.dt.gpu.GPUDebuggerFoundation (7.2 - 19509) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation 0x116db3000 - 0x116dc2fff com.apple.GPUToolsShaderProfiler (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x116dd5000 - 0x116e17ffb com.apple.GPUToolsCore (1.0 - 19515) <6127BE0E-B502-3001-A11B-133328D32CAA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x116ea3000 - 0x116edcff3 com.apple.GPUTools (1.0 - 19515) /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x116f0d000 - 0x116feaff7 com.apple.GPUToolsServices (1.0 - 19508) <3D53B5D6-9A47-34FE-95BA-58BBAEC7AEAE> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x1170ba000 - 0x11710fffb com.apple.GPUToolsInterface (1.0 - 19508) <1D5BE3A0-E3A1-3E54-B08A-C940E1664C83> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface 0x1171ad000 - 0x1171d8fff com.apple.GLToolsInterface (1.0 - 19508) <7900C931-AC14-3682-94AD-570A7C1245A3> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface 0x117239000 - 0x117286ff7 com.apple.GLToolsCore (1.0 - 19515) <1591E63C-7DDE-3B7A-B679-897D3BB1D11E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore 0x1172f8000 - 0x11730cff3 com.apple.GLTools (1.0 - 19515) <000C0441-E9C6-31B2-A8EC-E77A0CA785CE> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools 0x117318000 - 0x117371ff3 com.apple.GLToolsServices (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices 0x1173b8000 - 0x11743eff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine 0x117a94000 - 0x117b17ff3 com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics 0x117dca000 - 0x117dd7fff com.apple.dt.gpu.GPUDebuggerKit (7.2 - 19509) <488D8D7C-A7E3-35A9-A618-06002AC46687> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit 0x117e53000 - 0x117e5bfff com.apple.dt.gpu.GPUTraceDebugger (7.2 - 19509) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger 0x117f1e000 - 0x117f96fff com.apple.dt.gpu.GPUTraceDebuggerUI (7.2 - 19509) <64EB37B7-AC24-3D70-BB8E-2E90A760DFF3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI 0x117fe6000 - 0x118065fff com.apple.dt.IDE.IDEModelFoundation (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x1190cf000 - 0x1195c1fff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.10.18 - 10.1.0) /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver 0x11a120000 - 0x11a329fff com.apple.dt.gpu.GPUDebuggerMTLSupport (7.2 - 19509) <21BF6499-902D-38B9-9BE5-8A119051A108> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport 0x11b1ff000 - 0x11b314fff com.apple.dt.IDELanguageSupportUI (7.2 - 9516) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI 0x11b5f4000 - 0x11b6d5fff com.apple.dt.IDE.IDEModelEditor (7.2 - 9525) <98B13857-6A67-3BEA-B593-27171BA3CB2E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x121951000 - 0x121acefff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 19508) <63144747-2016-3A63-963B-7715C37D98B2> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics 0x164187000 - 0x16418aff7 com.apple.dt.IBLanguageSupport (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport 0x164b87000 - 0x164b99ff7 com.apple.webcontentfilter.framework (5.1 - 5.1) /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis 0x7fff66b9a000 - 0x7fff66bd0f5f dyld (360.17) <03673B53-B8B7-34D1-ADCE-F449E78E39
everettjf commented 7 years ago

由于没有复现。保留开启状态吧。等Xcode8的插件机制出来后,开发个新版本。