Coder Social home page Coder Social logo

formulamonks / auto-importer-for-xcode Goto Github PK

View Code? Open in Web Editor NEW
553.0 553.0 59.0 396 KB

Plugin for Xcode to quickly import your headers on the fly.

Home Page: https://citrusbyte.com

License: MIT License

Objective-C 97.89% Shell 1.91% Ruby 0.04% C 0.17%

auto-importer-for-xcode's People

Contributors

cb-frontend avatar chourobin avatar lucholaf avatar zenangst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auto-importer-for-xcode's Issues

Sometimes not all header files are shown for import (C++)

I'm using Auto-Importer every day and it's definitely the most important Xcode plugin.

But sometimes it's not showing all header files. Especially for files that I created myself (non-framework files), might be worse for files that were created recently.

I'm working with .h and .cpp files in C++, maybe that might cause problems.

Any idea how this could be fixed?

doesn't work in xcode 9

hi,it doesn't work at xcode9.2/9.3,even I unsign xcode
is there any possible to support xcode 9?

Fill missing methods to adhere to a protocol

This could be done on Obj-C and Swift too. If the programmer selects the protocol that the class adheres to, by typing a shortcut the plugin can look for missing methods in the class and add stubs for them.

xcodebuild Warning: Conflicting class XCBuildConfiguration

When I use xcodebuild I get the following warning:

objc[30712]: Class XCBuildConfiguration is implemented in both /Applications/Xcode6.1.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore and /Users/seandawson/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin/Contents/MacOS/Auto-Importer. One of the two will be used. Which one is undefined.

There may be a conflicting class in this project that needs to be renamed or not included in the final package.

Support for C++

Hey,

I absolutely love your tool and use it everyday!

Is it somehow possible (maybe with a setting or auto-recognize) to use #include instead of #import when coding C++ in Xcode?

Crashes every time

Every time I run the shortcut, I get this error:

Process: Xcode [5760]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.1 (6604)
Build Info: IDEFrameworks-6604000000000000~2
App Item ID: 497799835
App External ID: 752282650
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [5760]
User ID: 501

PlugIn Path: /Users/USER/Library/Application Support/Developer/*/Auto-Importer
PlugIn Identifier: com.luisfloreani.Auto-Importer
PlugIn Version: 1.0 (1)

Date/Time: 2014-11-03 08:58:58.185 -0700
OS Version: Mac OS X 10.10 (14A389)
Report Version: 11
Anonymous UUID: 88AFF784-B8E5-159A-0FC5-DE3115EEF2CE

Sleep/Wake UUID: 9780C5F1-42EF-4763-B32F-0372F3E4C89D

Time Awake Since Boot: 33000 seconds
Time Since Wake: 2000 seconds

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

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

Application Specific Information:
ProductBuildVersion: 6A1052d
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[NSNib initWithNibNamed:bundle:] could not load the nibName: LAFImportListView in bundle NSBundle </Users/michaeleisel/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin> (loaded).
UserInfo: (null)
Hints: None
Backtrace:
0 0x00007fff8ed3e634 exceptionPreprocess (in CoreFoundation)
1 0x000000010ba612f4 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
2 0x00007fff8d6fe6de objc_exception_throw (in libobjc.A.dylib)
3 0x00007fff8ed3e4fd +[NSException raise:format:](in CoreFoundation)
4 0x00007fff89fc627d -[NSNib initWithNibNamed:bundle:](in AppKit)
5 0x00007fff8a352776 -[NSViewController _nibWithName:bundle:](in AppKit)
6 0x00007fff8a0e5c44 -[NSViewController loadView](in AppKit)
7 0x00007fff8a34fcb7 -[NSViewController _loadViewIfRequired](in AppKit)
8 0x00007fff8a020eb1 -[NSViewController view](in AppKit)
9 0x000000011bc780c0 -[LAFImportListViewController currentListView] at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:114 (in Auto-Importer)
10 0x000000011bc77cae -[LAFImportListViewController loadImportListView] at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:83 (in Auto-Importer)
11 0x000000011bc7781d -[LAFImportListViewController init] at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:54 (in Auto-Importer)
12 0x000000011bc77442 __45+[LAFImportListViewController sharedInstance]_block_invoke at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:28 (in Auto-Importer)
13 0x00007fff94707c13 _dispatch_client_callout (in libdispatch.dylib)
14 0x00007fff94707b26 dispatch_once_f (in libdispatch.dylib)
15 0x000000011bc773ed +[LAFImportListViewController sharedInstance] at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:25 (in Auto-Importer)
16 0x000000011bc69e6d -[LAFProjectsInspector showImportList:] at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectsInspector.m:207 (in Auto-Importer)
17 0x000000011bc694c6 -[LAFProjectsInspector importAction:] at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectsInspector.m:188 (in Auto-Importer)
18 0x00007fff8ecfacbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
(in CoreFoundation)
19 0x00007fff8ebec1b4 CFXNotificationPost (in CoreFoundation)
20 0x00007fff8e32cea1 -[NSNotificationCenter postNotificationName:object:userInfo:](in Foundation)
21 0x000000010ba41d1e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) dvt_postNotificationName:object:userInfo:](in DVTFoundation)
22 0x000000011bc6ff7a lafHotKeyHandler at /Users/michaeleisel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFAutoImporter.m:22 (in Auto-Importer)
23 0x00007fff9474832c DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec_) (in HIToolbox)
24 0x00007fff9474776e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec_) (in HIToolbox)
25 0x00007fff947475e2 SendEventToEventTargetWithOptions (in HIToolbox)
26 0x00007fff9477d1fe ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef_, OpaqueEventRef_, void_) (in HIToolbox)
27 0x00007fff94748a55 DispatchEventToHandlers(EventTargetRec_, OpaqueEventRef_, HandlerCallRec_) (in HIToolbox)
28 0x00007fff9474776e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec*) (in HIToolbox)
29 0x00007fff9475c286 SendEventToEventTarget (in HIToolbox)
30 0x00007fff8a0c9043 -[NSApplication sendEvent:](in AppKit)
31 0x000000010ca677f4 -[IDEApplication sendEvent:](in IDEKit)
32 0x00007fff89f55fe8 -[NSApplication run](in AppKit)
33 0x00007fff89f41424 NSApplicationMain (in AppKit)
34 0x00007fff8fa105c9 start (in libdyld.dylib)

abort() called

Application Specific Signatures:
NSInternalInconsistencyException

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff8ed3e64c exceptionPreprocess + 172
1 DVTFoundation 0x000000010ba612f4 DVTFailureHintExceptionPreprocessor + 194
2 libobjc.A.dylib 0x00007fff8d6fe6de objc_exception_throw + 43
3 CoreFoundation 0x00007fff8ed3e4fd +[NSException raise:format:] + 205
4 AppKit 0x00007fff89fc627d -[NSNib initWithNibNamed:bundle:] + 347
5 AppKit 0x00007fff8a352776 -[NSViewController _nibWithName:bundle:] + 106
6 AppKit 0x00007fff8a0e5c44 -[NSViewController loadView] + 125
7 AppKit 0x00007fff8a34fcb7 -[NSViewController _loadViewIfRequired] + 75
8 AppKit 0x00007fff8a020eb1 -[NSViewController view] + 30
9 Auto-Importer 0x000000011bc780c0 -[LAFImportListViewController currentListView] + 96
10 Auto-Importer 0x000000011bc77cae -[LAFImportListViewController loadImportListView] + 382
11 Auto-Importer 0x000000011bc7781d -[LAFImportListViewController init] + 125
12 Auto-Importer 0x000000011bc77442 __45+[LAFImportListViewController sharedInstance]_block_invoke + 50
13 libdispatch.dylib 0x00007fff94707c13 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff94707b26 dispatch_once_f + 117
15 Auto-Importer 0x000000011bc773ed +[LAFImportListViewController sharedInstance] + 141
16 Auto-Importer 0x000000011bc69e6d -[LAFProjectsInspector showImportList:] + 2349
17 Auto-Importer 0x000000011bc694c6 -[LAFProjectsInspector importAction:] + 502
18 CoreFoundation 0x00007fff8ecfacbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
19 CoreFoundation 0x00007fff8ebec1b4 _CFXNotificationPost + 3140
20 Foundation 0x00007fff8e32cea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
21 DVTFoundation 0x000000010ba41d1e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
22 Auto-Importer 0x000000011bc6ff7a lafHotKeyHandler + 186
23 HIToolbox 0x00007fff9474832c _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1260
24 HIToolbox 0x00007fff9474776e _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
25 HIToolbox 0x00007fff947475e2 SendEventToEventTargetWithOptions + 43
26 HIToolbox 0x00007fff9477d1fe _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1762
27 HIToolbox 0x00007fff94748a55 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 3093
28 HIToolbox 0x00007fff9474776e _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
29 HIToolbox 0x00007fff9475c286 SendEventToEventTarget + 40
30 AppKit 0x00007fff8a0c9043 -[NSApplication sendEvent:] + 1819
31 IDEKit 0x000000010ca677f4 -[IDEApplication sendEvent:] + 924
32 AppKit 0x00007fff89f55fe8 -[NSApplication run] + 711
33 AppKit 0x00007fff89f41424 NSApplicationMain + 1832
34 libdyld.dylib 0x00007fff8fa105c9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff97d49282 pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8d6acb73 abort + 129
2 com.apple.dt.IDEKit 0x000000010cc9b5c6 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1510
3 com.apple.dt.IDEKit 0x000000010cc9c848 -[IDEAssertionHandler handleUncaughtException:] + 1077
4 com.apple.dt.IDEKit 0x000000010cc9c917 IDEHandleUncaughtException + 94
5 com.apple.CoreFoundation 0x00007fff8ed3eafe __handleUncaughtException + 718
6 libobjc.A.dylib 0x00007fff8d7026bd _objc_terminate() + 94
7 libc++abi.dylib 0x00007fff8df5f0a1 std::__terminate(void (*)()) + 8
8 libc++abi.dylib 0x00007fff8df5f113 std::terminate() + 51
9 libobjc.A.dylib 0x00007fff8d7024ef objc_terminate + 9
10 libdispatch.dylib 0x00007fff94707c27 _dispatch_client_callout + 28
11 libdispatch.dylib 0x00007fff94707b26 dispatch_once_f + 117
12 com.luisfloreani.Auto-Importer 0x000000011bc773ed +[LAFImportListViewController sharedInstance] + 141 (once.h:68)
13 com.luisfloreani.Auto-Importer 0x000000011bc69e6d -[LAFProjectsInspector showImportList:] + 2349 (LAFProjectsInspector.m:232)
14 com.luisfloreani.Auto-Importer 0x000000011bc694c6 -[LAFProjectsInspector importAction:] + 502 (LAFProjectsInspector.m:200)
15 com.apple.CoreFoundation 0x00007fff8ecfacbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
16 com.apple.CoreFoundation 0x00007fff8ebec1b4 CFXNotificationPost + 3140
17 com.apple.Foundation 0x00007fff8e32cea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
18 com.apple.dt.DVTFoundation 0x000000010ba41d1e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) dvt_postNotificationName:object:userInfo:] + 125
19 com.luisfloreani.Auto-Importer 0x000000011bc6ff7a lafHotKeyHandler + 186 (LAFAutoImporter.m:29)
20 com.apple.HIToolbox 0x00007fff9474832c DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec_) + 1260
21 com.apple.HIToolbox 0x00007fff9474776e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec_) + 386
22 com.apple.HIToolbox 0x00007fff947475e2 SendEventToEventTargetWithOptions + 43
23 com.apple.HIToolbox 0x00007fff9477d1fe ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef_, OpaqueEventRef_, void_) + 1762
24 com.apple.HIToolbox 0x00007fff94748a55 DispatchEventToHandlers(EventTargetRec_, OpaqueEventRef_, HandlerCallRec_) + 3093
25 com.apple.HIToolbox 0x00007fff9474776e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec*) + 386
26 com.apple.HIToolbox 0x00007fff9475c286 SendEventToEventTarget + 40
27 com.apple.AppKit 0x00007fff8a0c9043 -[NSApplication sendEvent:] + 1819
28 com.apple.dt.IDEKit 0x000000010ca677f4 -[IDEApplication sendEvent:] + 924
29 com.apple.AppKit 0x00007fff89f55fe8 -[NSApplication run] + 711
30 com.apple.AppKit 0x00007fff89f41424 NSApplicationMain + 1832
31 libdyld.dylib 0x00007fff8fa105c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff97d4a22e kevent64 + 10
1 libdispatch.dylib 0x00007fff9470aa6a _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 5:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff97d4452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff97d4369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8ec4eb14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8ec4dfdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8ec4d838 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff8f5cee90 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
7 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 7:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff97d493f6 __select + 10
1 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
2 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
3 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff97d4452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff97d4369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8ec4eb14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8ec4dfdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8ec4d838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff8e394ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x000000011a80e1d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676
7 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
8 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff97d48776 accept + 10
1 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
2 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff97d48776 accept + 10
1 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
2 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff97d4452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff97d4369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8ec4eb14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8ec4dfdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8ec4d838 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8a0c58f7 _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 12:: DYMobileDeviceManager
0 libsystem_kernel.dylib 0x00007fff97d4452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff97d4369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8ec4eb14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8ec4dfdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8ec4d838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff8e394ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.Foundation 0x00007fff8e49045f -[NSRunLoop(NSRunLoop) run] + 74
7 com.apple.GPUToolsMobileFoundation 0x000000011d0bb9eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
9 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
10 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
11 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff97d49132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x0000000117276efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fff97d49132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x0000000117276efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 15:
0 libsystem_kernel.dylib 0x00007fff97d49132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x0000000117276efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 16:
0 libsystem_kernel.dylib 0x00007fff97d49132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x0000000117276efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 17:
0 libsystem_kernel.dylib 0x00007fff97d49132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x0000000117276efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e392b7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 18:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 19:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 20:
0 libsystem_kernel.dylib 0x00007fff97d49946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8e7454a1 start_wqthread + 13

Thread 21:

Thread 22:
0 libsystem_kernel.dylib 0x00007fff97d4452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff97d4369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8ec4eb14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8ec4dfdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8ec4d838 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff8ed03ed1 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fff94f0eb8f SpotlightQueryThread(void*) + 463
7 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 23:
0 libsystem_kernel.dylib 0x00007fff97d49486 __semwait_signal + 10
1 com.apple.CoreSymbolication 0x00007fff9598d067 0x7fff9597a000 + 77927
2 libsystem_pthread.dylib 0x00007fff8e7472fc _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8e747279 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff8e7454b1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5436cfc8 rdx: 0x0000000000000000
rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff5436cff0 rsp: 0x00007fff5436cfc8
r8: 0x0000000000001fff r9: 0x00007fcf4ac389a0 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff8d6f9ac0 r13: 0x00007fcf53e6eae0 r14: 0x00007fff7a0b9300 r15: 0x00007fcf4ac21700
rip: 0x00007fff97d49282 rfl: 0x0000000000000206 cr2: 0x00007fff79eb5fd8

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

Binary Images:
0x10b891000 - 0x10b891ff7 com.apple.dt.Xcode (6.1 - 6604) /Applications/Xcode.app/Contents/MacOS/Xcode
0x10b89a000 - 0x10bccbff7 com.apple.dt.DVTFoundation (6.1 - 6604) <6BD764CE-7762-3CF3-B6D6-732EE718C3ED> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x10be84000 - 0x10c18bfff com.apple.dt.DVTKit (6.1 - 6604) <78101DF6-C7E4-3655-97D7-B7249521C24E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x10c36e000 - 0x10c79cfff com.apple.dt.IDEFoundation (6.1 - 6604) /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x10ca4d000 - 0x10d288ff7 com.apple.dt.IDEKit (6.1 - 6604) <9ED26216-5CB9-3D64-A705-43C7DC826C08> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x10d827000 - 0x10d844ff7 com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x10d86a000 - 0x10d8a8fff com.apple.framework.ConfigurationProfiles (7.0 - 741) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x10d8ce000 - 0x10d8cfff7 libsysmon.dylib (78) <2B6E431C-934F-3828-8464-D54FCA731393> /usr/lib/libsysmon.dylib
0x10d8da000 - 0x10e36cfff +libclang.dylib (600.0.54) <21EB2141-3192-33E4-8641-8CD0F9DA0B20> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x10e50a000 - 0x10e53eff7 com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x10e56c000 - 0x10e581fff com.apple.DADocSetManagement (6.1 - 6033) <9EED13AE-5A6F-3126-BE1E-F02CC1873479> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x10e596000 - 0x10e597ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <5FB1C227-DB83-303D-878D-9C61437247EE> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x10e59f000 - 0x10e5c8ff7 com.apple.dt.instruments.DTGraphKit (6.1 - 56074) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x10e5e1000 - 0x10e629fff com.apple.DADocSetAccess (6.1 - 6033) <3DECFFA8-E12D-33A9-8176-FCCDE826CF7A> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x1114a3000 - 0x1114a3fef +cl_kernels (???) <5FA6A90F-AC1F-4599-B379-35FCBEE7CEA6> cl_kernels
0x1114b1000 - 0x1114b1ff5 +cl_kernels (???) cl_kernels
0x1114b3000 - 0x111599fef unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x1124c9000 - 0x1124fdff7 com.apple.CoreSimulator (110.4 - 110.4) <3C2AE6EA-1F23-39A4-B316-9120003F75B1> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
0x11251d000 - 0x11252afff com.apple.dt.IDELanguageSupportCore (6.1 - 6269) <8F143077-0995-33FF-8A3E-32018002AC14> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x112538000 - 0x112591ff7 com.apple.sourcekitd (1.0 - 600.0.54.20) <1EBB7D24-BDB0-3E66-B5A8-473A922EBA52> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
0x1125b9000 - 0x1125f5ff7 com.apple.dt.dbg.DebuggerFoundation (6.1 - 6252) <73792CCF-E4DA-3417-ACB7-AD84AC078C0D> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x112632000 - 0x11267cff7 com.apple.CoreThemeDefinition (2.0 - 182) <11BB8A48-8C00-3C63-BBF1-2BF8FE612B2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x1126b4000 - 0x1126b5fff libpanel.5.4.dylib (44) /usr/lib/libpanel.5.4.dylib
0x1126ba000 - 0x1126d8fff libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
0x1126e9000 - 0x1126ecfff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <48B3EC79-354F-35F2-84A3-CFC238281791> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x11283c000 - 0x1128c9ff7 com.apple.dt.IBAutolayoutFoundation (1.0 - 6250) <127F578D-EABE-30C0-872D-260C25749AC7> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x112926000 - 0x1129c6fff com.apple.dt.IBFoundation (1.0 - 6250) <19814C92-ACCE-3812-A044-AEAF60A844CA> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x112a39000 - 0x112a80ff7 com.apple.dt.dbg.DebuggerLLDB (6.1 - 6252) <9E431E02-BA3B-3896-9E77-47BD9F577F6F> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x112ab3000 - 0x114b76fe7 com.apple.LLDB.framework (1.320.4.152 - 320.4.152) <22EC0B99-26CC-3D0D-A28C-98969FEB12E3> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x115435000 - 0x115526ff7 org.python.python (2.7.6 - 2.7.6) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x11558c000 - 0x1155f8ff7 com.apple.dt.IDE.IDEDocViewer (6.1 - 6252) <9A0A9D82-FCEA-30D2-851D-9E5ED9717823> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x11564e000 - 0x11566dfff com.apple.dt.IDE.IDEQuickHelp (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x11578b000 - 0x115792ff7 com.apple.dt.IDE.HexEditor (6.1 - 6252) <622B19D0-71BF-31FD-AC40-138964E5EE61> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x11579c000 - 0x1157caff7 +com.ridiculousfish.HexFiendFramework (6.1 - 6252) <92436DA9-C6F5-3797-95CC-C6E9C6B6D8F3> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x1157f1000 - 0x115831ff7 com.apple.dt.IDE.iCloudSupport (6.1 - 6252) <79FE6D5B-24F9-33DB-9CA0-D9A918E14AD4> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x11586b000 - 0x115937ff7 com.apple.dt.dbg.DebuggerUI (6.1 - 6252) <9BCD37A6-CF44-34E3-8BDC-D778726B896E> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x1159e4000 - 0x115e28ff7 com.apple.SceneKit (5.0 - 260.7) <53A6603F-457D-3569-A5E7-E34096D8B843> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x1160cb000 - 0x1165d8ff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (6.1 - 6250) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x116967000 - 0x116a28ff7 com.apple.dt.IDE.IDESourceEditor (6.1 - 6252) <00B897B3-818B-31AB-A156-F9E979C0859F> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x116a9f000 - 0x116acefff com.apple.dt.gpu.GPUDebuggerFoundation (6.1 - 16130) <29DE40DE-0F4D-36C4-842F-1911D879AFDC> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x116afa000 - 0x116b38ffb com.apple.GPUToolsCore (1.0 - 16125) <8E9F573C-8187-39B7-B09A-45EB79D5C5AA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x116b6c000 - 0x116ba0ffb com.apple.GPUTools (1.0 - 16125) <3FC3F242-AE5F-305E-862E-6B990AB8D551> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x116bcb000 - 0x116c9aff7 com.apple.GPUToolsServices (1.0 - 16130) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x116d02000 - 0x116d07ffb com.apple.GPUToolsInterface (1.0 - 16130) <9F96D8E6-BF95-39CD-8773-AF467869736B> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x116d0f000 - 0x116d37ff3 com.apple.GLToolsInterface (1.0 - 16130) <33DC1DA3-702F-3AC4-93E8-1AE6F110F841> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x116d55000 - 0x116dd8ff7 com.apple.GLToolsCore (1.0 - 16125) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x116df6000 - 0x116e07ff3 com.apple.GLTools (1.0 - 16125) <0AA4B162-A472-3CD3-AF16-3F9BDAFE6675> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x116e0f000 - 0x116e65ff3 com.apple.GLToolsServices (1.0 - 16130) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x116eab000 - 0x116f32ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16130) <3A75F00D-D0AA-3220-8E45-9318071C52BA> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x116ff6000 - 0x116ffbff7 com.apple.dt.gpu.GPUTraceDebugger (6.1 - 16130) <6E01369A-8BD5-3A5F-9981-5811128435A1> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x117003000 - 0x11700efff com.apple.dt.gpu.GPUDebuggerKit (6.1 - 16130) <803B9DB2-C83C-3F6D-BB05-51E6F381ECA9> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x117021000 - 0x11708ffff com.apple.dt.gpu.GPUTraceDebuggerUI (6.1 - 16130) <2A64DBC7-6C30-39BC-8B98-55B2A1B21094> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x1170dc000 - 0x117118fff com.apple.dt.IDE.Xcode3Core (6.1 - 6267) <20BBF195-D82C-3172-8622-F12AFCF70C5C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x11713e000 - 0x11749dfff com.apple.Xcode.DevToolsCore (8.1 - 6267) <177228BE-6FDC-3EC0-9E5B-544A1F2D8419> /Applications/Xcode.app/Contents/plugins/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x11763a000 - 0x117642fff com.apple.DevToolsFoundation (8.1 - 6267) <77005542-7AE3-357F-81B0-DBCE8D54A0CB> /Applications/Xcode.app/Contents/plugins/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x11764d000 - 0x117684fff com.apple.Xcode.DevToolsSupport (8.1 - 6267) /Applications/Xcode.app/Contents/plugins/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x1176ab000 - 0x117852fff com.apple.dt.IDE.Xcode3UI (6.1 - 6267) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x11859a000 - 0x11859dfff com.apple.FileProvider (1.0 - 1) /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
0x1185a4000 - 0x1185c9ff7 com.apple.DiscRecordingUI (9.0 - 9000.4.1) <7DA67BCF-E386-34B5-98ED-6CED19E90BB8> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x1185ea000 - 0x11862cff7 com.apple.glut (3.6.2 - GLUT-3.6.2) <8148B6B0-09C3-3E60-A4A7-D11DBB9D2699> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x1186a0000 - 0x1186afff7 com.apple.DTDeviceKit (4.2 - 6272) <4D743772-6D57-311C-B7DD-7690264D9FEC> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x118809000 - 0x11880dfff com.apple.audio.AppleHDAHALPlugIn (266.5 - 266.5) <641E8CC7-34C5-30A8-A415-16277D54B57E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x11888b000 - 0x1188b1fff +com.numark.usb2.hal (2.2.6) /Library/Audio/Plug-Ins/HAL/NumarkUSB2AudioHAL.plugin/Contents/MacOS/NumarkUSB2AudioHAL
0x1188d9000 - 0x1188e3fff +com.github.xlc.XLCXcodeAssist (1 - 1.0) /Users/USER/Library/Application Support/Developer//XLCXcodeAssist
0x1188ef000 - 0x1188f1ff7 +com.kinwah.XcodeRefactoringPlus (1.1.0 - 1) <10D8441C-1655-3687-AB92-7563725F74C6> /Users/USER/Library/Application Support/Developer/
/XcodeRefactoringPlus
0x1188f8000 - 0x1188f9fff +ru.DeepIT.XcodeColors (1.0.9 - 109) /Users/USER/Library/Application Support/Developer//XcodeColors
0x11a6d9000 - 0x11a6daff3 com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
0x11a6e0000 - 0x11a6e5ff7 com.apple.dt.IDEContinuousIntegration (1.0 - 1) <67CEAC57-CD3E-32A2-8476-29A2B191CA9E> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
0x11a6ee000 - 0x11a6eeff7 com.apple.dt.IDE.IDEAppleScriptEditor (6.1 - 6252) <5F2E9A18-F7D8-3C53-94B0-C713E57F254C> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
0x11a6f6000 - 0x11a6f7ff7 com.apple.dt.dbg.DebuggerLLDBService (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x11a6fd000 - 0x11a775fff com.apple.dt.IDE.IDEiOSSupportCore (6.1 - 6272) <3EBBA7C5-C775-39B8-BB8A-47B3501393B4> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x11a7bd000 - 0x11a7d4fff com.apple.DVTiPhoneSimulatorRemoteClient (6.1 - 6272) /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x11a7e9000 - 0x11a868ff7 com.apple.DTDeviceKitBase (6.1 - 6272) /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x11a8b9000 - 0x11a9d1fff com.apple.mobiledevice (757.1.5.0.2 - 757.1.5.0.2) <364C6894-934B-3844-A77F-7DFEC21F8AEE> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x11aa4d000 - 0x11aa66fff com.apple.DeviceLinkX (5.0 - 264) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x11aa76000 - 0x11aaabff7 libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
0x11aac1000 - 0x11aac9fff com.apple.dt.IDE.IDEOSXSupportCore (6.1 - 6055) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x11ab5a000 - 0x11ad4efff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.1 - 6244) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x11ae9e000 - 0x11aea5ff7 +com.nabilchatbi.ncsimulatorplugin (1.1 - 2) <525097B7-D278-3FBB-9A9E-941DA11FB6A1> /Users/USER/Library/Application Support/Developer/
/NCSimulatorPlugin
0x11b206000 - 0x11b3d3fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.1 - 6250) <6DC770A1-EA6D-3D3C-BD8A-B014FBCF90A0> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x11b56a000 - 0x11b784fff com.apple.audio.units.Components (1.12 - 1.12) <95245456-EE5C-3D29-8E18-5E02E74A2683> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x11b83f000 - 0x11b8a3ff7 +net.JugglerShu.XVim (1.01 - 1) <7638E462-939A-3C53-9386-826FA7B540C5> /Users/USER/Library/Application Support/Developer//XVim
0x11b8e1000 - 0x11b990ff7 +com.johnholdsworth.XprobePlugin (3.5 - 3.5) <810F7ABC-8670-3144-978E-8A4727DB3388> /Users/USER/Library/Application Support/Developer/
/XprobePlugin
0x11ba10000 - 0x11ba43fff +com.pragmaticcode.UncrustifyPlugin (2.0.4 - 2.0.4) /Users/USER/Library/Application Support/Developer//UncrustifyPlugin
0x11ba4f000 - 0x11ba7dff7 +org.andymatuschak.Sparkle (1.5 Beta [git] - 0ed83cf) <44303816-53CE-3CDA-8D5D-73E0793CA7D0> /Users/USER/Library/Application Support/Developer/
/Sparkle.framework/Versions/A/Sparkle
0x11baaa000 - 0x11bac8ff7 +MonstersInc.SuggestedColors (1.0 - 1) /Users/USER/Library/Application Support/Developer//SuggestedColors
0x11baea000 - 0x11baf9fff +com.omz-software.OMQuickHelp (1.0.1 - 1.0.1) <387954FA-D991-354C-B2C0-716A68284FDC> /Users/USER/Library/Application Support/Developer/
/OMQuickHelp
0x11bb07000 - 0x11bb15fff +com.omz-software.OMColorSense (1.0.1 - 1.0.1) <91A96C78-3825-34B1-B374-23D8A40E00DC> /Users/USER/Library/Application Support/Developer//OMColorSense
0x11bb22000 - 0x11bb24fff +me.michaelchen.MCLog (1.24 - 1) /Users/USER/Library/Application Support/Developer/
/MCLog
0x11bb29000 - 0x11bb33ff7 +com.ksuther.KSImageNamed (1.0 - 1) <6D3C4702-C4FE-3541-A94B-DBE2C7C488A4> /Users/USER/Library/Application Support/Developer//KSImageNamed
0x11bb43000 - 0x11bb53ff7 +com.johnholdsworth.InjectionPlugin (6.1 - 6.1) <14FB2BFB-F165-3533-A6FE-31F1493E3922> /Users/USER/Library/Application Support/Developer/
/InjectionPlugin
0x11bb67000 - 0x11bb72ff7 +it.holtwick.HOStringSense (1.0.1 - 1.0.1) <6D3E3127-9404-39B5-B1FC-F6776B562341> /Users/USER/Library/Application Support/Developer//HOStringSense
0x11bb80000 - 0x11bb81ff7 +com.bsm.xcode.Helmet (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/Helmet
0x11bb85000 - 0x11bb9bfff +io.github.FuzzyAutocomplete (2.1.0 - 2.1.0) <9B7AEEB4-1FA7-31DD-BFB3-B87B676E663F> /Users/USER/Library/Application Support/Developer//FuzzyAutocomplete
0x11bbb3000 - 0x11bbbafff +me.delisa.DerivedData-Exterminator (1.0 - 1) <7BDB4F69-4493-34CC-A107-CDFABA5E1929> /Users/USER/Library/Application Support/Developer/
/DerivedData Exterminator
0x11bbc5000 - 0x11bbceff7 +me.delisa.CocoaPods (1.0 - 1) /Users/USER/Library/Application Support/Developer//CocoaPods
0x11bbda000 - 0x11bbe2ff7 +com.travisjeffery.ClangFormat (1.0 - 1) <1CFFA9D1-F558-3956-91EE-09D209ED4AB3> /Users/USER/Library/Application Support/Developer/
/ClangFormat
0x11bbef000 - 0x11bbfaff7 +com.tyeen.xcplugin.BlockJump (1.0 - 1) <8A58FFD4-FAB5-33F2-8C45-660EA5258C67> /Users/USER/Library/Application Support/Developer//BlockJump
0x11bc0a000 - 0x11bc11fff +org.vu0.BBUUtilitiesTuckAway (1.0 - 1) <6281DBB1-CCA7-31B0-B014-281740A1A84E> /Users/USER/Library/Application Support/Developer/
/BBUUtilitiesTuckAway
0x11bc1b000 - 0x11bc22fff +org.vu0.BBUToyUnboxing (1.0 - 1) /Users/USER/Library/Application Support/Developer//BBUToyUnboxing
0x11bc2d000 - 0x11bc34fff +org.vu0.BBUFullIssueNavigator (1.0 - 1) <222E805E-286B-3A6A-AC7D-20DE0CCFB407> /Users/USER/Library/Application Support/Developer/
/BBUFullIssueNavigator
0x11bc3e000 - 0x11bc46fff +org.vu0.BBUDebuggerTuckAway (1.0 - 1) /Users/USER/Library/Application Support/Developer//BBUDebuggerTuckAway
0x11bc52000 - 0x11bc54fff +by.idev.Backlight (1.1 - 1.1) <7FF073A1-1E2F-3ADD-B420-9FC9D63BFFF4> /Users/USER/Library/Application Support/Developer/
/Backlight
0x11bc59000 - 0x11bc5cfff +type440.llc.Aviator (1.0 - 1) <2206D5CE-BEAD-3673-8A88-61D783843869> /Users/USER/Library/Application Support/Developer//Aviator
0x11bc64000 - 0x11bc9cfff +com.luisfloreani.Auto-Importer (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/Auto-Importer
0x11bccb000 - 0x11bccdfff +com.tendencystudio.AMMethod2Implement (1.3 - 1.3) /Users/USER/Library/Application Support/Developer//AMMethod2Implement
0x11bcd2000 - 0x11bce5fff +com.mneorr.Alcatraz (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/Alcatraz
0x11bd03000 - 0x11bd05ff7 +io.zats.AdjustFontSize (1.0 - 1) <98C1A8F2-D022-3BE8-A3B6-A179BD5E3D1F> /Users/USER/Library/Application Support/Developer/*/AdjustFontSize
0x11bd0a000 - 0x11bd1afff com.apple.dt.XCLanguageSupport (6.1 - 6269) <26070251-81E8-3188-944E-311ECFEB527A> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x11bd28000 - 0x11bd28fff com.apple.Metal (1.0 - 1) <0E001CE1-6E42-3F03-97E5-AAC601B5B1BD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x11bd2c000 - 0x11bd36fff com.apple.xcode.plug-in.CoreBuildTasks (8.1 - 6267) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x11bd3e000 - 0x11bd3eff7 com.apple.xcode.compilers.coredata (8.1 - 6267) <78CDEB86-2F4E-30AE-A333-A88B9563BE5F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x11bd42000 - 0x11bd42ff7 com.apple.compilers.clang (8.1 - 6267) /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
0x11bd46000 - 0x11bd49ff7 com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <370BBF56-B2C5-3248-972D-6CF43AD93E67> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
0x11bd4f000 - 0x11bd50ff7 com.apple.platform.iphoneos.plugin (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
0x11c175000 - 0x11c181ff3 com.apple.MTLToolsCore (1.0 - 1) <45E8D4CA-BFAA-3616-A010-026A489D994E> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
0x11c18c000 - 0x11c1acffb com.apple.MTLToolsServices (1.0 - 1) <938FFA2E-8927-3A85-90C6-61D4CF91CB86> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
0x11c1c7000 - 0x11c1fafff com.apple.MTLToolsShaderProfiler (1.0 - 16080) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
0x11c224000 - 0x11c24cff3 com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 16080) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
0x11c273000 - 0x11c28fff7 com.apple.dt.IDE.IDEGit (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x11c73e000 - 0x11c742ff7 com.apple.dt.IDEIODebugGaugesCore (6.1 - 6252) <38ECBEAA-183B-367F-8385-D22642F44C56> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x11c74c000 - 0x11c759ff7 com.apple.dt.IDEIODebugGaugesUI (6.1 - 6252) <90FDF8A9-6E96-3BFF-B226-285FC2C4C9B3> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x11c76b000 - 0x11c7affff com.apple.dt.IDE.IDEiPhoneSupport (6.1 - 6272) <80857BDC-2018-3C6F-983D-BE34A97B804E> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x11c817000 - 0x11c883ff7 com.apple.dt.gpu.GPURenderTargetEditor (6.1 - 16130) /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x11c8c7000 - 0x11c8d4ff7 com.apple.dt.IDE.IDEQuickLookEditor (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
0x11c8e5000 - 0x11c8fafff com.apple.dt.IDE.IDERTFEditor (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
0x11c90c000 - 0x11c915ff7 com.apple.dt.PlistEditor (6.1 - 6252) <48659F6E-BC9B-3642-8FCC-795BBCCDB410> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x11c921000 - 0x11c9f6ff7 com.apple.dt.IDELanguageSupportUI (6.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
0x11ca9a000 - 0x11caa2ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 6135) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x11cab0000 - 0x11cab7ff7 com.apple.dt.ScriptingDefinitionEditor (6.1 - 6252) <8AC78DE2-F491-35C2-AF25-F0F75DA52B48> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x11cabf000 - 0x11cba0fff com.apple.dt.IDE.IDEModelEditor (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x11cc37000 - 0x11ccb0fff com.apple.dt.IDE.IDEModelFoundation (6.1 - 6252) <2D5409B2-11FA-33A9-A4CB-FE2D3C170B02> /Applications/Xcode.app/Contents/plugins/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x11cd07000 - 0x11cf58fff com.apple.dt.gpu.GPUDebuggeriOSSupport (6.1 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x11cfcb000 - 0x11cfcbfff com.apple.GLToolsMobileFoundation (1.0 - 16114) <6B97C3CD-247A-31E2-990B-7754AAB903ED> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
0x11cfd0000 - 0x11d037ffb com.apple.GLToolsExpert (1.0 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
0x11d073000 - 0x11d07ffff com.apple.GPUToolsShaderProfiler (1.0 - 16130) <437DC759-3F62-3D8F-88B4-C8B83C542424> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x11d08e000 - 0x11d0a6ff3 com.apple.GLToolsShaderProfiler (1.0 - 16130) <771F77C8-4E62-3A44-B34C-6B0B96BED189> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
0x11d0b3000 - 0x11d0c7ffb com.apple.GPUToolsMobileFoundation (1.0 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x11d0db000 - 0x11d131ff7 com.apple.dt.IDE.IDESceneKitEditor (6.1 - 6087) <619E05E4-B72F-3CF2-89FA-AB5482D68B97> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
0x11d17a000 - 0x11d17eff7 com.apple.dt.IDE.IDEPDFViewer (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
0x11d186000 - 0x11d1d7fff com.apple.IDESpriteKitParticleEditor (2.0 - 2) <1D89DF54-E7DE-3918-B924-0B7C81476BAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x11d209000 - 0x11d36ffff com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
0x11d406000 - 0x11d45cff7 com.apple.PhysicsKit (1.0 - 1) /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
0x11d489000 - 0x11d4b0ff7 com.apple.GLKit (1.0 - 27) /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x11d4d4000 - 0x11d4faff7 com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x11db05000 - 0x11dcd3fff com.apple.dt.gpu.GPUDebuggerMTLSupport (6.1 - 16075) <659A3339-B344-3F1F-9526-8051B4BF4672> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
0x11dd30000 - 0x11ddcbfff com.apple.XCSCore (1.0 - 1) <33E93214-98F4-3E64-A7ED-DA188406BA3E> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
0x11de30000 - 0x11deddff7 com.apple.dt.XCSUI (1.0 - 1) <32FDEAE9-C7D5-319E-BF62-7AE42AA0282E> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
0x11df85000 - 0x11df9bfff com.apple.dt.IDE.IDESubversion (6.1 - 6252) <6A933539-9901-3FE2-8984-6F5B94FAD4D2> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x11faf7000 - 0x11faf7ffe +cl_kernels (???) cl_kernels
0x11fd71000 - 0x11fd72ff7 com.apple.dt.IDE.IDEAppleScriptCore (6.1 - 6252) <881B9BB8-F0E5-3489-AC00-8F6D4B0792A0> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
0x11fd7c000 - 0x11fd7dff7 com.apple.dt.IBLanguageSupport (1.0 - 1) <321106A3-0248-38A4-AF87-6256AC48B392> /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport
0x12018b000 - 0x12030dfff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 16130) <381AA5F1-2464-3002-B50D-716F4468E901> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
0x120322000 - 0x120356ff7 com.apple.gputools.GLToolsMobileAnalysis (1.0 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
0x120366000 - 0x12036dff7 com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16114) <6B3F6F35-B2BC-3350-A302-6F2849962C4F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
0x120374000 - 0x120399ffb com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <364788BC-3066-3200-8854-8743BFF00124> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
0x12054c000 - 0x12055afff _ctypes.so (89) <8BF6FB14-BF96-3CB3-BD44-39A5F402FF97> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
0x120b5e000 - 0x120b61fff _struct.so (89) <015BD869-7103-3735-A10A-70E4C15C9AB8> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
0x120b72000 - 0x120b78ff7 com.apple.dt.IDE.IDEInstrumentsService (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x120bc9000 - 0x120bcaff7 readline.so (89) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
0x122331000 - 0x122335fff itertools.so (89) <76FA3C45-95A0-3627-A5D9-F6E43D7FE09A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x7fff615fc000 - 0x7fff61632837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff8935d000 - 0x7fff8938afff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff893a0000 - 0x7fff893cdffb com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3646ECEF-1875-31CD-B614-FBE29A7500EF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff89460000 - 0x7fff89461ff7 com.apple.AddressBook.ContactsData (9.0 - 1498) <2F7F3C93-9F1E-3E43-851B-F639EF37D552> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff89462000 - 0x7fff898b5fc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff898b6000 - 0x7fff898bffff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff898c0000 - 0x7fff898c0fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff898c1000 - 0x7fff898ccff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff898cd000 - 0x7fff898cffff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff898d0000 - 0x7fff898f0fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff898f1000 - 0x7fff898fcfff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff89a8d000 - 0x7fff89df8fff com.apple.VideoToolbox (1.0 - 1562.19) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff89ef3000 - 0x7fff89f02fff com.apple.AppleScriptObjC (1.3.1 - 28) <4567732F-07A5-3699-B131-13CED1CE997E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff89f03000 - 0x7fff89f04ffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff89f05000 - 0x7fff89f3dfff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff89f3e000 - 0x7fff8aa7ffff com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8ad1b000 - 0x7fff8ad41ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8ad42000 - 0x7fff8ad6efff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8ad6f000 - 0x7fff8ad73ff7 com.apple.LoginUICore (3.0 - 3.0) <86C742AF-8F8A-3AD6-AFD3-DEC66815B5C0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8ad74000 - 0x7fff8ad8aff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8ad8b000 - 0x7fff8aee9ff3 com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8aeea000 - 0x7fff8af92ff7 com.apple.PackageKit (3.0 - 434) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff8af93000 - 0x7fff8af9fff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8afa0000 - 0x7fff8afa4fff libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
0x7fff8afa5000 - 0x7fff8afadfff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff8afae000 - 0x7fff8afc9ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8afcf000 - 0x7fff8afe9ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8b064000 - 0x7fff8b066fff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8b067000 - 0x7fff8b0dbff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8b0dc000 - 0x7fff8b1bffff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8b2a5000 - 0x7fff8b2a6fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8b2a7000 - 0x7fff8b34dfff com.apple.PDFKit (3.0 - 3.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff8b34e000 - 0x7fff8b376ffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8b393000 - 0x7fff8b39cff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8b3cc000 - 0x7fff8b3ceffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8b3cf000 - 0x7fff8b3d2ff7 com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8b3d3000 - 0x7fff8b64dff3 com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8b6ad000 - 0x7fff8b6d0ff7 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff8b6e9000 - 0x7fff8b800fe7 libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8b801000 - 0x7fff8b80ffff com.apple.AddressBook.ContactsFoundation (9.0 - 1498) <0BD29957-C30F-376A-B28F-1510F80A9174> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff8b836000 - 0x7fff8b83afff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8b852000 - 0x7fff8b865ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8c194000 - 0x7fff8c1e1ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8c1e2000 - 0x7fff8c1e4ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8c1e5000 - 0x7fff8c210ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff8c211000 - 0x7fff8c3c1ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8c3c2000 - 0x7fff8c3c2fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8c3c3000 - 0x7fff8c3d5fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff8c3d6000 - 0x7fff8c416ff7 com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8c417000 - 0x7fff8c4daff7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8c4db000 - 0x7fff8c54afff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8c5af000 - 0x7fff8c5b2fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8c5b3000 - 0x7fff8c5bdff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8c5be000 - 0x7fff8c5e9fff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8c5ea000 - 0x7fff8cb13ff7 com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8cb14000 - 0x7fff8cb39ff7 libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8cb3a000 - 0x7fff8cb4bff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8cb4c000 - 0x7fff8cb5dfff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8cbab000 - 0x7fff8cbb6fdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8cbb7000 - 0x7fff8cbcdff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff8cbce000 - 0x7fff8cbd1fff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8cbd2000 - 0x7fff8ccc4fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8ccc5000 - 0x7fff8ccc8fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8ccee000 - 0x7fff8cd4dff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8cd4e000 - 0x7fff8cd76fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff8cd77000 - 0x7fff8cda8fff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
0x7fff8cda9000 - 0x7fff8cdd8fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8cdde000 - 0x7fff8cde0fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff8cde1000 - 0x7fff8cde9ff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8ce38000 - 0x7fff8ce4dffb libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8cf3d000 - 0x7fff8cf8aff3 com.apple.CoreMediaIO (601.0 - 4749) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8cf8b000 - 0x7fff8d3bbfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8d3bc000 - 0x7fff8d417fff com.apple.QuickLookFramework (5.0 - 675) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8d418000 - 0x7fff8d41afff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8d41b000 - 0x7fff8d54dff7 com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8d54e000 - 0x7fff8d59aff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff8d5c2000 - 0x7fff8d60ffff com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8d610000 - 0x7fff8d64bfff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8d64c000 - 0x7fff8d64eff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff8d64f000 - 0x7fff8d6dbfff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff8d6dc000 - 0x7fff8d6f0ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8d6f1000 - 0x7fff8d8d6267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff8d8d7000 - 0x7fff8d93eff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8d93f000 - 0x7fff8d945ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8d946000 - 0x7fff8d94dfff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8d94e000 - 0x7fff8d954fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8d955000 - 0x7fff8d95dfe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8d95e000 - 0x7fff8dd6bff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8de85000 - 0x7fff8df1aff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8df1b000 - 0x7fff8df35ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff8df36000 - 0x7fff8df38fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff8df39000 - 0x7fff8df64fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff8df65000 - 0x7fff8df6dffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8df6e000 - 0x7fff8e2a1fff libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
0x7fff8e2fb000 - 0x7fff8e329fff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8e32a000 - 0x7fff8e658ff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8e659000 - 0x7fff8e678fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8e679000 - 0x7fff8e6a9ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8e6aa000 - 0x7fff8e73bfff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff8e744000 - 0x7fff8e74dfff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff8e74e000 - 0x7fff8e7a9fff libTIFF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e848000 - 0x7fff8e84afff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8e84b000 - 0x7fff8e84ffff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8e850000 - 0x7fff8e8e1ff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
0x7fff8e8e2000 - 0x7fff8e963ff3 com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff8e964000 - 0x7fff8e96fff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
0x7fff8e970000 - 0x7fff8eaadfff com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8eaae000 - 0x7fff8eacffff com.apple.framework.Apple80211 (10.0 - 1000.57.3) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8ead0000 - 0x7fff8ead1fff libUAPreferences.dylib (236.2) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fff8ead2000 - 0x7fff8eae9ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8eaea000 - 0x7fff8eb5efff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8eb68000 - 0x7fff8eb6dffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff8ebdc000 - 0x7fff8ef72fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8ef73000 - 0x7fff8ef77ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8ef78000 - 0x7fff8ef85fff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8ef86000 - 0x7fff8f09effb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f09f000 - 0x7fff8f476fe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8f477000 - 0x7fff8f47eff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff8f47f000 - 0x7fff8f4afff7 libncurses.5.4.dylib (44) /usr/lib/libncurses.5.4.dylib
0x7fff8f4ec000 - 0x7fff8f4ecfff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8f515000 - 0x7fff8f51bfff com.apple.BezelServicesFW (245.23 - 245.23) <6F102E86-85DC-3B6E-BD20-559A545DF490> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff8f51c000 - 0x7fff8f52dff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff8f52e000 - 0x7fff8f731ff3 com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8f732000 - 0x7fff8f76affb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff8f79f000 - 0x7fff8f79ffff com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x7fff8f7a0000 - 0x7fff8f8c7fff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8f8c8000 - 0x7fff8f8c9ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8f8ca000 - 0x7fff8fa0cfff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
0x7fff8fa0d000 - 0x7fff8fa10ff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff8fa11000 - 0x7fff8fae7ff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8fae8000 - 0x7fff8faf7fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8fbd8000 - 0x7fff8fbfbfff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8fbfc000 - 0x7fff8fd67ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8fd68000 - 0x7fff8fd71ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff8fd72000 - 0x7fff90d16ffb com.apple.WebCore (10600 - 10600.1.25) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff90d17000 - 0x7fff90dadffb com.apple.CoreMedia (1.0 - 1562.19) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff90ea5000 - 0x7fff90f0aff7 com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff90f0b000 - 0x7fff90f8dfff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff90f8e000 - 0x7fff90fdcfff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff9118d000 - 0x7fff9119fff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff911a0000 - 0x7fff9146fff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff914d0000 - 0x7fff914f4ff7 com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff91e3b000 - 0x7fff92327fff com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff92328000 - 0x7fff92344fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff92367000 - 0x7fff92369fff libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9236a000 - 0x7fff923e2ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff926ad000 - 0x7fff926b5ff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff926b6000 - 0x7fff9296aff7 com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff9296b000 - 0x7fff9296eff7 com.apple.AppleSystemInfo (3.0 - 3.0) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff929e4000 - 0x7fff929e7ff7 com.apple.UniversalAccessCore (7.0 - 236.2) <7F84ACAC-E44D-329F-A391-461BB23D64E4> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Frameworks/UniversalAccessCore.framework/Versions/A/UniversalAccessCore
0x7fff929e8000 - 0x7fff92a02ff7 libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
0x7fff92a03000 - 0x7fff92a52ff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff92a53000 - 0x7fff92a53fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff92a95000 - 0x7fff92aefff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff92b33000 - 0x7fff92e1affb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff92e1b000 - 0x7fff92e4bfff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff92e4c000 - 0x7fff92e67ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff92e68000 - 0x7fff92e75fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff92e81000 - 0x7fff92e95ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff92e96000 - 0x7fff92f89ff7 com.apple.MapKit (1.0 - 1464.4.13) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fff92f8a000 - 0x7fff92f95ff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff92f96000 - 0x7fff92fc6ff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff92fc7000 - 0x7fff93103ffb com.apple.WebKitLegacy (10600 - 10600.1.25) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff93104000 - 0x7fff93114ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff93115000 - 0x7fff93236fff com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff93397000 - 0x7fff93398fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff93399000 - 0x7fff93407ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff93408000 - 0x7fff93416ff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff93417000 - 0x7fff93425ff7 com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff93426000 - 0x7fff93426ff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff93427000 - 0x7fff9345effb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9345f000 - 0x7fff93476fff com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff934e6000 - 0x7fff934f2ff7 libexslt.0.dylib (13) <9197981D-B0E9-39EB-9958-D4B181FB0B0E> /usr/lib/libexslt.0.dylib
0x7fff934f3000 - 0x7fff93659fff com.apple.AutomatorFramework (2.5 - 409) <5B38DD02-D0D8-39E9-9B71-123B100D7CD0> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fff93665000 - 0x7fff93704df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff9379d000 - 0x7fff937a5fff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff93a69000 - 0x7fff93abcffb libAVFAudio.dylib (118.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff93abd000 - 0x7fff93b03ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff93b04000 - 0x7fff93b92ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff93b93000 - 0x7fff93c10fff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff93c1b000 - 0x7fff93c67fff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff93c68000 - 0x7fff93c6cfff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff93c6d000 - 0x7fff94180ff3 com.apple.JavaScriptCore (10600 - 10600.1.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff94196000 - 0x7fff9419bff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff9419c000 - 0x7fff941b8ff7 com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff941b9000 - 0x7fff941fafff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff941fb000 - 0x7fff94219ff7 com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff9421a000 - 0x7fff942aefff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff942af000 - 0x7fff9455bfff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff9455c000 - 0x7fff94575fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff94576000 - 0x7fff94588ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff94589000 - 0x7fff9458dfff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9458e000 - 0x7fff945c7fff com.apple.AirPlaySupport (2.0 - 215.10) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x7fff945c8000 - 0x7fff945c8fff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff945c9000 - 0x7fff945d6ff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff945d7000 - 0x7fff94600ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff94601000 - 0x7fff94652ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff94653000 - 0x7fff94658ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff94666000 - 0x7fff9466cfff com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <58083E2E-BE1D-3C18-874C-94DB4F0DE835> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fff94706000 - 0x7fff94730ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff94740000 - 0x7fff94a42fff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff94a43000 - 0x7fff94a4aff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff94a4b000 - 0x7fff94a9cff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff94aac000 - 0x7fff94ab5fff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff94b11000 - 0x7fff94b38fff com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff94b39000 - 0x7fff94b3afff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff94b3b000 - 0x7fff94b46ff7 com.apple.AppSandbox (4.0 - 238) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff94e6e000 - 0x7fff94e93ff7 libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff94e94000 - 0x7fff94f0cfff com.apple.AVKit (1.1 - 213) <5C7D3C63-F035-376E-ABA5-CF5A096612B8> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fff94f0d000 - 0x7fff94f47ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff94f5b000 - 0x7fff94f5cff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff94f5d000 - 0x7fff94f5ffff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff94f60000 - 0x7fff94f75ff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff94f76000 - 0x7fff9506aff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9506b000 - 0x7fff95148ff7 com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff95149000 - 0x7fff95155ff7 com.apple.HelpData (2.1.4 - 90) <687682B4-C576-3EAF-B113-D7046AA87D69> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff952cd000 - 0x7fff952cdfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff952ce000 - 0x7fff952d5fff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff952d6000 - 0x7fff95309ff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff9530a000 - 0x7fff95340ffb com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff95341000 - 0x7fff953b2ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff953b3000 - 0x7fff953c8fff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff953c9000 - 0x7fff9550dff7 com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff9550e000 - 0x7fff95778fff com.apple.imageKit (2.6 - 838) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff95779000 - 0x7fff95781ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff957df000 - 0x7fff957e6fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff957e7000 - 0x7fff95889fff com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff958ba000 - 0x7fff958bcff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff958bd000 - 0x7fff958f8fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9597a000 - 0x7fff95a03fff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff95a11000 - 0x7fff95a16ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff95a17000 - 0x7fff95a3ffff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff95a40000 - 0x7fff95b33ff7 libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff95b34000 - 0x7fff95c06ff7 com.apple.PubSub (1.0.5 - 65.39) <9A915B29-496B-3653-B450-EB1B6EF2BBD7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x7fff95c07000 - 0x7fff95c0cfff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff95c0d000 - 0x7fff95e87fff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff95e88000 - 0x7fff95eabff7 com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff95eac000 - 0x7fff95eb4fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
0x7fff95eb5000 - 0x7fff95eb5fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff95ec4000 - 0x7fff95ec7fff libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
0x7fff95ec8000 - 0x7fff95ec9fff libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
0x7fff95f7a000 - 0x7fff95f85ff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff95f86000 - 0x7fff95f87fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff96027000 - 0x7fff96033ff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff960b2000 - 0x7fff960eeff7 com.apple.OSAKit (1.5 - 102) <3953CB35-32D3-3578-9663-2208828FF54F> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff960ef000 - 0x7fff961aaff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff961ab000 - 0x7fff961f4ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff96b2c000 - 0x7fff96b37fff com.apple.CommerceCore (1.0 - 376) <2AF6F377-0288-309A-82A7-274E6796083B> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff96b40000 - 0x7fff96b42ff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff96b43000 - 0x7fff96b5fff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff96b60000 - 0x7fff96ceefff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff96cef000 - 0x7fff96d09ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff96d0a000 - 0x7fff96d0afff com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff96d0b000 - 0x7fff97372fff com.apple.VectorKit (1.0 - 992.4.8) <137172AC-EA3E-3AEE-9024-36AEF6298AC0> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fff97373000 - 0x7fff973b9ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff973ba000 - 0x7fff973bafff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff973e0000 - 0x7fff973e2ff7 com.apple.SecCodeWrapper (4.0 - 238) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff973ec000 - 0x7fff9742cff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9742d000 - 0x7fff97446ff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff97447000 - 0x7fff97473fff libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
0x7fff97474000 - 0x7fff974c8fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff974c9000 - 0x7fff97535fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff97536000 - 0x7fff97538fff libUniversalAccess.dylib (236.2) <4FEAE88D-3575-3389-B742-0B6F1E261B1A> /usr/lib/libUniversalAccess.dylib
0x7fff97539000 - 0x7fff97669fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff9766a000 - 0x7fff9766bff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff9766c000 - 0x7fff9766cff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff9766d000 - 0x7fff9766fff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff97670000 - 0x7fff976bfff7 libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
0x7fff976c0000 - 0x7fff976e4ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff976e5000 - 0x7fff97925ff7 com.apple.AddressBook.framework (9.0 - 1498) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff97926000 - 0x7fff9798dff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff97a10000 - 0x7fff97bf5ff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff97bf6000 - 0x7fff97bfafff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff97c2e000 - 0x7fff97d20ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff97d21000 - 0x7fff97d27ff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff97d28000 - 0x7fff97d32fff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff97d33000 - 0x7fff97d50fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff97d51000 - 0x7fff97d5cfff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff97d5d000 - 0x7fff985b4ff3 com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff985b5000 - 0x7fff985fffff com.apple.DiskManagement (7.0 - 847) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff98600000 - 0x7fff9861aff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff9861b000 - 0x7fff9861bff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff9861c000 - 0x7fff98686ff7 com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff9869d000 - 0x7fff9869fff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff986a0000 - 0x7fff9873efff com.apple.Metadata (10.7.0 - 916) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9873f000 - 0x7fff98745fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff98746000 - 0x7fff989aeffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff989be000 - 0x7fff989c2ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff989c3000 - 0x7fff98a82fff com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff98a83000 - 0x7fff98af9fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff98afa000 - 0x7fff98b2cff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff98b30000 - 0x7fff98c3fffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff98c40000 - 0x7fff98c4aff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff98c8d000 - 0x7fff98ccaff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff98d07000 - 0x7fff98d24ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff98d25000 - 0x7fff98d26fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff98d27000 - 0x7fff98d34ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff98d35000 - 0x7fff98d62fff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 16466
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=407.5M resident=258.5M(63%) swapped_out_or_unallocated=149.0M(37%)
Writable regions: Total=1.4G written=191.0M(13%) resident=272.9M(19%) swapped_out=12K(0%) unallocated=1.1G(81%)

REGION TYPE VIRTUAL
=========== =======
Activity Tracing 2048K
CG backing stores 20.2M
CG image 1684K
CG shared images 240K
CoreAnimation 2816K
CoreData Object IDs 4100K
CoreImage 16K
CoreUI image data 528K
Dispatch continuations 16.0M
Foundation 16K
Image IO 48K
JS JIT generated code 8K
JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 280.4M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 249 156K
Memory Tag 251 16K
OpenCL 24K
SQLite page cache 10.1M
STACK GUARD 56.1M
Stack 18.7M
Stack (reserved) 520K reserved VM address space (unallocated)
VM_ALLOCATE 17.3M
WebKit Malloc 768K
__DATA 44.9M
__IMAGE 528K
__LINKEDIT 105.6M
__TEXT 301.9M
__UNICODE 544K
mapped file 143.1M
shared memory 4K
=========== =======
TOTAL 2.0G
TOTAL, minus reserved VM space 1.0G

Model: MacBookPro10,1, BootROM MBP101.00EE.B05, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.15.124.12.8)
Bluetooth: Version 4.3.0f10 14890, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet Adaptor (en2), Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD512E, 500.28 GB
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: USB 2.0 Hub
USB Device: Expansion Desk
USB Device: USB Receiver
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

Error on Xcode 6.3

This error shows up when I try to bring up the auto-import window using hot keys:

Failed to load nib file. Try deleting $HOME/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin and then reinstall the plugin

I have tried to uninstall and reinstall it the project using Alcatraz and the issue continues to persist.

Crash Mac OS 10.10.1, Alcatraz 1.0.9

I get crash when ctrl+cmd+h with the cursor on a class (without selection).

Process: Xcode [17771]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.1 (6604)
Build Info: IDEFrameworks-6604000000000000~2
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [17771]
User ID: 502

PlugIn Path: /Users/USER/Library/Application Support/Developer/*/Auto-Importer
PlugIn Identifier: com.luisfloreani.Auto-Importer
PlugIn Version: 1.0 (1)

Date/Time: 2015-01-10 15:34:35.489 +0100
OS Version: Mac OS X 10.10.1 (14B25)
Report Version: 11
Anonymous UUID: A8CF1F98-DDD2-7FD2-E59D-F48919336872

Sleep/Wake UUID: 21BD3446-F98A-4F6A-BEE2-CC242496CAA0

Time Awake Since Boot: 100000 seconds
Time Since Wake: 1400 seconds

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

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

Application Specific Information:
ProductBuildVersion: 6A1052d
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[NSNib initWithNibNamed:bundle:] could not load the nibName: LAFImportListView in bundle NSBundle </Users/user/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin> (loaded).
UserInfo: (null)
Hints: None
Backtrace:
0 0x00007fff8c448634 exceptionPreprocess (in CoreFoundation)
1 0x0000000100e612f4 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
2 0x00007fff8d93e6de objc_exception_throw (in libobjc.A.dylib)
3 0x00007fff8c4484fd +[NSException raise:format:](in CoreFoundation)
4 0x00007fff905c012d -[NSNib initWithNibNamed:bundle:](in AppKit)
5 0x00007fff9094c626 -[NSViewController _nibWithName:bundle:](in AppKit)
6 0x00007fff906dfaf4 -[NSViewController loadView](in AppKit)
7 0x00007fff90949b67 -[NSViewController _loadViewIfRequired](in AppKit)
8 0x00007fff9061ad61 -[NSViewController view](in AppKit)
9 0x0000000110b120c0 -[LAFImportListViewController currentListView] at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:114 (in Auto-Importer)
10 0x0000000110b11cae -[LAFImportListViewController loadImportListView] at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:83 (in Auto-Importer)
11 0x0000000110b1181d -[LAFImportListViewController init] at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:54 (in Auto-Importer)
12 0x0000000110b11442 __45+[LAFImportListViewController sharedInstance]_block_invoke at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:28 (in Auto-Importer)
13 0x00007fff8a460c13 _dispatch_client_callout (in libdispatch.dylib)
14 0x00007fff8a460b26 dispatch_once_f (in libdispatch.dylib)
15 0x0000000110b113ed +[LAFImportListViewController sharedInstance] at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:25 (in Auto-Importer)
16 0x0000000110b03e6d -[LAFProjectsInspector showImportList:] at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectsInspector.m:207 (in Auto-Importer)
17 0x0000000110b034fe -[LAFProjectsInspector importAction:] at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectsInspector.m:188 (in Auto-Importer)
18 0x00007fff8c404cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
(in CoreFoundation)
19 0x00007fff8c2f61b4 CFXNotificationPost (in CoreFoundation)
20 0x00007fff89f76ea1 -[NSNotificationCenter postNotificationName:object:userInfo:](in Foundation)
21 0x0000000100e41d1e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) dvt_postNotificationName:object:userInfo:](in DVTFoundation)
22 0x0000000110b09f7a lafHotKeyHandler at /Users/user/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFAutoImporter.m:22 (in Auto-Importer)
23 0x00007fff9668432c DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec_) (in HIToolbox)
24 0x00007fff9668376e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec_) (in HIToolbox)
25 0x00007fff966835e2 SendEventToEventTargetWithOptions (in HIToolbox)
26 0x00007fff966b91fe ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef_, OpaqueEventRef_, void_) (in HIToolbox)
27 0x00007fff96684a55 DispatchEventToHandlers(EventTargetRec_, OpaqueEventRef_, HandlerCallRec_) (in HIToolbox)
28 0x00007fff9668376e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec*) (in HIToolbox)
29 0x00007fff96698286 SendEventToEventTarget (in HIToolbox)
30 0x00007fff906c2ef3 -[NSApplication sendEvent:](in AppKit)
31 0x0000000101e6b7f4 -[IDEApplication sendEvent:](in IDEKit)
32 0x00007fff9054fe98 -[NSApplication run](in AppKit)
33 0x00007fff9053b2d4 NSApplicationMain (in AppKit)
34 0x00007fff8a2af5c9 start (in libdyld.dylib)

abort() called

Application Specific Signatures:
NSInternalInconsistencyException

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff8c44864c exceptionPreprocess + 172
1 DVTFoundation 0x0000000100e612f4 DVTFailureHintExceptionPreprocessor + 194
2 libobjc.A.dylib 0x00007fff8d93e6de objc_exception_throw + 43
3 CoreFoundation 0x00007fff8c4484fd +[NSException raise:format:] + 205
4 AppKit 0x00007fff905c012d -[NSNib initWithNibNamed:bundle:] + 347
5 AppKit 0x00007fff9094c626 -[NSViewController _nibWithName:bundle:] + 106
6 AppKit 0x00007fff906dfaf4 -[NSViewController loadView] + 125
7 AppKit 0x00007fff90949b67 -[NSViewController _loadViewIfRequired] + 75
8 AppKit 0x00007fff9061ad61 -[NSViewController view] + 30
9 Auto-Importer 0x0000000110b120c0 -[LAFImportListViewController currentListView] + 96
10 Auto-Importer 0x0000000110b11cae -[LAFImportListViewController loadImportListView] + 382
11 Auto-Importer 0x0000000110b1181d -[LAFImportListViewController init] + 125
12 Auto-Importer 0x0000000110b11442 __45+[LAFImportListViewController sharedInstance]_block_invoke + 50
13 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff8a460b26 dispatch_once_f + 117
15 Auto-Importer 0x0000000110b113ed +[LAFImportListViewController sharedInstance] + 141
16 Auto-Importer 0x0000000110b03e6d -[LAFProjectsInspector showImportList:] + 2349
17 Auto-Importer 0x0000000110b034fe -[LAFProjectsInspector importAction:] + 558
18 CoreFoundation 0x00007fff8c404cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
19 CoreFoundation 0x00007fff8c2f61b4 _CFXNotificationPost + 3140
20 Foundation 0x00007fff89f76ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
21 DVTFoundation 0x0000000100e41d1e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
22 Auto-Importer 0x0000000110b09f7a lafHotKeyHandler + 186
23 HIToolbox 0x00007fff9668432c _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1260
24 HIToolbox 0x00007fff9668376e _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
25 HIToolbox 0x00007fff966835e2 SendEventToEventTargetWithOptions + 43
26 HIToolbox 0x00007fff966b91fe _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1762
27 HIToolbox 0x00007fff96684a55 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 3093
28 HIToolbox 0x00007fff9668376e _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
29 HIToolbox 0x00007fff96698286 SendEventToEventTarget + 40
30 AppKit 0x00007fff906c2ef3 -[NSApplication sendEvent:] + 1819
31 IDEKit 0x0000000101e6b7f4 -[IDEApplication sendEvent:] + 924
32 AppKit 0x00007fff9054fe98 -[NSApplication run] + 711
33 AppKit 0x00007fff9053b2d4 NSApplicationMain + 1832
34 libdyld.dylib 0x00007fff8a2af5c9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff95ee6282 pthread_kill + 10
1 libsystem_c.dylib 0x00007fff9544bb73 abort + 129
2 com.apple.dt.IDEKit 0x000000010209f5c6 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1510
3 com.apple.dt.IDEKit 0x00000001020a0848 -[IDEAssertionHandler handleUncaughtException:] + 1077
4 com.apple.dt.IDEKit 0x00000001020a0917 IDEHandleUncaughtException + 94
5 com.apple.CoreFoundation 0x00007fff8c448afe __handleUncaughtException + 718
6 libobjc.A.dylib 0x00007fff8d9426bd _objc_terminate() + 94
7 libc++abi.dylib 0x00007fff95eca0a1 std::__terminate(void (*)()) + 8
8 libc++abi.dylib 0x00007fff95eca113 std::terminate() + 51
9 libobjc.A.dylib 0x00007fff8d9424ef objc_terminate + 9
10 libdispatch.dylib 0x00007fff8a460c27 _dispatch_client_callout + 28
11 libdispatch.dylib 0x00007fff8a460b26 dispatch_once_f + 117
12 com.luisfloreani.Auto-Importer 0x0000000110b113ed +[LAFImportListViewController sharedInstance] + 141 (once.h:68)
13 com.luisfloreani.Auto-Importer 0x0000000110b03e6d -[LAFProjectsInspector showImportList:] + 2349 (LAFProjectsInspector.m:232)
14 com.luisfloreani.Auto-Importer 0x0000000110b034fe -[LAFProjectsInspector importAction:] + 558 (LAFProjectsInspector.m:203)
15 com.apple.CoreFoundation 0x00007fff8c404cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
16 com.apple.CoreFoundation 0x00007fff8c2f61b4 CFXNotificationPost + 3140
17 com.apple.Foundation 0x00007fff89f76ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
18 com.apple.dt.DVTFoundation 0x0000000100e41d1e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) dvt_postNotificationName:object:userInfo:] + 125
19 com.luisfloreani.Auto-Importer 0x0000000110b09f7a lafHotKeyHandler + 186 (LAFAutoImporter.m:29)
20 com.apple.HIToolbox 0x00007fff9668432c DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec_) + 1260
21 com.apple.HIToolbox 0x00007fff9668376e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec_) + 386
22 com.apple.HIToolbox 0x00007fff966835e2 SendEventToEventTargetWithOptions + 43
23 com.apple.HIToolbox 0x00007fff966b91fe ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef_, OpaqueEventRef_, void_) + 1762
24 com.apple.HIToolbox 0x00007fff96684a55 DispatchEventToHandlers(EventTargetRec_, OpaqueEventRef_, HandlerCallRec_) + 3093
25 com.apple.HIToolbox 0x00007fff9668376e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec*) + 386
26 com.apple.HIToolbox 0x00007fff96698286 SendEventToEventTarget + 40
27 com.apple.AppKit 0x00007fff906c2ef3 -[NSApplication sendEvent:] + 1819
28 com.apple.dt.IDEKit 0x0000000101e6b7f4 -[IDEApplication sendEvent:] + 924
29 com.apple.AppKit 0x00007fff9054fe98 -[NSApplication run] + 711
30 com.apple.AppKit 0x00007fff9053b2d4 NSApplicationMain + 1832
31 libdyld.dylib 0x00007fff8a2af5c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff95ee722e kevent64 + 10
1 libdispatch.dylib 0x00007fff8a463a6a _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 4:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff8a467c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.DVTFoundation 0x0000000100e97a11 DVTSyncPerformBlock + 309
3 com.apple.dt.IDEFoundation 0x000000010194c425 -[IDETextIndexTextDataProvider textRepresentationOfContentsAtPath:] + 172
4 com.apple.dt.IDEFoundation 0x000000010194906d -[IDETextIndex _indexFileInPath:] + 369
5 com.apple.dt.IDEFoundation 0x0000000101949d77 __29-[IDETextIndex _scheduleJobs]_block_invoke + 54
6 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
7 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 5:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libsystem_platform.dylib 0x00007fff8a2a6c5b _os_semaphore_wait + 16
2 libdispatch.dylib 0x00007fff8a46a557 _dispatch_barrier_sync_f_slow + 597
3 com.apple.dt.DVTFoundation 0x0000000100e97f6d DVTDispatchBarrierSync + 30
4 com.apple.dt.DVTFoundation 0x0000000100c9c494 -[DVTDispatchLock performLockedBlock:] + 73
5 com.apple.dt.IDEFoundation 0x0000000101a5cbc6 -[IDEIndex createPCHFile:arguments:hashCriteria:target:session:willIndex:translationUnit:] + 875
6 com.apple.dt.IDEFoundation 0x00000001017e3155 -[IDEIndexClangDataSource generateDataForJob:] + 1498
7 com.apple.dt.IDEFoundation 0x00000001017e29e2 -[IDEIndexDataSource processJob:] + 147
8 com.apple.dt.IDEFoundation 0x00000001017e2512 +[IDEIndexingEngine runFileJob:] + 733
9 com.apple.dt.IDEFoundation 0x00000001017e1c29 -[IDEIndexingJob run] + 161
10 com.apple.dt.IDEFoundation 0x000000010196c13a __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 33
11 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
12 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
13 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
15 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
16 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
17 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff95ee152e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff95ee069f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8c358b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8c357fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8c357838 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff90189d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
7 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 7:: Dispatch queue: IDEIndex PCH Creation Lock
0 libsystem_platform.dylib 0x00007fff8a2a8056 platform_memmove$VARIANT$Unknown + 182
1 libclang.dylib 0x00000001036c680a (anonymous namespace)::RawMemoryObject::readBytes(unsigned long long, unsigned long long, unsigned char
) const + 58
2 libclang.dylib 0x0000000102d209c1 llvm::BitstreamCursor::Read(unsigned int) + 113
3 libclang.dylib 0x0000000102ec071b clang::ASTReader::ReadDeclRecord(unsigned int) + 203
4 libclang.dylib 0x0000000102e8582d clang::ASTReader::GetDecl(unsigned int) + 109
5 libclang.dylib 0x0000000102e6e8f9 clang::ASTReader::SetGloballyVisibleDecls(clang::IdentifierInfo_, llvm::SmallVectorImpl const&, llvm::SmallVectorImplclang::Decl*_) + 537
6 libclang.dylib 0x0000000102e99ddc clang::ASTReader::FinishedDeserializing() + 1276
7 libclang.dylib 0x0000000102e71b51 clang::ASTReader::updateOutOfDateIdentifier(clang::IdentifierInfo&) + 289
8 libclang.dylib 0x0000000102f0915e clang::ASTWriter::WriteASTCore(clang::Sema&, llvm::StringRef, std::__1::basic_string<char, std::__1::char_traits, std::_1::allocator > const&, clang::Module) + 3182
9 libclang.dylib 0x0000000102f084b1 clang::ASTWriter::WriteAST(clang::Sema&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, clang::Module*, llvm::StringRef, bool) + 6817
10 libclang.dylib 0x0000000102d7b972 clang::ASTUnit::Save(llvm::StringRef) + 2962
11 libclang.dylib 0x0000000102cea14c clang_saveTranslationUnit + 1068
12 com.apple.dt.IDEFoundation 0x00000001017e4ab1 -[IDEIndexClangTranslationUnit cxTranslationUnit] + 331
13 com.apple.dt.IDEFoundation 0x000000010196542a +[IDEIndexClangDataSource translationUnitForPCHFile:arguments:session:create:] + 259
14 com.apple.dt.IDEFoundation 0x0000000101a5d830 __90-[IDEIndex createPCHFile:arguments:hashCriteria:target:session:willIndex:translationUnit:]_block_invoke + 1774
15 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
16 libdispatch.dylib 0x00007fff8a461e5e _dispatch_barrier_sync_f_invoke + 57
17 com.apple.dt.DVTFoundation 0x0000000100e97f6d DVTDispatchBarrierSync + 30
18 com.apple.dt.DVTFoundation 0x0000000100c9c494 -[DVTDispatchLock performLockedBlock:] + 73
19 com.apple.dt.IDEFoundation 0x0000000101a5cbc6 -[IDEIndex createPCHFile:arguments:hashCriteria:target:session:willIndex:translationUnit:] + 875
20 com.apple.dt.IDEFoundation 0x00000001017e3155 -[IDEIndexClangDataSource generateDataForJob:] + 1498
21 com.apple.dt.IDEFoundation 0x00000001017e29e2 -[IDEIndexDataSource processJob:] + 147
22 com.apple.dt.IDEFoundation 0x00000001017e2512 +[IDEIndexingEngine runFileJob:] + 733
23 com.apple.dt.IDEFoundation 0x00000001017e1c29 -[IDEIndexingJob run] + 161
24 com.apple.dt.IDEFoundation 0x000000010196c13a __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 33
25 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
26 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
27 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
28 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
29 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
30 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
31 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 8:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff8a467c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.DVTFoundation 0x0000000100e97a11 DVTSyncPerformBlock + 309
3 com.apple.dt.IDEFoundation 0x000000010194c425 -[IDETextIndexTextDataProvider textRepresentationOfContentsAtPath:] + 172
4 com.apple.dt.IDEFoundation 0x000000010194906d -[IDETextIndex _indexFileInPath:] + 369
5 com.apple.dt.IDEFoundation 0x0000000101949d77 __29-[IDETextIndex _scheduleJobs]_block_invoke + 54
6 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
7 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 9:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff95ee63f6 __select + 10
1 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
2 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
3 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 12:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff8a467c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.DVTFoundation 0x0000000100e97a11 DVTSyncPerformBlock + 309
3 com.apple.dt.IDEFoundation 0x000000010194c425 -[IDETextIndexTextDataProvider textRepresentationOfContentsAtPath:] + 172
4 com.apple.dt.IDEFoundation 0x000000010194906d -[IDETextIndex _indexFileInPath:] + 369
5 com.apple.dt.IDEFoundation 0x0000000101949d77 __29-[IDETextIndex _scheduleJobs]_block_invoke + 54
6 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
7 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff95ee152e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff95ee069f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8c358b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8c357fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8c357838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff89fdeab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x00000001102931d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676
7 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
8 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fff95ee152e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff95ee069f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8c358b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8c357fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8c357838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff89fdeab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x0000000110284dd6 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 213
7 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
8 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 15:
0 libsystem_kernel.dylib 0x00007fff95ee152e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff95ee069f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8c358b14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8c357fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8c357838 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff906bf7a7 _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 16:: DYMobileDeviceManager
0 libsystem_kernel.dylib 0x00007fff95ee152e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff95ee069f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8c358b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8c357fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8c357838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff89fdeab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.Foundation 0x00007fff8a0da45f -[NSRunLoop(NSRunLoop) run] + 74
7 com.apple.GPUToolsMobileFoundation 0x0000000113ea49eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
9 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
10 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
11 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 17:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 18:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff8a467c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.IDEFoundation 0x00000001017ca6b8 -[IDEIndex waitForBuildSystem:] + 229
3 com.apple.dt.IDEFoundation 0x00000001017c992f -[IDEIndex _waitForSettingsFromObject:] + 512
4 com.apple.dt.IDEFoundation 0x00000001017c967a -[IDEIndex _waitForSettingsForFile:object:] + 51
5 com.apple.dt.IDEFoundation 0x00000001017c95de -[IDEIndex settingsForFile:indexable:] + 195
6 com.apple.dt.IDEFoundation 0x00000001017b4724 -[IDEIndexingEngine shouldRunJob:] + 671
7 com.apple.dt.IDEFoundation 0x00000001017e1bcc -[IDEIndexingJob run] + 68
8 com.apple.dt.IDEFoundation 0x000000010196c13a __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 33
9 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
10 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
11 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
12 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
13 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
14 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
15 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 19:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff8a467c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.DVTFoundation 0x0000000100e97a11 DVTSyncPerformBlock + 309
3 com.apple.dt.IDEFoundation 0x000000010194c425 -[IDETextIndexTextDataProvider textRepresentationOfContentsAtPath:] + 172
4 com.apple.dt.IDEFoundation 0x000000010194906d -[IDETextIndex _indexFileInPath:] + 369
5 com.apple.dt.IDEFoundation 0x0000000101949d77 __29-[IDETextIndex _scheduleJobs]_block_invoke + 54
6 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
7 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 20:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 21:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 22:
0 libsystem_kernel.dylib 0x00007fff95ee6132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x000000010ccb1efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 23:
0 libsystem_kernel.dylib 0x00007fff95ee6132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x000000010ccb1efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 24:
0 libsystem_kernel.dylib 0x00007fff95ee6132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x000000010ccb1efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 25:
0 libsystem_kernel.dylib 0x00007fff95ee6132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x000000010ccb1efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 26:
0 libsystem_kernel.dylib 0x00007fff95ee6132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x000000010ccb1efe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff89fdcb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 27:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff95ee156a semaphore_wait_trap + 10
1 libsystem_platform.dylib 0x00007fff8a2a6c5b _os_semaphore_wait + 16
2 libdispatch.dylib 0x00007fff8a46a557 _dispatch_barrier_sync_f_slow + 597
3 com.apple.dt.DVTFoundation 0x0000000100e97f6d DVTDispatchBarrierSync + 30
4 com.apple.dt.DVTFoundation 0x0000000100c9c494 -[DVTDispatchLock performLockedBlock:] + 73
5 com.apple.dt.IDEFoundation 0x0000000101a5cbc6 -[IDEIndex createPCHFile:arguments:hashCriteria:target:session:willIndex:translationUnit:] + 875
6 com.apple.dt.IDEFoundation 0x00000001017e3155 -[IDEIndexClangDataSource generateDataForJob:] + 1498
7 com.apple.dt.IDEFoundation 0x00000001017e29e2 -[IDEIndexDataSource processJob:] + 147
8 com.apple.dt.IDEFoundation 0x00000001017e2512 +[IDEIndexingEngine runFileJob:] + 733
9 com.apple.dt.IDEFoundation 0x00000001017e1c29 -[IDEIndexingJob run] + 161
10 com.apple.dt.IDEFoundation 0x000000010196c13a __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 33
11 com.apple.dt.DVTFoundation 0x0000000100e97d1c __DVTDispatchAsync_block_invoke + 106
12 libdispatch.dylib 0x00007fff8a465323 _dispatch_call_block_and_release + 12
13 libdispatch.dylib 0x00007fff8a460c13 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff8a46388f _dispatch_root_queue_drain + 935
15 libdispatch.dylib 0x00007fff8a471fe4 _dispatch_worker_thread3 + 91
16 libsystem_pthread.dylib 0x00007fff888c66cb _pthread_wqthread + 729
17 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 28:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 29:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 30:
0 libsystem_kernel.dylib 0x00007fff95ee6946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff888c44a1 start_wqthread + 13

Thread 31:
0 libsystem_kernel.dylib 0x00007fff95ee152e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff95ee069f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8c358b14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8c357fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8c357838 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff8c40ded1 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fff904feb8f SpotlightQueryThread(void*) + 463
7 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 32:
0 libsystem_kernel.dylib 0x00007fff95ee6486 __semwait_signal + 10
1 com.apple.CoreSymbolication 0x00007fff8f7e2067 0x7fff8f7cf000 + 77927
2 libsystem_pthread.dylib 0x00007fff888c62fc _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff888c6279 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff888c44b1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5ef6a088 rdx: 0x0000000000000000
rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff5ef6a0b0 rsp: 0x00007fff5ef6a088
r8: 0x0000000000000fff r9: 0x00007fb70ac38610 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff8d939ac0 r13: 0x00007fb70ffc6a30 r14: 0x00007fff78745300 r15: 0x00007fb70ac23d00
rip: 0x00007fff95ee6282 rfl: 0x0000000000000206 cr2: 0x00007fff7a4f7fd8

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

Binary Images:
0x100c94000 - 0x100c94ff7 com.apple.dt.Xcode (6.1 - 6604) /Applications/Xcode.app/Contents/MacOS/Xcode
0x100c9a000 - 0x1010cbff7 com.apple.dt.DVTFoundation (6.1 - 6604) <6BD764CE-7762-3CF3-B6D6-732EE718C3ED> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x101284000 - 0x10158bfff com.apple.dt.DVTKit (6.1 - 6604) <78101DF6-C7E4-3655-97D7-B7249521C24E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x10176b000 - 0x101b99fff com.apple.dt.IDEFoundation (6.1 - 6604) /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x101e51000 - 0x10268cff7 com.apple.dt.IDEKit (6.1 - 6604) <9ED26216-5CB9-3D64-A705-43C7DC826C08> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x102c2f000 - 0x102c4cff7 com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x102c71000 - 0x102caffff com.apple.framework.ConfigurationProfiles (7.0 - 741) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x102cd0000 - 0x102cd1ff7 libsysmon.dylib (78) <2B6E431C-934F-3828-8464-D54FCA731393> /usr/lib/libsysmon.dylib
0x102cde000 - 0x103770fff +libclang.dylib (600.0.54) <21EB2141-3192-33E4-8641-8CD0F9DA0B20> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x10390e000 - 0x103942ff7 com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x103971000 - 0x103986fff com.apple.DADocSetManagement (6.1 - 6033) <9EED13AE-5A6F-3126-BE1E-F02CC1873479> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x103997000 - 0x103998ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <5FB1C227-DB83-303D-878D-9C61437247EE> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x1039a3000 - 0x1039ccff7 com.apple.dt.instruments.DTGraphKit (6.1 - 56074) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x1039e9000 - 0x103a31fff com.apple.DADocSetAccess (6.1 - 6033) <3DECFFA8-E12D-33A9-8176-FCCDE826CF7A> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x103bfe000 - 0x103bfeff5 +cl_kernels (???) <65B2EADF-7D62-4E12-82E6-27781693B3CE> cl_kernels
0x1071a2000 - 0x107288fef unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x1073e4000 - 0x1073e4fef +cl_kernels (???) <0C85A7FC-26B6-4CB3-B597-2619668B5C55> cl_kernels
0x107400000 - 0x107403fff com.apple.FileProvider (1.0 - 1) /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
0x10740a000 - 0x10740bff7 com.apple.dt.dbg.DebuggerLLDBService (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x107411000 - 0x107419fff com.apple.dt.IDE.IDEOSXSupportCore (6.1 - 6055) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x107428000 - 0x10742aff7 +com.stefanceriu.SCXcodeSwitchExpander (1.0.1 - 1) <63AE05AF-1303-33F1-A4B1-8E3160936465> /Users/USER/Library/Application Support/Developer//SCXcodeSwitchExpander
0x107b91000 - 0x107bc5ff7 com.apple.CoreSimulator (110.4 - 110.4) <3C2AE6EA-1F23-39A4-B316-9120003F75B1> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
0x107e06000 - 0x107e13fff com.apple.dt.IDELanguageSupportCore (6.1 - 6269) <8F143077-0995-33FF-8A3E-32018002AC14> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x107e21000 - 0x107e7aff7 com.apple.sourcekitd (1.0 - 600.0.54.20) <1EBB7D24-BDB0-3E66-B5A8-473A922EBA52> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
0x107ea2000 - 0x107edeff7 com.apple.dt.dbg.DebuggerFoundation (6.1 - 6252) <73792CCF-E4DA-3417-ACB7-AD84AC078C0D> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x107f1b000 - 0x107f1cfff libpanel.5.4.dylib (44) /usr/lib/libpanel.5.4.dylib
0x107f2c000 - 0x107f2ffff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <48B3EC79-354F-35F2-84A3-CFC238281791> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x107f38000 - 0x107f3fff7 com.apple.dt.IDE.HexEditor (6.1 - 6252) <622B19D0-71BF-31FD-AC40-138964E5EE61> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x10808b000 - 0x108118ff7 com.apple.dt.IBAutolayoutFoundation (1.0 - 6250) <127F578D-EABE-30C0-872D-260C25749AC7> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x108175000 - 0x108215fff com.apple.dt.IBFoundation (1.0 - 6250) <19814C92-ACCE-3812-A044-AEAF60A844CA> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x108288000 - 0x1082d2ff7 com.apple.CoreThemeDefinition (2.0 - 182) <11BB8A48-8C00-3C63-BBF1-2BF8FE612B2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x10835b000 - 0x1083a2ff7 com.apple.dt.dbg.DebuggerLLDB (6.1 - 6252) <9E431E02-BA3B-3896-9E77-47BD9F577F6F> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x1083d5000 - 0x10a498fe7 com.apple.LLDB.framework (1.320.4.152 - 320.4.152) <22EC0B99-26CC-3D0D-A28C-98969FEB12E3> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x10ad57000 - 0x10ae48ff7 org.python.python (2.7.6 - 2.7.6) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x10aeae000 - 0x10aeccfff libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
0x10af56000 - 0x10afc2ff7 com.apple.dt.IDE.IDEDocViewer (6.1 - 6252) <9A0A9D82-FCEA-30D2-851D-9E5ED9717823> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x10b018000 - 0x10b525ff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (6.1 - 6250) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x10b9b5000 - 0x10b9f5ff7 com.apple.dt.IDE.iCloudSupport (6.1 - 6252) <79FE6D5B-24F9-33DB-9CA0-D9A918E14AD4> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x10ba2f000 - 0x10baf0ff7 com.apple.dt.IDE.IDESourceEditor (6.1 - 6252) <00B897B3-818B-31AB-A156-F9E979C0859F> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x10bb67000 - 0x10bb95ff7 +com.ridiculousfish.HexFiendFramework (6.1 - 6252) <92436DA9-C6F5-3797-95CC-C6E9C6B6D8F3> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x10bbbc000 - 0x10bc88ff7 com.apple.dt.dbg.DebuggerUI (6.1 - 6252) <9BCD37A6-CF44-34E3-8BDC-D778726B896E> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x10bd35000 - 0x10c179ff7 com.apple.SceneKit (5.0 - 260.7) <53A6603F-457D-3569-A5E7-E34096D8B843> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x10c41c000 - 0x10c44bfff com.apple.dt.gpu.GPUDebuggerFoundation (6.1 - 16130) <29DE40DE-0F4D-36C4-842F-1911D879AFDC> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x10c477000 - 0x10c4b5ffb com.apple.GPUToolsCore (1.0 - 16125) <8E9F573C-8187-39B7-B09A-45EB79D5C5AA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x10c4e9000 - 0x10c51dffb com.apple.GPUTools (1.0 - 16125) <3FC3F242-AE5F-305E-862E-6B990AB8D551> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x10c548000 - 0x10c617ff7 com.apple.GPUToolsServices (1.0 - 16130) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x10c67f000 - 0x10c684ffb com.apple.GPUToolsInterface (1.0 - 16130) <9F96D8E6-BF95-39CD-8773-AF467869736B> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x10c68c000 - 0x10c6b4ff3 com.apple.GLToolsInterface (1.0 - 16130) <33DC1DA3-702F-3AC4-93E8-1AE6F110F841> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x10c6d2000 - 0x10c755ff7 com.apple.GLToolsCore (1.0 - 16125) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x10c773000 - 0x10c784ff3 com.apple.GLTools (1.0 - 16125) <0AA4B162-A472-3CD3-AF16-3F9BDAFE6675> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x10c78c000 - 0x10c7e2ff3 com.apple.GLToolsServices (1.0 - 16130) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x10c828000 - 0x10c8afff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16130) <3A75F00D-D0AA-3220-8E45-9318071C52BA> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x10c994000 - 0x10c995ff7 com.apple.dt.IDE.IDEAppleScriptCore (6.1 - 6252) <881B9BB8-F0E5-3489-AC00-8F6D4B0792A0> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
0x10c9ca000 - 0x10c9cbff7 com.apple.dt.IBLanguageSupport (1.0 - 1) <321106A3-0248-38A4-AF87-6256AC48B392> /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport
0x10c9f5000 - 0x10c9faff7 com.apple.dt.gpu.GPUTraceDebugger (6.1 - 16130) <6E01369A-8BD5-3A5F-9981-5811128435A1> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x10ca02000 - 0x10ca0dfff com.apple.dt.gpu.GPUDebuggerKit (6.1 - 16130) <803B9DB2-C83C-3F6D-BB05-51E6F381ECA9> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x10ca20000 - 0x10ca8efff com.apple.dt.gpu.GPUTraceDebuggerUI (6.1 - 16130) <2A64DBC7-6C30-39BC-8B98-55B2A1B21094> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x10cadb000 - 0x10cafafff com.apple.dt.IDE.IDEQuickHelp (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x10cb17000 - 0x10cb53fff com.apple.dt.IDE.Xcode3Core (6.1 - 6267) <20BBF195-D82C-3172-8622-F12AFCF70C5C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x10cb79000 - 0x10ced8fff com.apple.Xcode.DevToolsCore (8.1 - 6267) <177228BE-6FDC-3EC0-9E5B-544A1F2D8419> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x10d075000 - 0x10d07dfff com.apple.DevToolsFoundation (8.1 - 6267) <77005542-7AE3-357F-81B0-DBCE8D54A0CB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x10d088000 - 0x10d0bffff com.apple.Xcode.DevToolsSupport (8.1 - 6267) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x10d0e6000 - 0x10d28dfff com.apple.dt.IDE.Xcode3UI (6.1 - 6267) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x10e999000 - 0x10e99fff7 com.apple.dt.IDE.IDEInstrumentsService (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x10e9b9000 - 0x10e9d0fff com.apple.DVTiPhoneSimulatorRemoteClient (6.1 - 6272) /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x10ea68000 - 0x10ec35fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.1 - 6250) <6DC770A1-EA6D-3D3C-BD8A-B014FBCF90A0> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x10ee4f000 - 0x10ee74ff7 com.apple.DiscRecordingUI (9.0 - 9000.4.1) <7DA67BCF-E386-34B5-98ED-6CED19E90BB8> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x10ee95000 - 0x10eed7ff7 com.apple.glut (3.6.2 - GLUT-3.6.2) <8148B6B0-09C3-3E60-A4A7-D11DBB9D2699> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x10ef4b000 - 0x10ef5aff7 com.apple.DTDeviceKit (4.2 - 6272) <4D743772-6D57-311C-B7DD-7690264D9FEC> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x10f0b4000 - 0x10f0b8fff com.apple.audio.AppleHDAHALPlugIn (267.0 - 267.0) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10f0bd000 - 0x10f0c7fff +com.github.xlc.XLCXcodeAssist (1 - 1.0) <57239BD6-FF1D-3B43-A872-101C57167432> /Users/USER/Library/Application Support/Developer/
/XLCXcodeAssist
0x10f0d3000 - 0x10f0d5ff7 +com.kinwah.XcodeRefactoringPlus (1.1.0 - 1) <0408E250-7337-38E7-9B1C-77C1F76ABE20> /Users/USER/Library/Application Support/Developer//XcodeRefactoringPlus
0x10f0dc000 - 0x10f0e7ff7 +net.qfish.XAlign (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/XAlign
0x10f0f2000 - 0x10f102fff +com.onevcat.VVDocumenter-Xcode (1.0 - 1) <87D8E4E2-1176-39BD-A2DE-8A3EDF3839F9> /Users/USER/Library/Application Support/Developer//VVDocumenter-Xcode
0x10f118000 - 0x10f119ff7 +com.joeyio.QuickFind (1.0 - 1) <425E4899-F664-30BF-B5CF-80893BB59DA3> /Users/USER/Library/Application Support/Developer/
/QuickFind
0x10f11d000 - 0x10f12bfff +com.omz-software.OMColorSense (1.0.1 - 1.0.1) /Users/USER/Library/Application Support/Developer//OMColorSense
0x10f138000 - 0x10f13eff7 +me.michaelchen.MCLog (1.3 - 1) <00F211B2-B9F3-3DAB-B0D3-6F1A95D19859> /Users/USER/Library/Application Support/Developer/
/MCLog
0x10f146000 - 0x10f150ff7 +com.ksuther.KSImageNamed (1.0 - 1) <0217817B-87B4-33F3-8CD0-D6922E690C01> /Users/USER/Library/Application Support/Developer//KSImageNamed
0x10f160000 - 0x10f16cff7 +davidblundell.DBSmartPanels (1.0 - 1) <8F7B41B8-9F16-3E19-91DF-74CF210A2CD9> /Users/USER/Library/Application Support/Developer/
/DBSmartPanels
0x10f17e000 - 0x10f186fff +com.travisjeffery.ClangFormat (1.0 - 1) /Users/USER/Library/Application Support/Developer//ClangFormat
0x10f193000 - 0x10f1a3fff com.apple.dt.XCLanguageSupport (6.1 - 6269) <26070251-81E8-3188-944E-311ECFEB527A> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x1101ae000 - 0x110226fff com.apple.dt.IDE.IDEiOSSupportCore (6.1 - 6272) <3EBBA7C5-C775-39B8-BB8A-47B3501393B4> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x11026e000 - 0x1102edff7 com.apple.DTDeviceKitBase (6.1 - 6272) /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x11033e000 - 0x110456fff com.apple.mobiledevice (757.1.5.0.2 - 757.1.5.0.2) <364C6894-934B-3844-A77F-7DFEC21F8AEE> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x1104d2000 - 0x1104ebfff com.apple.DeviceLinkX (5.0 - 264) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x1104fb000 - 0x110530ff7 libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
0x110546000 - 0x11073afff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.1 - 6244) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x110829000 - 0x110a43fff com.apple.audio.units.Components (1.12 - 1.12) <95245456-EE5C-3D29-8E18-5E02E74A2683> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x110afe000 - 0x110b36fff +com.luisfloreani.Auto-Importer (1.0 - 1) <15871334-95BD-378B-AEC7-5FB84CC5D60A> /Users/USER/Library/Application Support/Developer/
/Auto-Importer
0x110b65000 - 0x110b80ff7 +com.mneorr.Alcatraz (1.0 - 1) <5EFEDDC8-D40A-3AFE-9573-C4C981265DF9> /Users/USER/Library/Application Support/Developer/*/Alcatraz
0x110ba4000 - 0x110ba4fff com.apple.Metal (1.0 - 1) <0E001CE1-6E42-3F03-97E5-AAC601B5B1BD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x110ba8000 - 0x110bb2fff com.apple.xcode.plug-in.CoreBuildTasks (8.1 - 6267) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x110bba000 - 0x110bbaff7 com.apple.xcode.compilers.coredata (8.1 - 6267) <78CDEB86-2F4E-30AE-A333-A88B9563BE5F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x110bbe000 - 0x110bbeff7 com.apple.compilers.clang (8.1 - 6267) /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
0x110bc2000 - 0x110bc5ff7 com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <370BBF56-B2C5-3248-972D-6CF43AD93E67> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
0x110bcb000 - 0x110bccff7 com.apple.platform.iphoneos.plugin (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
0x110bd0000 - 0x110bd4ff7 com.apple.dt.IDEIODebugGaugesCore (6.1 - 6252) <38ECBEAA-183B-367F-8385-D22642F44C56> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x110bde000 - 0x110bebff7 com.apple.dt.IDEIODebugGaugesUI (6.1 - 6252) <90FDF8A9-6E96-3BFF-B226-285FC2C4C9B3> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x1118b5000 - 0x1118f9fff com.apple.dt.IDE.IDEiPhoneSupport (6.1 - 6272) <80857BDC-2018-3C6F-983D-BE34A97B804E> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x111946000 - 0x111a1bff7 com.apple.dt.IDELanguageSupportUI (6.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
0x111abf000 - 0x111ac7ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 6135) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x111ada000 - 0x111adaff7 com.apple.dt.IDE.IDEAppleScriptEditor (6.1 - 6252) <5F2E9A18-F7D8-3C53-94B0-C713E57F254C> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
0x112767000 - 0x112935fff com.apple.dt.gpu.GPUDebuggerMTLSupport (6.1 - 16075) <659A3339-B344-3F1F-9526-8051B4BF4672> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
0x112992000 - 0x1129b2ffb com.apple.MTLToolsServices (1.0 - 1) <938FFA2E-8927-3A85-90C6-61D4CF91CB86> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
0x1129cd000 - 0x112a00fff com.apple.MTLToolsShaderProfiler (1.0 - 16080) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
0x112a2a000 - 0x112a2fff7 com.apple.dt.IDEContinuousIntegration (1.0 - 1) <67CEAC57-CD3E-32A2-8476-29A2B191CA9E> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
0x112a38000 - 0x112a54ff7 com.apple.dt.IDE.IDEGit (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x112a68000 - 0x112a7efff com.apple.dt.IDE.IDESubversion (6.1 - 6252) <6A933539-9901-3FE2-8984-6F5B94FAD4D2> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x112fa6000 - 0x112fa6ffe +cl_kernels (???) cl_kernels
0x1135be000 - 0x1135c5ff7 com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16114) <6B3F6F35-B2BC-3350-A302-6F2849962C4F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
0x1135cc000 - 0x1135cdff3 com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
0x113729000 - 0x113795ff7 com.apple.dt.gpu.GPURenderTargetEditor (6.1 - 16130) /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x1137d9000 - 0x1137e2ff7 com.apple.dt.PlistEditor (6.1 - 6252) <48659F6E-BC9B-3642-8FCC-795BBCCDB410> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x1137ee000 - 0x1138cffff com.apple.dt.IDE.IDEModelEditor (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x113966000 - 0x1139dffff com.apple.dt.IDE.IDEModelFoundation (6.1 - 6252) <2D5409B2-11FA-33A9-A4CB-FE2D3C170B02> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x113a36000 - 0x113a8cff7 com.apple.dt.IDE.IDESceneKitEditor (6.1 - 6087) <619E05E4-B72F-3CF2-89FA-AB5482D68B97> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
0x113ad5000 - 0x113adcff7 com.apple.dt.ScriptingDefinitionEditor (6.1 - 6252) <8AC78DE2-F491-35C2-AF25-F0F75DA52B48> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x113ae4000 - 0x113ae8ff7 com.apple.dt.IDE.IDEPDFViewer (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
0x113af0000 - 0x113d41fff com.apple.dt.gpu.GPUDebuggeriOSSupport (6.1 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x113db4000 - 0x113db4fff com.apple.GLToolsMobileFoundation (1.0 - 16114) <6B97C3CD-247A-31E2-990B-7754AAB903ED> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
0x113db9000 - 0x113e20ffb com.apple.GLToolsExpert (1.0 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
0x113e5c000 - 0x113e68fff com.apple.GPUToolsShaderProfiler (1.0 - 16130) <437DC759-3F62-3D8F-88B4-C8B83C542424> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x113e77000 - 0x113e8fff3 com.apple.GLToolsShaderProfiler (1.0 - 16130) <771F77C8-4E62-3A44-B34C-6B0B96BED189> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
0x113e9c000 - 0x113eb0ffb com.apple.GPUToolsMobileFoundation (1.0 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x113ec4000 - 0x113ed9fff com.apple.dt.IDE.IDERTFEditor (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
0x113eeb000 - 0x113ef8ff7 com.apple.dt.IDE.IDEQuickLookEditor (6.1 - 6252) /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
0x113f09000 - 0x113f5afff com.apple.IDESpriteKitParticleEditor (2.0 - 2) <1D89DF54-E7DE-3918-B924-0B7C81476BAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x113f8c000 - 0x1140f2fff com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
0x114189000 - 0x1141dfff7 com.apple.PhysicsKit (1.0 - 1) /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
0x11420c000 - 0x114233ff7 com.apple.GLKit (1.0 - 27) /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x114257000 - 0x11427dff7 com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x11472f000 - 0x1148b1fff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 16130) <381AA5F1-2464-3002-B50D-716F4468E901> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
0x1148c6000 - 0x1148faff7 com.apple.gputools.GLToolsMobileAnalysis (1.0 - 16114) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
0x11490a000 - 0x11492fffb com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <364788BC-3066-3200-8854-8743BFF00124> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
0x114936000 - 0x114942ff3 com.apple.MTLToolsCore (1.0 - 1) <45E8D4CA-BFAA-3616-A010-026A489D994E> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
0x11494d000 - 0x114975ff3 com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 16080) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
0x11499c000 - 0x114a37fff com.apple.XCSCore (1.0 - 1) <33E93214-98F4-3E64-A7ED-DA188406BA3E> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
0x114a9c000 - 0x114b49ff7 com.apple.dt.XCSUI (1.0 - 1) <32FDEAE9-C7D5-319E-BF62-7AE42AA0282E> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
0x7fff6944c000 - 0x7fff69482837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff88739000 - 0x7fff8873bfff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8873c000 - 0x7fff88756ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff88757000 - 0x7fff888c2ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff888c3000 - 0x7fff888ccfff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff888cd000 - 0x7fff88905fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff88906000 - 0x7fff88c39ff7 libmecabra.dylib (666.1) /usr/lib/libmecabra.dylib
0x7fff88c3a000 - 0x7fff88c3afff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff88c3b000 - 0x7fff88c3ffff com.apple.LoginUICore (3.0 - 3.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff88cf0000 - 0x7fff88cf9fff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff88cfa000 - 0x7fff88d25fff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff88d26000 - 0x7fff88d38fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff88d39000 - 0x7fff88d39ff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff88d65000 - 0x7fff88d66fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff88dec000 - 0x7fff891f9ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff891fa000 - 0x7fff89206ff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff89207000 - 0x7fff892faff7 com.apple.MapKit (1.0 - 1464.4.13) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fff892fb000 - 0x7fff8972bfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8998a000 - 0x7fff899caff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff899cb000 - 0x7fff899d9fff com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff89d57000 - 0x7fff89d8dffb com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff89d8e000 - 0x7fff89d93ffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff89d94000 - 0x7fff89dabff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff89dac000 - 0x7fff89dbfff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff89dc0000 - 0x7fff89e7ffff com.apple.backup.framework (1.6.1 - 1.6.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff89e80000 - 0x7fff89ed1ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff89ed2000 - 0x7fff89ee7ff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff89ee8000 - 0x7fff89f3cfff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff89f3d000 - 0x7fff89f3dfff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff89f74000 - 0x7fff8a2a2ff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8a2a3000 - 0x7fff8a2abfff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff8a2ac000 - 0x7fff8a2afff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff8a2b0000 - 0x7fff8a317ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8a318000 - 0x7fff8a369ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8a36a000 - 0x7fff8a45eff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8a45f000 - 0x7fff8a489ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff8a494000 - 0x7fff8a49efff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff8a5bd000 - 0x7fff8a606ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8a607000 - 0x7fff8a637ff7 libncurses.5.4.dylib (44) /usr/lib/libncurses.5.4.dylib
0x7fff8a6da000 - 0x7fff8a942ffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8a943000 - 0x7fff8acaefff com.apple.VideoToolbox (1.0 - 1562.19) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8accb000 - 0x7fff8acdbff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff8acdc000 - 0x7fff8ad7afff com.apple.Metadata (10.7.0 - 916.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8ad7b000 - 0x7fff8adb7ff7 com.apple.OSAKit (1.5 - 102) <3953CB35-32D3-3578-9663-2208828FF54F> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff8add0000 - 0x7fff8adf1fff com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8adf2000 - 0x7fff8adf3ff7 com.apple.AddressBook.ContactsData (9.0 - 1499) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff8adf4000 - 0x7fff8b0a8ff7 com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8b0a9000 - 0x7fff8b137ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8b138000 - 0x7fff8b13bff7 com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8b31c000 - 0x7fff8b43eff7 com.apple.LaunchServices (644.12 - 644.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8b43f000 - 0x7fff8b444ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff8b46a000 - 0x7fff8b47bff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8b50e000 - 0x7fff8b53effb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8b53f000 - 0x7fff8b541ffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8b542000 - 0x7fff8b542fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <01E92F9F-EF29-3745-8631-AEA692F7F29C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8b568000 - 0x7fff8b574ff7 com.apple.HelpData (2.1.4 - 90) <7ACD7E30-8848-36E1-B558-221FDFB42C8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8b575000 - 0x7fff8b5daff7 com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff8b5db000 - 0x7fff8b60bff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8b70d000 - 0x7fff8b79efff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff8b79f000 - 0x7fff8b7b4fff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff8b7b5000 - 0x7fff8b7ceff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8b7cf000 - 0x7fff8b92dff3 com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8b986000 - 0x7fff8b9d3ff3 com.apple.CoreMediaIO (601.0 - 4749) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8b9d4000 - 0x7fff8b9d7fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8b9d8000 - 0x7fff8b9f3ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8b9f4000 - 0x7fff8b9f5fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8b9f6000 - 0x7fff8c05dfff com.apple.VectorKit (1.0 - 992.4.8) <137172AC-EA3E-3AEE-9024-36AEF6298AC0> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fff8c05e000 - 0x7fff8c0a8fff com.apple.DiskManagement (7.0 - 847) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff8c0a9000 - 0x7fff8c121ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8c122000 - 0x7fff8c16efff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8c16f000 - 0x7fff8c173fff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff8c1c3000 - 0x7fff8c1c4fff libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
0x7fff8c1c5000 - 0x7fff8c266ff7 com.apple.Bluetooth (4.3.1 - 4.3.1f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8c267000 - 0x7fff8c267ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8c268000 - 0x7fff8c2e5fff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8c2e6000 - 0x7fff8c67cfff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8c67d000 - 0x7fff8c8bdff7 com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff8c8be000 - 0x7fff8c919fff com.apple.QuickLookFramework (5.0 - 675) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8c91a000 - 0x7fff8c967fff com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8c9f7000 - 0x7fff8ca04ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8ca1f000 - 0x7fff8ca21ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8ca22000 - 0x7fff8ca25fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8ca26000 - 0x7fff8cb18fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8cb19000 - 0x7fff8cbfcfff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8cc00000 - 0x7fff8cc02fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8cc03000 - 0x7fff8cc32fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8cc33000 - 0x7fff8cc34fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8cc35000 - 0x7fff8cc47ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8cc48000 - 0x7fff8ccf7fe7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8ccf8000 - 0x7fff8ce3efef libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
0x7fff8ce3f000 - 0x7fff8ce68ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8d6f2000 - 0x7fff8d6f5fff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8d6f6000 - 0x7fff8d719ff7 com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8d71a000 - 0x7fff8d7abff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
0x7fff8d7ac000 - 0x7fff8d7e3ffb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8d865000 - 0x7fff8d895fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8d896000 - 0x7fff8d918fff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d919000 - 0x7fff8d930fff com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff8d931000 - 0x7fff8db16267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff8dc4c000 - 0x7fff8dc78fff libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
0x7fff8dc79000 - 0x7fff8dd56ff7 com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8dd57000 - 0x7fff8dd59fff libRadiance.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8dd5a000 - 0x7fff8dda6ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff8dda7000 - 0x7fff8dda9ff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff8e6f5000 - 0x7fff8e6f6ff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff8e6f7000 - 0x7fff8e710fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8e711000 - 0x7fff8e713fff libUniversalAccess.dylib (236.2) <4FEAE88D-3575-3389-B742-0B6F1E261B1A> /usr/lib/libUniversalAccess.dylib
0x7fff8e714000 - 0x7fff8e71ffff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8e758000 - 0x7fff8e767fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8e768000 - 0x7fff8e775fff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8e776000 - 0x7fff8e7f7ff3 com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff8e855000 - 0x7fff8e855fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8e884000 - 0x7fff8e88afff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8e8e1000 - 0x7fff8e8edff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8e8ee000 - 0x7fff8e8f0ff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff8e957000 - 0x7fff8e95fffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff8e960000 - 0x7fff8e96bff7 com.apple.AppSandbox (4.0 - 238) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8e96e000 - 0x7fff8e979ff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8e97a000 - 0x7fff8e984ff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8e985000 - 0x7fff8e98fff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8e990000 - 0x7fff8e997fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff8e998000 - 0x7fff8e9b5ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8e9b6000 - 0x7fff8e9b8ff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8e9b9000 - 0x7fff8e9ddfef libJPEG.dylib (1231) <3F87A0CA-14FA-3034-A332-DD57A092B08F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8e9de000 - 0x7fff8e9e2fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8e9e3000 - 0x7fff8e9ffff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff8ea00000 - 0x7fff8ef29ff7 com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8ef35000 - 0x7fff8ef8fff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8ef95000 - 0x7fff8f7ceff3 com.apple.CoreGraphics (1.600.0 - 772) <936D081F-37B3-3DA3-B725-118D0B07DDD2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8f7cf000 - 0x7fff8f858fff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8f962000 - 0x7fff8fb47ff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff8fb7b000 - 0x7fff8fb7cffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8fbe1000 - 0x7fff8fc80df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8fc81000 - 0x7fff8fc87fff com.apple.BezelServicesFW (245.23 - 245.23) <6F102E86-85DC-3B6E-BD20-559A545DF490> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff8fc9d000 - 0x7fff8fcaafff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8fcab000 - 0x7fff8fcbcfff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8fcbd000 - 0x7fff8fcbfff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff8fcc0000 - 0x7fff8fd56ffb com.apple.CoreMedia (1.0 - 1562.19) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8fd57000 - 0x7fff8ffffff7 com.apple.RawCamera.bundle (6.02 - 768) <3156D0F8-335C-3380-A849-D47ED4163D3A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff90000000 - 0x7fff900a8ff7 com.apple.PackageKit (3.0 - 434) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff900a9000 - 0x7fff900c3ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff900c4000 - 0x7fff900e8ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff900e9000 - 0x7fff902ecff3 com.apple.CFNetwork (720.1.1 - 720.1.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff902ed000 - 0x7fff902fbff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff9037a000 - 0x7fff903a2fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff903bc000 - 0x7fff903c0fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff903c1000 - 0x7fff903f9ffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff90492000 - 0x7fff904b5fff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff904b6000 - 0x7fff904fcffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff904fd000 - 0x7fff90537ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff90538000 - 0x7fff91079fff com.apple.AppKit (6.9 - 1343.16) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9107a000 - 0x7fff91566fff com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff91567000 - 0x7fff915a2fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff915a3000 - 0x7fff918befcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff918bf000 - 0x7fff91dd2ff3 com.apple.JavaScriptCore (10600 - 10600.1.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff91dd3000 - 0x7fff91e49fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff91e4a000 - 0x7fff92119ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9211a000 - 0x7fff92192fff com.apple.AVKit (1.1 - 213) <5C7D3C63-F035-376E-ABA5-CF5A096612B8> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fff92193000 - 0x7fff92197ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff92198000 - 0x7fff92206ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff92207000 - 0x7fff9224dff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff9224e000 - 0x7fff92273fff libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff922a3000 - 0x7fff922b5ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff922b6000 - 0x7fff922d2fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff923ec000 - 0x7fff923f1ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff923f2000 - 0x7fff92403ff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff92404000 - 0x7fff9240aff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff92423000 - 0x7fff92463fff com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff92464000 - 0x7fff9248aff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff924fa000 - 0x7fff927a6fff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff927a7000 - 0x7fff927affff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff927b2000 - 0x7fff928e2fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff928e3000 - 0x7fff92942ff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff92943000 - 0x7fff929aaff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff929ab000 - 0x7fff929bffeb libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff929c0000 - 0x7fff92ab0fef libJP2.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff92ab1000 - 0x7fff92acbff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff92acc000 - 0x7fff92ea3fe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff92ea4000 - 0x7fff92ea5fff libUAPreferences.dylib (236.2) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fff9381b000 - 0x7fff93846ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff93847000 - 0x7fff93848fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff93849000 - 0x7fff93865ff7 com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff93866000 - 0x7fff93978ff7 libvDSP.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff93979000 - 0x7fff939b6ff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff939b7000 - 0x7fff939c2fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff939c3000 - 0x7fff939ccff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff939cd000 - 0x7fff939d0fff libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
0x7fff939d1000 - 0x7fff939e7ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff939e8000 - 0x7fff939f3ff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
0x7fff93ada000 - 0x7fff93af5ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff93b03000 - 0x7fff93b52ff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff93bc8000 - 0x7fff93bc9fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff93bca000 - 0x7fff94b6effb com.apple.WebCore (10600 - 10600.1.25.2) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff94b6f000 - 0x7fff94c7effb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff94c7f000 - 0x7fff94cacffb com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3646ECEF-1875-31CD-B614-FBE29A7500EF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff94cad000 - 0x7fff94cb3fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff94cb4000 - 0x7fff94cb6fff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff94d34000 - 0x7fff94d52ff7 com.apple.addressbook.vCard (9.0 - 1499) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff94d53000 - 0x7fff94d5cff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff94d5d000 - 0x7fff94daaff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff94dab000 - 0x7fff94dabfff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff94dac000 - 0x7fff94f3afff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff94f3b000 - 0x7fff94f6dff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff94f85000 - 0x7fff94f8bfff com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <58083E2E-BE1D-3C18-874C-94DB4F0DE835> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fff94fa2000 - 0x7fff94fcaffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff94fcb000 - 0x7fff94fcdfff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff94fce000 - 0x7fff950f5fff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff950f6000 - 0x7fff950fdff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff95197000 - 0x7fff9519efff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff951a0000 - 0x7fff951aeff7 com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff951af000 - 0x7fff951dcfff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff951dd000 - 0x7fff951e2ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff951e3000 - 0x7fff95236ffb libAVFAudio.dylib (118.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff95237000 - 0x7fff953e7ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff953e8000 - 0x7fff953edfff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff953ee000 - 0x7fff9547afff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff9547b000 - 0x7fff95486ff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff95487000 - 0x7fff954aefff com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff954af000 - 0x7fff95543fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff95544000 - 0x7fff957befff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff957ca000 - 0x7fff9583bff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff95879000 - 0x7fff958bafff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff958c4000 - 0x7fff958c8ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff958de000 - 0x7fff959f6ffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff959f7000 - 0x7fff959fdff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff959fe000 - 0x7fff959ffff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff95a00000 - 0x7fff95b32ff7 com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff95b5b000 - 0x7fff95b5dfff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff95b5e000 - 0x7fff95b6bff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff95e9b000 - 0x7fff95ea2fff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff95ea3000 - 0x7fff95ea3fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff95ea4000 - 0x7fff95ecffff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff95ed0000 - 0x7fff95eedfff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff95eee000 - 0x7fff95f11ff7 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff95f12000 - 0x7fff95f86fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff95f87000 - 0x7fff95fb3fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff95fb4000 - 0x7fff96086ff7 com.apple.PubSub (1.0.5 - 65.39) <9A915B29-496B-3653-B450-EB1B6EF2BBD7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x7fff96087000 - 0x7fff9611cff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff962ad000 - 0x7fff96594ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff965a4000 - 0x7fff965adfff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff965ae000 - 0x7fff965b2fff libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
0x7fff965b3000 - 0x7fff96602ff7 libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
0x7fff96603000 - 0x7fff96607fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff96608000 - 0x7fff96622ff7 libextension.dylib (55.1) /usr/lib/libextension.dylib
0x7fff96670000 - 0x7fff9667bff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff9667c000 - 0x7fff9697efff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9697f000 - 0x7fff969eefff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff969f1000 - 0x7fff969f1fff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff969f2000 - 0x7fff969f2fff com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x7fff969f3000 - 0x7fff96b2dff7 com.apple.ImageIO.framework (3.3.0 - 1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff96b2e000 - 0x7fff96b89fef libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff96bca000 - 0x7fff96beafff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff96beb000 - 0x7fff96beeff7 com.apple.AppleSystemInfo (3.0 - 3.0) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff96bef000 - 0x7fff96c20fff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
0x7fff96c21000 - 0x7fff96c23ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff96c3a000 - 0x7fff96c42fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
0x7fff96ccd000 - 0x7fff96ccffff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff96d34000 - 0x7fff96f9eff7 com.apple.imageKit (2.6 - 838) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff96f9f000 - 0x7fff96fc3ff7 com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff96fc4000 - 0x7fff96fc5ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff96fc6000 - 0x7fff96fceffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff9708c000 - 0x7fff971c8ffb com.apple.WebKitLegacy (10600 - 10600.1.25) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff971c9000 - 0x7fff971d8fff com.apple.AppleScriptObjC (1.3.1 - 28) <4567732F-07A5-3699-B131-13CED1CE997E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff971d9000 - 0x7fff971efff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff97487000 - 0x7fff9752dfff com.apple.PDFKit (3.0 - 3.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff9752e000 - 0x7fff975e9ff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff975ea000 - 0x7fff975f2ff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff976ea000 - 0x7fff976eafff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff976eb000 - 0x7fff9771eff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff9771f000 - 0x7fff97747fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff97748000 - 0x7fff9783aff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff97845000 - 0x7fff97851ff7 libexslt.0.dylib (13) <9197981D-B0E9-39EB-9958-D4B181FB0B0E> /usr/lib/libexslt.0.dylib
0x7fff97852000 - 0x7fff97856fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff97862000 - 0x7fff9786aff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff9786b000 - 0x7fff9786dfff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff9786e000 - 0x7fff9786efff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff9788a000 - 0x7fff978f4ff7 com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff978f5000 - 0x7fff979cbff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff97a2a000 - 0x7fff97b90fff com.apple.AutomatorFramework (2.5 - 409) <5B38DD02-D0D8-39E9-9B71-123B100D7CD0> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fff97b91000 - 0x7fff97b94ff7 com.apple.UniversalAccessCore (7.0 - 236.2) <7F84ACAC-E44D-329F-A391-461BB23D64E4> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Frameworks/UniversalAccessCore.framework/Versions/A/UniversalAccessCore
0x7fff97b95000 - 0x7fff97be3fff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff97be4000 - 0x7fff97be4ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff97be5000 - 0x7fff97c13fff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff97c33000 - 0x7fff97ca7ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff97cad000 - 0x7fff97cc1ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff97cc2000 - 0x7fff97ccafe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff97cda000 - 0x7fff97ceeff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff97cef000 - 0x7fff97d09ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff97d0a000 - 0x7fff97d43fff com.apple.AirPlaySupport (2.0 - 215.10) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x7fff97d44000 - 0x7fff97db0fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff97db1000 - 0x7fff97ddefff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff97ddf000 - 0x7fff97dfefff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff97e14000 - 0x7fff97e4ffff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff97e50000 - 0x7fff97e52ff7 com.apple.SecCodeWrapper (4.0 - 238) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff97e53000 - 0x7fff97e5eff7 com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff97e6e000 - 0x7fff97e79fdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff97e7a000 - 0x7fff97fbeff7 com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff97fef000 - 0x7fff97ff6ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 52958
thread_create: 2
thread_set_state: 1358

VM Region Summary:
ReadOnly portion of Libraries: Total=402.8M resident=161.4M(40%) swapped_out_or_unallocated=241.3M(60%)
Writable regions: Total=1.3G written=123.3M(9%) resident=220.2M(16%) swapped_out=76K(0%) unallocated=1.1G(84%)

REGION TYPE VIRTUAL
=========== =======
Activity Tracing 2048K
CG backing stores 20.2M
CG image 2020K
CG shared images 272K
CoreAnimation 1528K
CoreData Object IDs 4100K
CoreImage 16K
CoreServices 64K
CoreUI image data 632K
Dispatch continuations 16.0M
Foundation 16K
Image IO 336K
JS JIT generated code 8K
JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 223.8M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 249 156K
Memory Tag 251 24K
OpenCL 24K
SQLite page cache 7424K
STACK GUARD 56.1M
Stack 23.8M
VM_ALLOCATE 17.3M
WebKit Malloc 464K
__DATA 44.5M
__IMAGE 528K
__LINKEDIT 104.3M
__TEXT 298.5M
__UNICODE 544K
mapped file 154.0M
shared memory 4K
=========== =======
TOTAL 2.0G
TOTAL, minus reserved VM space 978.2M

Model: MacBookPro11,2, BootROM MBP112.0138.B11, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.124.12.10)
Bluetooth: Version 4.3.1f2 15015, 3 services, 19 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Not working on Xcode 6.3.2

AutoImporter plugin not load. Already add Xcode 6.3.2 UUID๏ผšE969541F-E6F9-4D25-8158-72DC3545A6C6. make breakpoint at pluginDidLoad:, scheme executable Xcode.app. Run as debug, but the breakpoint not stop. so .... it is not loaded.

crash on 6.1.1

I searched without success for a header, then clicked the top X in an attempt to hide the window:

Process: Xcode [3903]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.1.1 (6611)
Build Info: IDEFrameworks-6611000000000000~4
App Item ID: 497799835
App External ID: 810788292
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [3903]
User ID: 501

Date/Time: 2015-01-19 11:44:24.035 +0000
OS Version: Mac OS X 10.10 (14A388a)
Report Version: 11
Anonymous UUID: 3EFF9335-3329-2B15-4C4C-11AB1B2B7DFB

Sleep/Wake UUID: 65D69401-A3EF-464B-B8A3-2BD8E376E603

Time Awake Since Boot: 680000 seconds
Time Since Wake: 5200 seconds

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

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

Application Specific Information:
ProductBuildVersion: 6A2008a
UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[NSDictionaryM removeObjectForKey:]: key cannot be nil
UserInfo: (null)
Hints: None
Backtrace:
0 0x00007fff88e92634 __exceptionPreprocess (in CoreFoundation)
1 0x000000010a0e7274 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
2 0x00007fff908606de objc_exception_throw (in libobjc.A.dylib)
3 0x00007fff88db2478 -[__NSDictionaryM removeObjectForKey:](in CoreFoundation)
4 0x0000000119bc5222 -[MCLog searchFieldDidEndEditing:] at /Users/rob/Library/Application Support/Alcatraz/Plug-ins/MCLog/MCLog/MCLog.m:807 (in MCLog)
5 0x00007fff88e4ecbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
(in CoreFoundation)
6 0x00007fff88d401b4 _CFXNotificationPost (in CoreFoundation)
7 0x00007fff8e478ea1 -[NSNotificationCenter postNotificationName:object:userInfo:](in Foundation)
8 0x000000010a0c7a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:](in DVTFoundation)
9 0x00007fff8f389434 -[NSTextField textDidEndEditing:](in AppKit)
10 0x00007fff8f73b4bb -[NSSearchField textDidEndEditing:](in AppKit)
11 0x00007fff88e4ecbc CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER (in CoreFoundation)
12 0x00007fff88d401b4 _CFXNotificationPost (in CoreFoundation)
13 0x00007fff8e478ea1 -[NSNotificationCenter postNotificationName:object:userInfo:](in Foundation)
14 0x000000010a0c7a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:](in DVTFoundation)
15 0x00007fff8f388bf3 -[NSTextView(NSSharing) resignFirstResponder](in AppKit)
16 0x00007fff8f281e69 -[NSWindow makeFirstResponder:](in AppKit)
17 0x0000000114db64b9 -[NSWindow(IBWindowAdditions) ibSwizzledMakeFirstResponder:](in IDEInterfaceBuilderKit)
18 0x00007fff8f8ab2c0 _NSWindowRecursiveFindFirstResponder (in AppKit)
19 0x00007fff8f39d6c0 -[NSWindow _willRemoveChildWindow:](in AppKit)
20 0x00007fff8f39d469 -[NSWindow removeChildWindow:](in AppKit)
21 0x00007fff8f3c55f1 _NSPopoverCloseAndAnimate (in AppKit)
22 0x0000000119c0b146 -[LAFImportListViewController dismiss] at /Users/rob/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:118 (in Auto-Importer)
23 0x0000000119c0b6b3 -[LAFImportListViewController control:textView:doCommandBySelector:] at /Users/rob/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:144 (in Auto-Importer)
24 0x00007fff8f38615b -[NSTextField textView:doCommandBySelector:](in AppKit)
25 0x00007fff8f3860ae -[NSTextView doCommandBySelector:](in AppKit)
26 0x00007fff8f99bcf1 -[NSTextInputContext(NSInputContext_WithCompletion) doCommandBySelector:completionHandler:](in AppKit)
27 0x00007fff8f35b700 -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:](in AppKit)
28 0x00007fff8f99a722 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke968 (in AppKit)
29 0x00007fff8f99c15f -[NSTextInputContext(NSInputContext_WithCompletion) hasMarkedTextWithCompletionHandler:](in AppKit)
30 0x00007fff8f99a543 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke_3 (in AppKit)
31 0x00007fff8f9998d8 -[NSTextInputContext tryHandleEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:](in AppKit)
32 0x00007fff8f99a4b4 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke956 (in AppKit)
33 0x00007fff925ab36f __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5 (in HIToolbox)
34 0x00007fff92502f45 ___ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec_block_invoke (in HIToolbox)
35 0x00007fff8f993326 _55-[NSTextInputContext handleTSMEvent:completionHandler:]block_invoke174 (in AppKit)
36 0x00007fff8f99c15f -[NSTextInputContext(NSInputContext_WithCompletion) hasMarkedTextWithCompletionHandler:](in AppKit)
37 0x00007fff8f992944 55-[NSTextInputContext handleTSMEvent:completionHandler:]block_invoke_2 (in AppKit)
38 0x00007fff8f990698 -[NSTextInputContext tryHandleTSMEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:](in AppKit)
39 0x00007fff8f9926a0 -[NSTextInputContext handleTSMEvent:completionHandler:](in AppKit)
40 0x00007fff8f37a93e NSTSMEventHandler (in AppKit)
41 0x00007fff9239232c DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec
) (in HIToolbox)
42 0x00007fff9239176e SendEventToEventTargetInternal(OpaqueEventRef
, OpaqueEventTargetRef
, HandlerCallRec
) (in HIToolbox)
43 0x00007fff923915e2 SendEventToEventTargetWithOptions (in HIToolbox)
44 0x00007fff925a468c SendTSMEvent_WithCompletionHandler (in HIToolbox)
45 0x00007fff925a4b8c __SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke (in HIToolbox)
46 0x00007fff925a4e46 __SendFilterTextEvent_WithCompletionHandler_block_invoke (in HIToolbox)
47 0x00007fff925a46e0 SendTSMEvent_WithCompletionHandler (in HIToolbox)
48 0x00007fff925a49cf SendFilterTextEvent_WithCompletionHandler (in HIToolbox)
49 0x00007fff925a1d41 SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler (in HIToolbox)
50 0x00007fff925a6649 __utDeliverTSMEvent_WithCompletionHandler_block_invoke_2 (in HIToolbox)
51 0x00007fff925a6518 __utDeliverTSMEvent_WithCompletionHandler_block_invoke (in HIToolbox)
52 0x00007fff925a17bd TSMKeyEvent_WithCompletionHandler (in HIToolbox)
53 0x00007fff925ab2f0 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 (in HIToolbox)
54 0x00007fff925ab1e6 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 (in HIToolbox)
55 0x00007fff925ab022 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 (in HIToolbox)
56 0x00007fff925aaea5 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke (in HIToolbox)
57 0x00007fff925aacaf TSMProcessRawKeyEventWithOptionsAndCompletionHandler (in HIToolbox)
58 0x00007fff8f99a2c6 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke945 (in AppKit)
59 0x00007fff8f999802 -[NSTextInputContext tryTSMProcessRawKeyEvent:dispatchCondition:setupForDispatch:furtherCondition:dispatchWork:continuation:](in AppKit)
60 0x00007fff8f999e35 -[NSTextInputContext _handleEvent:options:completionHandler:](in AppKit)
61 0x00007fff8f37a17e -[NSTextInputContext handleEvent:](in AppKit)
62 0x00007fff8f359dcd -[NSView interpretKeyEvents:](in AppKit)
63 0x00007fff8f379ff5 -[NSTextView keyDown:](in AppKit)
64 0x00007fff8f89ca96 -[NSWindow _reallySendEvent:](in AppKit)
65 0x00007fff8f32965c -[NSWindow sendEvent:](in AppKit)
66 0x000000010b34a90b -[IDEWorkspaceWindow sendEvent:](in IDEKit)
67 0x00007fff8f2db961 -[NSApplication sendEvent:](in AppKit)
68 0x000000010b0f3ab4 -[IDEApplication sendEvent:](in IDEKit)
69 0x00007fff8f167fe8 -[NSApplication run](in AppKit)
70 0x00007fff8f153424 NSApplicationMain (in AppKit)
71 0x00007fff8e43e5c9 start (in libdyld.dylib)

abort() called

Application Specific Signatures:
NSInvalidArgumentException

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff88e9264c exceptionPreprocess + 172
1 DVTFoundation 0x000000010a0e7274 DVTFailureHintExceptionPreprocessor + 194
2 libobjc.A.dylib 0x00007fff908606de objc_exception_throw + 43
3 CoreFoundation 0x00007fff88db2478 -[__NSDictionaryM removeObjectForKey:] + 824
4 MCLog 0x0000000119bc5222 -[MCLog searchFieldDidEndEditing:] + 504
5 CoreFoundation 0x00007fff88e4ecbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
6 CoreFoundation 0x00007fff88d401b4 _CFXNotificationPost + 3140
7 Foundation 0x00007fff8e478ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
8 DVTFoundation 0x000000010a0c7a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
9 AppKit 0x00007fff8f389434 -[NSTextField textDidEndEditing:] + 338
10 AppKit 0x00007fff8f73b4bb -[NSSearchField textDidEndEditing:] + 113
11 CoreFoundation 0x00007fff88e4ecbc CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
12 CoreFoundation 0x00007fff88d401b4 _CFXNotificationPost + 3140
13 Foundation 0x00007fff8e478ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
14 DVTFoundation 0x000000010a0c7a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
15 AppKit 0x00007fff8f388bf3 -[NSTextView(NSSharing) resignFirstResponder] + 939
16 AppKit 0x00007fff8f281e69 -[NSWindow makeFirstResponder:] + 446
17 IDEInterfaceBuilderKit 0x0000000114db64b9 -[NSWindow(IBWindowAdditions) ibSwizzledMakeFirstResponder:] + 31
18 AppKit 0x00007fff8f8ab2c0 _NSWindowRecursiveFindFirstResponder + 295
19 AppKit 0x00007fff8f39d6c0 -[NSWindow _willRemoveChildWindow:] + 172
20 AppKit 0x00007fff8f39d469 -[NSWindow removeChildWindow:] + 54
21 AppKit 0x00007fff8f3c55f1 _NSPopoverCloseAndAnimate + 1636
22 Auto-Importer 0x0000000119c0b146 -[LAFImportListViewController dismiss] + 70
23 Auto-Importer 0x0000000119c0b6b3 -[LAFImportListViewController control:textView:doCommandBySelector:] + 483
24 AppKit 0x00007fff8f38615b -[NSTextField textView:doCommandBySelector:] + 93
25 AppKit 0x00007fff8f3860ae -[NSTextView doCommandBySelector:] + 157
26 AppKit 0x00007fff8f99bcf1 -[NSTextInputContext(NSInputContext_WithCompletion) doCommandBySelector:completionHandler:] + 118
27 AppKit 0x00007fff8f35b700 -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 1899
28 AppKit 0x00007fff8f99a722 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke968 + 335
29 AppKit 0x00007fff8f99c15f -[NSTextInputContext(NSInputContext_WithCompletion) hasMarkedTextWithCompletionHandler:] + 76
30 AppKit 0x00007fff8f99a543 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke_3 + 95
31 AppKit 0x00007fff8f9998d8 -[NSTextInputContext tryHandleEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 101
32 AppKit 0x00007fff8f99a4b4 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke956 + 321
33 HIToolbox 0x00007fff925ab36f __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5 + 70
34 HIToolbox 0x00007fff92502f45 ___ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec_block_invoke + 108
35 AppKit 0x00007fff8f993326 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke174 + 2387
36 AppKit 0x00007fff8f99c15f -[NSTextInputContext(NSInputContext_WithCompletion) hasMarkedTextWithCompletionHandler:] + 76
37 AppKit 0x00007fff8f992944 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke_2 + 95
38 AppKit 0x00007fff8f990698 -[NSTextInputContext tryHandleTSMEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 101
39 AppKit 0x00007fff8f9926a0 -[NSTextInputContext handleTSMEvent:completionHandler:] + 3293
40 AppKit 0x00007fff8f37a93e _NSTSMEventHandler + 324
41 HIToolbox 0x00007fff9239232c _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1260
42 HIToolbox 0x00007fff9239176e _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
43 HIToolbox 0x00007fff923915e2 SendEventToEventTargetWithOptions + 43
44 HIToolbox 0x00007fff925a468c SendTSMEvent_WithCompletionHandler + 417
45 HIToolbox 0x00007fff925a4b8c __SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke + 400
46 HIToolbox 0x00007fff925a4e46 __SendFilterTextEvent_WithCompletionHandler_block_invoke + 189
47 HIToolbox 0x00007fff925a46e0 SendTSMEvent_WithCompletionHandler + 501
48 HIToolbox 0x00007fff925a49cf SendFilterTextEvent_WithCompletionHandler + 236
49 HIToolbox 0x00007fff925a1d41 SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler + 295
50 HIToolbox 0x00007fff925a6649 __utDeliverTSMEvent_WithCompletionHandler_block_invoke_2 + 296
51 HIToolbox 0x00007fff925a6518 __utDeliverTSMEvent_WithCompletionHandler_block_invoke + 437
52 HIToolbox 0x00007fff925a17bd TSMKeyEvent_WithCompletionHandler + 701
53 HIToolbox 0x00007fff925ab2f0 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 + 251
54 HIToolbox 0x00007fff925ab1e6 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 + 330
55 HIToolbox 0x00007fff925ab022 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 + 259
56 HIToolbox 0x00007fff925aaea5 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke + 251
57 HIToolbox 0x00007fff925aacaf TSMProcessRawKeyEventWithOptionsAndCompletionHandler + 3068
58 AppKit 0x00007fff8f99a2c6 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke945 + 131
59 AppKit 0x00007fff8f999802 -[NSTextInputContext tryTSMProcessRawKeyEvent:dispatchCondition:setupForDispatch:furtherCondition:dispatchWork:continuation:] + 127
60 AppKit 0x00007fff8f999e35 -[NSTextInputContext _handleEvent:options:completionHandler:] + 1266
61 AppKit 0x00007fff8f37a17e -[NSTextInputContext handleEvent:] + 109
62 AppKit 0x00007fff8f359dcd -[NSView interpretKeyEvents:] + 207
63 AppKit 0x00007fff8f379ff5 -[NSTextView keyDown:] + 695
64 AppKit 0x00007fff8f89ca96 -[NSWindow _reallySendEvent:] + 3266
65 AppKit 0x00007fff8f32965c -[NSWindow sendEvent:] + 368
66 IDEKit 0x000000010b34a90b -[IDEWorkspaceWindow sendEvent:] + 159
67 AppKit 0x00007fff8f2db961 -[NSApplication sendEvent:] + 4153
68 IDEKit 0x000000010b0f3ab4 -[IDEApplication sendEvent:] + 924
69 AppKit 0x00007fff8f167fe8 -[NSApplication run] + 711
70 AppKit 0x00007fff8f153424 NSApplicationMain + 1832
71 libdyld.dylib 0x00007fff8e43e5c9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff90a59282 pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8d924b73 abort + 129
2 com.apple.dt.IDEKit 0x000000010b327986 +[IDEAssertionHandler handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1510
3 com.apple.dt.IDEKit 0x000000010b328c08 -[IDEAssertionHandler handleUncaughtException:] + 1077
4 com.apple.dt.IDEKit 0x000000010b328cd7 IDEHandleUncaughtException + 94
5 com.apple.HIToolbox 0x00007fff92392664 DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec
) + 2084
6 com.apple.HIToolbox 0x00007fff9239176e SendEventToEventTargetInternal(OpaqueEventRef_, OpaqueEventTargetRef_, HandlerCallRec_) + 386
7 com.apple.HIToolbox 0x00007fff923915e2 SendEventToEventTargetWithOptions + 43
8 com.apple.HIToolbox 0x00007fff925a468c SendTSMEvent_WithCompletionHandler + 417
9 com.apple.HIToolbox 0x00007fff925a4b8c __SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke + 400
10 com.apple.HIToolbox 0x00007fff925a4e46 __SendFilterTextEvent_WithCompletionHandler_block_invoke + 189
11 com.apple.HIToolbox 0x00007fff925a46e0 SendTSMEvent_WithCompletionHandler + 501
12 com.apple.HIToolbox 0x00007fff925a49cf SendFilterTextEvent_WithCompletionHandler + 236
13 com.apple.HIToolbox 0x00007fff925a1d41 SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler + 295
14 com.apple.HIToolbox 0x00007fff925a6649 __utDeliverTSMEvent_WithCompletionHandler_block_invoke_2 + 296
15 com.apple.HIToolbox 0x00007fff925a6518 __utDeliverTSMEvent_WithCompletionHandler_block_invoke + 437
16 com.apple.HIToolbox 0x00007fff925a17bd TSMKeyEvent_WithCompletionHandler + 701
17 com.apple.HIToolbox 0x00007fff925ab2f0 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 + 251
18 com.apple.HIToolbox 0x00007fff925ab1e6 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 + 330
19 com.apple.HIToolbox 0x00007fff925ab022 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 + 259
20 com.apple.HIToolbox 0x00007fff925aaea5 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke + 251
21 com.apple.HIToolbox 0x00007fff925aacaf TSMProcessRawKeyEventWithOptionsAndCompletionHandler + 3068
22 com.apple.AppKit 0x00007fff8f99a2c6 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke945 + 131
23 com.apple.AppKit 0x00007fff8f999802 -[NSTextInputContext tryTSMProcessRawKeyEvent:dispatchCondition:setupForDispatch:furtherCondition:dispatchWork:continuation:] + 127
24 com.apple.AppKit 0x00007fff8f999e35 -[NSTextInputContext _handleEvent:options:completionHandler:] + 1266
25 com.apple.AppKit 0x00007fff8f37a17e -[NSTextInputContext handleEvent:] + 109
26 com.apple.AppKit 0x00007fff8f359dcd -[NSView interpretKeyEvents:] + 207
27 com.apple.AppKit 0x00007fff8f379ff5 -[NSTextView keyDown:] + 695
28 com.apple.AppKit 0x00007fff8f89ca96 -[NSWindow _reallySendEvent:] + 3266
29 com.apple.AppKit 0x00007fff8f32965c -[NSWindow sendEvent:] + 368
30 com.apple.dt.IDEKit 0x000000010b34a90b -[IDEWorkspaceWindow sendEvent:] + 159
31 com.apple.AppKit 0x00007fff8f2db961 -[NSApplication sendEvent:] + 4153
32 com.apple.dt.IDEKit 0x000000010b0f3ab4 -[IDEApplication sendEvent:] + 924
33 com.apple.AppKit 0x00007fff8f167fe8 -[NSApplication run] + 711
34 com.apple.AppKit 0x00007fff8f153424 NSApplicationMain + 1832
35 libdyld.dylib 0x00007fff8e43e5c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff90a5a22e kevent64 + 10
1 libdispatch.dylib 0x00007fff87cb0a6a _dispatch_mgr_thread + 52

Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff90a5452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a5369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff88da2b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff88da1fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff88da1838 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff833ebe90 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
7 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff90a593f6 __select + 10
1 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
2 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
3 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff90a5452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a5369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff88da2b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff88da1fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff88da1838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff8e4e0ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x00000001194a81d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676
7 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
8 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff90a5452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a5369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff88da2b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff88da1fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff88da1838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff8e4e0ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x0000000119499dd6 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 213
7 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
8 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff90a5452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a5369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff88da2b14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff88da1fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff88da1838 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8f2d78f7 _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 7:: DYMobileDeviceManager
0 libsystem_kernel.dylib 0x00007fff90a5452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a5369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff88da2b14 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff88da1fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff88da1838 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff8e4e0ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.Foundation 0x00007fff8e5dc45f -[NSRunLoop(NSRunLoop) run] + 74
7 com.apple.GPUToolsMobileFoundation 0x000000011b7399eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
9 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
10 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
11 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff90a59132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001157a7ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff90a59132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001157a7ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff90a59132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001157a7ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff90a59132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001157a7ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fff90a59132 psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001157a7ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2 com.apple.Foundation 0x00007fff8e4deb7a __NSThread__main
+ 1345
3 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 13:: Dispatch queue: parsing queue
0 libsystem_kernel.dylib 0x00007fff90a5456a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff87cb4c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.instruments.DTXConnectionServices 0x000000010becbfda -[DTXMessageParser waitForMoreData:incrementalBuffer:] + 87
3 com.apple.dt.instruments.DTXConnectionServices 0x000000010becbc08 -[DTXMessageParser parseMessage] + 50
4 com.apple.dt.instruments.DTXConnectionServices 0x000000010becb9c6 __43-[DTXMessageParser initWithMessageHandler:]_block_invoke + 35
5 libdispatch.dylib 0x00007fff87cb2323 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff87cadc13 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff87cb1365 _dispatch_queue_drain + 1100
8 libdispatch.dylib 0x00007fff87cb2ecc _dispatch_queue_invoke + 202
9 libdispatch.dylib 0x00007fff87cb06b7 _dispatch_root_queue_drain + 463
10 libdispatch.dylib 0x00007fff87cbefe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff8f0166cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff8f0144a1 start_wqthread + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fff90a5452e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a5369f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff88da2b14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff88da1fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff88da1838 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff88e57ed1 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fff85b88b8f SpotlightQueryThread(void*) + 463
7 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 15:: Dispatch queue: parsing queue
0 libsystem_kernel.dylib 0x00007fff90a5456a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff87cb4c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.instruments.DTXConnectionServices 0x000000010becbfda -[DTXMessageParser waitForMoreData:incrementalBuffer:] + 87
3 com.apple.dt.instruments.DTXConnectionServices 0x000000010becbc08 -[DTXMessageParser parseMessage] + 50
4 com.apple.dt.instruments.DTXConnectionServices 0x000000010becb9c6 __43-[DTXMessageParser initWithMessageHandler:]_block_invoke + 35
5 libdispatch.dylib 0x00007fff87cb2323 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff87cadc13 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff87cb1365 _dispatch_queue_drain + 1100
8 libdispatch.dylib 0x00007fff87cb2ecc _dispatch_queue_invoke + 202
9 libdispatch.dylib 0x00007fff87cb06b7 _dispatch_root_queue_drain + 463
10 libdispatch.dylib 0x00007fff87cbefe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff8f0166cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff8f0144a1 start_wqthread + 13

Thread 16:: Dispatch queue: parsing queue
0 libsystem_kernel.dylib 0x00007fff90a5456a semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff87cb4c55 _dispatch_semaphore_wait_slow + 213
2 com.apple.dt.instruments.DTXConnectionServices 0x000000010becbfda -[DTXMessageParser waitForMoreData:incrementalBuffer:] + 87
3 com.apple.dt.instruments.DTXConnectionServices 0x000000010becbc08 -[DTXMessageParser parseMessage] + 50
4 com.apple.dt.instruments.DTXConnectionServices 0x000000010becb9c6 __43-[DTXMessageParser initWithMessageHandler:]_block_invoke + 35
5 libdispatch.dylib 0x00007fff87cb2323 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff87cadc13 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff87cb1365 _dispatch_queue_drain + 1100
8 libdispatch.dylib 0x00007fff87cb2ecc _dispatch_queue_invoke + 202
9 libdispatch.dylib 0x00007fff87cb06b7 _dispatch_root_queue_drain + 463
10 libdispatch.dylib 0x00007fff87cbefe4 _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff8f0166cb _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff8f0144a1 start_wqthread + 13

Thread 17:
0 libsystem_kernel.dylib 0x00007fff90a59946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f0144a1 start_wqthread + 13

Thread 18:
0 libsystem_kernel.dylib 0x00007fff90a59946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f0144a1 start_wqthread + 13

Thread 19:
0 libsystem_kernel.dylib 0x00007fff90a59946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f0144a1 start_wqthread + 13

Thread 20:
0 libsystem_kernel.dylib 0x00007fff90a59486 __semwait_signal + 10
1 com.apple.CoreSymbolication 0x00007fff876ba067 0x7fff876a7000 + 77927
2 libsystem_pthread.dylib 0x00007fff8f0162fc _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8f016279 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff8f0144b1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff55ce5028 rdx: 0x0000000000000000
rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff55ce5050 rsp: 0x00007fff55ce5028
r8: 0x0000000000007fff r9: 0x00007f84fa638450 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff9085bac0 r13: 0x00007f84ea577460 r14: 0x00007fff74d15300 r15: 0x00007f84fa623c00
rip: 0x00007fff90a59282 rfl: 0x0000000000000206 cr2: 0x00007fff748dcfd8

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

Binary Images:
0x109f19000 - 0x109f19ff7 com.apple.dt.Xcode (6.1.1 - 6611) /Applications/Xcode.app/Contents/MacOS/Xcode
0x109f1f000 - 0x10a351ff7 com.apple.dt.DVTFoundation (6.1.1 - 6608) <8CF25201-C4E0-38FB-B35F-6701179C0EAB> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x10a50c000 - 0x10a813fff com.apple.dt.DVTKit (6.1.1 - 6608) /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x10a9f7000 - 0x10ae25ff7 com.apple.dt.IDEFoundation (6.1.1 - 6611) <8A1AD8FD-7934-382F-A8FF-8775162253BD> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x10b0da000 - 0x10b915ff7 com.apple.dt.IDEKit (6.1.1 - 6611) <80C0C035-4DBE-3871-AD0E-78FE76180A84> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x10bebb000 - 0x10bed8ff7 com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x10bef7000 - 0x10bf35fff com.apple.framework.ConfigurationProfiles (7.0 - 741) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x10bf59000 - 0x10bf5aff7 libsysmon.dylib (78) <2B6E431C-934F-3828-8464-D54FCA731393> /usr/lib/libsysmon.dylib
0x10bf64000 - 0x10c9f7fff +libclang.dylib (600.0.56) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x10cb96000 - 0x10cbcaff7 com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x10cbf8000 - 0x10cc0dfff com.apple.DADocSetManagement (6.1 - 6033) <9EED13AE-5A6F-3126-BE1E-F02CC1873479> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x10cc20000 - 0x10cc21ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x10cc27000 - 0x10cc28fff libpanel.5.4.dylib (44) /usr/lib/libpanel.5.4.dylib
0x10cc2d000 - 0x10cc56ff7 com.apple.dt.instruments.DTGraphKit (6.1 - 56074) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x10cc6e000 - 0x10ccb6fff com.apple.DADocSetAccess (6.1 - 6033) <3DECFFA8-E12D-33A9-8176-FCCDE826CF7A> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x10cd28000 - 0x10cd2bfff struct.so (89) <015BD869-7103-3735-A10A-70E4C15C9AB8> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/struct.so
0x10cd55000 - 0x10cd56ff7 readline.so (89) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
0x10ce8a000 - 0x10ce8efff itertools.so (89) <76FA3C45-95A0-3627-A5D9-F6E43D7FE09A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x10cfa3000 - 0x10cfa4fe5 +cl_kernels (???) cl_kernels
0x10cfbb000 - 0x10cfc9fff ctypes.so (89) <8BF6FB14-BF96-3CB3-BD44-39A5F402FF97> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/ctypes.so
0x110347000 - 0x110347fef +cl_kernels (???) <86A32E04-7C82-4DA9-A4FA-D3ADF4403D02> cl_kernels
0x110356000 - 0x110356ff5 +cl_kernels (???) cl_kernels
0x110e2f000 - 0x110e63ff7 com.apple.CoreSimulator (110.4 - 110.4) <3C2AE6EA-1F23-39A4-B316-9120003F75B1> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
0x11106e000 - 0x11107bfff com.apple.dt.IDELanguageSupportCore (6.1.1 - 6743) <54A0BF3F-BC86-3845-94A3-140E31C402D0> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x111089000 - 0x1110e2ff7 com.apple.sourcekitd (1.0 - 600.0.56.1) <58C89ADF-9024-3277-B63F-CFB5D0E4F174> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
0x11110a000 - 0x111146ff7 com.apple.dt.dbg.DebuggerFoundation (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x111183000 - 0x11118aff7 com.apple.dt.IDE.HexEditor (6.1.1 - 6254) <0C2003E2-2971-338D-91B2-5616E05D6598> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x1112d8000 - 0x111366ff7 com.apple.dt.IBAutolayoutFoundation (1.0 - 6254) /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x1113c4000 - 0x111464fff com.apple.dt.IBFoundation (1.0 - 6254) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x1114d7000 - 0x111521ff7 com.apple.CoreThemeDefinition (2.0 - 182) <11BB8A48-8C00-3C63-BBF1-2BF8FE612B2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x111559000 - 0x1115a0ff7 com.apple.dt.dbg.DebuggerLLDB (6.1.1 - 6254) <96077ACE-B40D-346F-A943-A9D4DF5902AE> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x1115d3000 - 0x113697f6b com.apple.LLDB.framework (1.320.4.156 - 320.4.156) <1597D391-C69B-30F1-82B1-683DB68538A6> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x113f56000 - 0x114047ff7 org.python.python (2.7.6 - 2.7.6) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x1140ad000 - 0x1140cbfff libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
0x1140dc000 - 0x114148ff7 com.apple.dt.IDE.IDEDocViewer (6.1.1 - 6254) <504856EB-486D-30BA-B66F-0030C55B6DE1> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x1141b7000 - 0x1141b8ff7 com.apple.dt.IBLanguageSupport (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport
0x1141bf000 - 0x114280ff7 com.apple.dt.IDE.IDESourceEditor (6.1.1 - 6254) <24558466-B611-301D-8504-9F4F551B6519> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x1143f8000 - 0x114426ff7 +com.ridiculousfish.HexFiendFramework (6.1.1 - 6254) <32F0B5F7-0C97-3D5C-9C7F-C8E911CBE856> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x11444d000 - 0x11448dfff com.apple.dt.IDE.iCloudSupport (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x1144c7000 - 0x1144cafff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <9C4A616E-0A53-36B2-9E47-545034B681E3> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x1144d3000 - 0x11459fff7 com.apple.dt.dbg.DebuggerUI (6.1.1 - 6254) <3661559D-8080-3059-A76F-E4681BB2CE95> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x11464c000 - 0x114a90ff7 com.apple.SceneKit (5.0 - 260.7) <53A6603F-457D-3569-A5E7-E34096D8B843> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x114d33000 - 0x114d52fff com.apple.dt.IDE.IDEQuickHelp (6.1.1 - 6254) <50B92ACD-68A8-38AB-A0D8-1A2D950D8351> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x114d6f000 - 0x11527cff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x11560d000 - 0x115649fff com.apple.dt.IDE.Xcode3Core (6.1.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x11566f000 - 0x1159cefff com.apple.Xcode.DevToolsCore (8.1.1 - 6269) <6BE0D774-F7AB-397F-97C3-1C7595B6BD05> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x115b6b000 - 0x115b73fff com.apple.DevToolsFoundation (8.1.1 - 6269) <8C846FE6-3E91-3822-994D-58112C8B5428> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x115b7e000 - 0x115bb5fff com.apple.Xcode.DevToolsSupport (8.1.1 - 6269) <021EAD1B-3BEF-33C6-9B6F-4C03A38D8587> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x115bdc000 - 0x115d83fff com.apple.dt.IDE.Xcode3UI (6.1.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x115ea1000 - 0x115ed0fff com.apple.dt.gpu.GPUDebuggerFoundation (6.1.1 - 16738) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x115efc000 - 0x115f3affb com.apple.GPUToolsCore (1.0 - 16738) <19E72634-C3CC-39E3-ACA0-A927714920B5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x115f6e000 - 0x115fa2ffb com.apple.GPUTools (1.0 - 16738) <04AC823C-BAC2-3691-B7DF-70DE0BBCC44C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x115fcd000 - 0x11609cff7 com.apple.GPUToolsServices (1.0 - 16738) <7060880D-35F8-36AD-90C5-0E259475E261> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x116104000 - 0x116109ffb com.apple.GPUToolsInterface (1.0 - 16738) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x116111000 - 0x116139ff3 com.apple.GLToolsInterface (1.0 - 16738) <56DEBFD8-B9B6-3B7A-A31B-E588EB429DAD> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x116157000 - 0x1161daff7 com.apple.GLToolsCore (1.0 - 16738) <833E69EE-8BEC-362A-AE43-63B4C263697F> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x1161f8000 - 0x116209ff3 com.apple.GLTools (1.0 - 16738) <612A093E-34E1-372B-9851-61A452D13E81> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x116211000 - 0x116267ff3 com.apple.GLToolsServices (1.0 - 16738) <70E50EE3-C00F-3CDF-8166-22D657C880AF> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x1162ad000 - 0x116334ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16738) <7E492003-01EE-3D4B-BA0B-6DA4240EFB06> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x116378000 - 0x116381ff7 +dsc_extractor.bundle (353.5) <4FD882EF-6AD1-353A-B76C-BFDD6C920C5B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle
0x116389000 - 0x11638fff7 com.apple.dt.IDE.IDEInstrumentsService (6.1.1 - 6254) <6E84607E-3F66-31EC-9F05-27D21C45345C> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x1163c4000 - 0x1163caff7 com.apple.dt.IDE.IDEiOSDebugger (6.1.1 - 6274) <109C19D5-94E7-30C9-ACFA-F5E8061370AC> /Applications/Xcode.app/Contents/PlugIns/IDEiOSDebugger.ideplugin/Contents/MacOS/IDEiOSDebugger
0x1163e1000 - 0x1163e1ffe +cl_kernels (???) <06100C10-669C-4F0F-86A8-E62AE70632F3> cl_kernels
0x1163e5000 - 0x1163e5fef +cl_kernels (???) <86A32E04-7C82-4DA9-A4FA-D3ADF4403D02> cl_kernels
0x1163ec000 - 0x1163edff7 com.apple.dt.IDE.IDEAppleScriptCore (6.1.1 - 6254) <89C37B22-3CA0-3DA0-BB8B-E29E942CA40F> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
0x116438000 - 0x11643dff7 com.apple.dt.gpu.GPUTraceDebugger (6.1.1 - 16738) <93E8E56C-7D20-32DB-9C29-D445C15885E2> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x116445000 - 0x116450fff com.apple.dt.gpu.GPUDebuggerKit (6.1.1 - 16738) <8EB5F440-743E-3E7C-91F3-4F96BCF95BB3> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x116463000 - 0x1164d1fff com.apple.dt.gpu.GPUTraceDebuggerUI (6.1.1 - 16738) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x117333000 - 0x117419fef unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x11747b000 - 0x11747cff7 com.apple.dt.dbg.DebuggerLLDBService (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x117588000 - 0x11758cff7 com.apple.dt.IDEIODebugGaugesCore (6.1.1 - 6254) <76638143-2636-3FC5-B961-18FE6A99D8DD> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x117596000 - 0x1175dafff com.apple.dt.IDE.IDEiPhoneSupport (6.1.1 - 6274) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x11761a000 - 0x117629ff7 com.apple.DTDeviceKit (4.2 - 6274) <0923D371-9E54-3A33-9C4D-D6A3C568F642> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x117641000 - 0x11780efff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.1.1 - 6254) <70370059-1756-3378-93D0-E44CE62E3F25> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x1179a5000 - 0x1179caff7 com.apple.DiscRecordingUI (9.0 - 9000.4.1) <7DA67BCF-E386-34B5-98ED-6CED19E90BB8> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x1179eb000 - 0x117a2dff7 com.apple.glut (3.6.2 - GLUT-3.6.2) <8148B6B0-09C3-3E60-A4A7-D11DBB9D2699> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x117bf8000 - 0x117c13ff3 com.apple.security.csparser (3.0 - 57031.1.35) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x119352000 - 0x119357ff7 com.apple.dt.IDEContinuousIntegration (1.0 - 1) <4678E0F0-266D-364A-B18A-74BE9531DC86> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
0x119360000 - 0x119360ff7 com.apple.dt.IDE.IDEAppleScriptEditor (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
0x119365000 - 0x119366ff3 com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
0x11936c000 - 0x119378ff3 com.apple.MTLToolsCore (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
0x11938d000 - 0x119390fff com.apple.FileProvider (1.0 - 1) /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
0x119397000 - 0x11940ffff com.apple.dt.IDE.IDEiOSSupportCore (6.1.1 - 6274) <9049E0FB-9370-3047-BF0B-A527AB678868> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x119457000 - 0x11946efff com.apple.DVTiPhoneSimulatorRemoteClient (6.1.1 - 6274) <6481B057-AAD0-31AB-A27A-BAC5C364D8BA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x119483000 - 0x119502ff7 com.apple.DTDeviceKitBase (6.1.1 - 6274) <3D1BBDB3-A2A3-3D87-8E18-8032001DE9E5> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x119553000 - 0x11966bfff com.apple.mobiledevice (757.1.5.0.2 - 757.1.5.0.2) <364C6894-934B-3844-A77F-7DFEC21F8AEE> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x1196e7000 - 0x119700fff com.apple.DeviceLinkX (5.0 - 264) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x119710000 - 0x119745ff7 libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
0x11975b000 - 0x119763fff com.apple.dt.IDE.IDEOSXSupportCore (6.1.1 - 6056) <6CF2A8F4-CD93-34D3-A252-260EB5912BCB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x119771000 - 0x119965fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.1.1 - 6247) <025FDE46-34BB-3E85-B2DD-9201DF88835C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x119b3e000 - 0x119b42fff com.apple.audio.AppleHDAHALPlugIn (266.5 - 266.5) <641E8CC7-34C5-30A8-A415-16277D54B57E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x119b47000 - 0x119b49fff +ru.DeepIT.XcodeColors (1.0.9 - 109) <5D15E117-208D-39AE-897A-569CC4AF5A6C> /Users/USER/Library/Application Support/Developer/
/XcodeColors
0x119b4d000 - 0x119b8efff +com.oneskyapp.OneSkyPlugin (1.4.6 - 1.4.6) <4B1EC316-31AA-32A5-B018-36537443D02A> /Users/USER/Library/Application Support/Developer/
/OneSkyPlugin
0x119bc0000 - 0x119bc6ff7 +me.michaelchen.MCLog (1.3 - 1) /Users/USER/Library/Application Support/Developer/
/MCLog
0x119bce000 - 0x119bd5fff +me.delisa.DerivedData-Exterminator (1.0 - 1) <135F389D-75B6-3594-9D38-DBB91280930C> /Users/USER/Library/Application Support/Developer/
/DerivedData Exterminator
0x119be0000 - 0x119beaff7 +me.delisa.CocoaPods (1.0 - 1) <3C7BB4F3-22EF-3460-97E9-E4801C2C135B> /Users/USER/Library/Application Support/Developer//CocoaPods
0x119bf7000 - 0x119c2fff7 +com.luisfloreani.Auto-Importer (1.0 - 1) <2244C965-FF1C-39D9-AA27-95BF5A1BD3A0> /Users/USER/Library/Application Support/Developer/
/Auto-Importer
0x119c5e000 - 0x119c75ff7 +com.mneorr.Alcatraz (1.0 - 1) <995F9400-80E2-3ABE-BBFF-306E0B53DE89> /Users/USER/Library/Application Support/Developer/*/Alcatraz
0x119c95000 - 0x119ca5fff com.apple.dt.XCLanguageSupport (6.1.1 - 6743) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x119cb3000 - 0x119cb3fff com.apple.Metal (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x119cb7000 - 0x119cc1fff com.apple.xcode.plug-in.CoreBuildTasks (8.1.1 - 6269) <6E29F1BC-B350-3CE7-A9D8-A5DF04E82781> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x119cc9000 - 0x119cc9ff7 com.apple.xcode.compilers.coredata (8.1.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x119ccd000 - 0x119ccdff7 com.apple.compilers.clang (8.1.1 - 6269) <88A626F9-D8FF-356A-8B9D-7DCC4C3152F9> /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
0x119cd1000 - 0x119cd4ff7 com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
0x119cda000 - 0x119cdbff7 com.apple.platform.iphoneos.plugin (1.0 - 1.0) <9E32CF38-9E8A-3188-B099-ED4AF81A061D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
0x119cff000 - 0x119d1fffb com.apple.MTLToolsServices (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
0x119d3a000 - 0x119d50fff com.apple.dt.IDE.IDESubversion (6.1.1 - 6254) <9B7A80F8-C70B-3371-B9A5-1C28CD6BBC97> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x119d9f000 - 0x119dacff7 com.apple.dt.IDEIODebugGaugesUI (6.1.1 - 6254) <1B9A74A2-B7F1-3ADA-82A5-8C972490A8E8> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x119dbe000 - 0x119dc2ff7 com.apple.dt.IDE.IDEPDFViewer (6.1.1 - 6254) <638A1208-92E0-37C3-8F8E-195A00493361> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
0x119dca000 - 0x119dd7ff7 com.apple.dt.IDE.IDEQuickLookEditor (6.1.1 - 6254) <90466A51-C5CB-3B4B-A3EC-749F08916266> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
0x119de8000 - 0x119de8fff com.apple.GLToolsMobileFoundation (1.0 - 16738) <67280728-5AC7-3DAD-887E-C6BCE7085C4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
0x11a46b000 - 0x11a685fff com.apple.audio.units.Components (1.12 - 1.12) <978C854A-B5AC-3268-B523-2D2DB7A41926> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x11ab41000 - 0x11abadff7 com.apple.dt.gpu.GPURenderTargetEditor (6.1.1 - 16738) <177EC5FF-ED4C-3D13-90FB-D7DDE4187C7D> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x11abf1000 - 0x11acd2fff com.apple.dt.IDE.IDEModelEditor (6.1.1 - 6254) <63397198-DE0D-350A-961B-F6CDB2A90C1E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x11ad69000 - 0x11ade2fff com.apple.dt.IDE.IDEModelFoundation (6.1.1 - 6254) <6C81614A-B8C6-39E6-BBE5-0255CC924630> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x11ae39000 - 0x11ae4efff com.apple.dt.IDE.IDERTFEditor (6.1.1 - 6254) <5B0CA6D2-C27F-3278-BFA4-30A06715EFBA> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
0x11ae60000 - 0x11ae69ff7 com.apple.dt.PlistEditor (6.1.1 - 6254) <56213BF0-BEE9-302F-913C-E43260E3E6F9> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x11ae75000 - 0x11aec6fff com.apple.IDESpriteKitParticleEditor (2.0 - 2) <1D89DF54-E7DE-3918-B924-0B7C81476BAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x11aef8000 - 0x11b05efff com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
0x11b0f5000 - 0x11b14bff7 com.apple.PhysicsKit (1.0 - 1) /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
0x11b178000 - 0x11b19fff7 com.apple.GLKit (1.0 - 27) /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x11b1c3000 - 0x11b1e9ff7 com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x11b1fb000 - 0x11b2d0ff7 com.apple.dt.IDELanguageSupportUI (6.1.1 - 6743) <11532BC1-2E82-3698-9AA1-B460B9CB0087> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
0x11b374000 - 0x11b37cff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 6743) <64186C80-AFF7-3B2E-963C-54264628B78D> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x11b38a000 - 0x11b5dbfff com.apple.dt.gpu.GPUDebuggeriOSSupport (6.1.1 - 16738) <05C1DE48-7764-382B-B0CB-0711DB45EED5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x11b64e000 - 0x11b6b5ffb com.apple.GLToolsExpert (1.0 - 16738) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
0x11b6f1000 - 0x11b6fdfff com.apple.GPUToolsShaderProfiler (1.0 - 16738) <4C2E8206-E668-3D06-962E-EA079344EDB8> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x11b70c000 - 0x11b724ff3 com.apple.GLToolsShaderProfiler (1.0 - 16738) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
0x11b731000 - 0x11b745ffb com.apple.GPUToolsMobileFoundation (1.0 - 16738) <4BAD04EC-885C-3AAC-94FB-483D7603AC1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x11b759000 - 0x11b7afff7 com.apple.dt.IDE.IDESceneKitEditor (6.1 - 6087) <619E05E4-B72F-3CF2-89FA-AB5482D68B97> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
0x11b7f8000 - 0x11b7ffff7 com.apple.dt.ScriptingDefinitionEditor (6.1.1 - 6254) <01A03F59-7038-3653-8363-0FBBD9FDBEC5> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x11ba14000 - 0x11baaffff com.apple.XCSCore (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
0x11bb14000 - 0x11bbc1ff7 com.apple.dt.XCSUI (1.0 - 1) <4285B0B3-D0A1-37F0-B189-6686DC2CCD3C> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
0x11bc69000 - 0x11be37fff com.apple.dt.gpu.GPUDebuggerMTLSupport (6.1.1 - 16738) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
0x11be94000 - 0x11bec7fff com.apple.MTLToolsShaderProfiler (1.0 - 16738) <29B1A037-FBFC-385C-8C2B-E43260C60BD6> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
0x11bef1000 - 0x11bf19ff3 com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 16738) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
0x11bf40000 - 0x11bf5cff7 com.apple.dt.IDE.IDEGit (6.1.1 - 6254) <37B117D1-B273-3309-B13E-14BCC692E728> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x11d437000 - 0x11d437fe7 +cl_kernels (???) cl_kernels
0x11d440000 - 0x11d440ffe +cl_kernels (???) <06100C10-669C-4F0F-86A8-E62AE70632F3> cl_kernels
0x11d48e000 - 0x11d48efe5 +cl_kernels (???) <197093FA-4F13-4D5C-9EC4-3CA937FEF6D5> cl_kernels
0x11d671000 - 0x11d751ff7 unorm8_rgba.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x11d948000 - 0x11dacafff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 16738) <2A590B2E-E726-3A52-8B8F-6C871B2E2356> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
0x11dadf000 - 0x11db13ff7 com.apple.gputools.GLToolsMobileAnalysis (1.0 - 16738) <9CCC0829-51DD-32E2-A873-0C4F0D8013E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
0x11db23000 - 0x11db2aff7 com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16738) <5D9CD82A-770B-3AE0-B25D-7C49978B02E6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
0x11db31000 - 0x11db56ffb com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
0x11e2fe000 - 0x11e304ff7 com.apple.SymptomReporter (1.0 - 1) <3191E395-6284-3C5F-BDA2-BB061CF00B51> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter
0x1231f3000 - 0x12326dff7 com.apple.xquery (1.3.1 - 30) <9D868AE3-C5A0-34BD-8C33-EB5F8EDD7ACA> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x123480000000 - 0x12348029afff com.apple.AMDRadeonX3000GLDriver (1.28.29 - 1.2.8) <794940C6-566A-3ADC-A939-6498591FB4D3> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
0x7fff6dc6f000 - 0x7fff6dca5837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff8301e000 - 0x7fff83020fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff83101000 - 0x7fff8311bff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8311c000 - 0x7fff83122fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff83123000 - 0x7fff8315cfff com.apple.AirPlaySupport (2.0 - 215.10) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x7fff8315d000 - 0x7fff83162fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff83163000 - 0x7fff83170fff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff83171000 - 0x7fff831c2ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff831dc000 - 0x7fff831f6ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff831f7000 - 0x7fff83268ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff83269000 - 0x7fff832b6ff3 com.apple.CoreMediaIO (601.0 - 4749) <0336FB6D-5A3D-3672-A002-B856BF569CD0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff832b7000 - 0x7fff8330bfff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8333b000 - 0x7fff8334afff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8334b000 - 0x7fff8354eff3 com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8354f000 - 0x7fff83554ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff83555000 - 0x7fff83618ff7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff83619000 - 0x7fff83621fff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff83622000 - 0x7fff83663fff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff836a5000 - 0x7fff836a5fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff83725000 - 0x7fff8376ffff com.apple.DiskManagement (7.0 - 847) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff83770000 - 0x7fff83785ffb libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff83791000 - 0x7fff8379dff7 libexslt.0.dylib (13) <9197981D-B0E9-39EB-9958-D4B181FB0B0E> /usr/lib/libexslt.0.dylib
0x7fff837a3000 - 0x7fff837cdfff GLRendererFloat (11.0.7) <3B3B74F4-E63C-3241-8807-E2407C4020B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff837ce000 - 0x7fff837cefff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff837d7000 - 0x7fff837f3fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff837f4000 - 0x7fff837ffff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff83800000 - 0x7fff83894fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff83895000 - 0x7fff83c00fff com.apple.VideoToolbox (1.0 - 1562.19) <28668FCA-D122-30CC-92EE-5224A0767CBC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff83c01000 - 0x7fff83c1cff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff83c1d000 - 0x7fff83c1dfff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff83d53000 - 0x7fff83ebeff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff83ebf000 - 0x7fff83f01fff com.apple.sociald.Social (87 - 87) <37D68E63-093B-3FA0-BC2B-0835DC4FA195> /System/Library/Frameworks/Social.framework/Versions/A/Social
0x7fff83f02000 - 0x7fff841aaff7 com.apple.RawCamera.bundle (6.02 - 768) <3156D0F8-335C-3380-A849-D47ED4163D3A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff841ab000 - 0x7fff841ddff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff841de000 - 0x7fff8421aff7 com.apple.OSAKit (1.5 - 102) <3953CB35-32D3-3578-9663-2208828FF54F> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff8421b000 - 0x7fff84226fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff8423f000 - 0x7fff8424bff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8424c000 - 0x7fff8426aff7 com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff8426b000 - 0x7fff8428fff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff84296000 - 0x7fff84335df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff84336000 - 0x7fff8470dfe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8470e000 - 0x7fff8470ffff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff84710000 - 0x7fff8472aff7 libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
0x7fff84736000 - 0x7fff84738fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff84739000 - 0x7fff8473bfff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8473c000 - 0x7fff8475fff7 com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff84760000 - 0x7fff8478cfff libsandbox.1.dylib (358.1.1) /usr/lib/libsandbox.1.dylib
0x7fff84793000 - 0x7fff84821ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8483c000 - 0x7fff8484dfff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8484e000 - 0x7fff84851ff7 com.apple.AppleSystemInfo (3.0 - 3.0) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff84852000 - 0x7fff8485bfff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8485c000 - 0x7fff8485eff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8485f000 - 0x7fff848fdfff com.apple.Metadata (10.7.0 - 916) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff84906000 - 0x7fff84bedffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff84bee000 - 0x7fff84d32ff7 com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff84d33000 - 0x7fff84fadfff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff84fae000 - 0x7fff84fb8fff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff84fb9000 - 0x7fff84fc4ff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff84fc5000 - 0x7fff84fc9ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff85228000 - 0x7fff85635ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff85636000 - 0x7fff8563afff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8563b000 - 0x7fff85646fff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff85647000 - 0x7fff85677ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff85678000 - 0x7fff8569dff7 libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8569e000 - 0x7fff8571bfff com.apple.CoreServices.OSServices (640.3 - 640.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff857c1000 - 0x7fff857f1ff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff857f2000 - 0x7fff85a32ff7 com.apple.AddressBook.framework (9.0 - 1498) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff85a33000 - 0x7fff85a3bffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff85a99000 - 0x7fff85ad4fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff85ad5000 - 0x7fff85ae5ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff85ae6000 - 0x7fff85ae8fff libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff85ae9000 - 0x7fff85aeafff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff85b27000 - 0x7fff85b2bfff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff85b87000 - 0x7fff85bc1ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff85bc2000 - 0x7fff85bc2ff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff85bc3000 - 0x7fff85bcdff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff85bce000 - 0x7fff86231fff com.apple.VectorKit (1.0 - 992.4.8) <961D66E6-B1DD-3B4E-B193-1D435054CFB2> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fff864c9000 - 0x7fff86515fff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff86594000 - 0x7fff86599ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8659a000 - 0x7fff86604ff7 com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff8660e000 - 0x7fff86611fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff86f49000 - 0x7fff86f5bff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff86f5c000 - 0x7fff86fcaffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff86fcb000 - 0x7fff86fd6ff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
0x7fff86fd7000 - 0x7fff8703cff7 com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff8703d000 - 0x7fff87043fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff87044000 - 0x7fff87051ff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff87052000 - 0x7fff871b8fff com.apple.AutomatorFramework (2.5 - 409) <5B38DD02-D0D8-39E9-9B71-123B100D7CD0> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fff871b9000 - 0x7fff871c0fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff87242000 - 0x7fff87273fff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
0x7fff87274000 - 0x7fff87543ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff87544000 - 0x7fff8761aff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8761b000 - 0x7fff87623fff com.apple.xpcobjects (103 - 103) /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
0x7fff87624000 - 0x7fff8764cfff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff87658000 - 0x7fff876a6fff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff876a7000 - 0x7fff87730fff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff87731000 - 0x7fff87733fff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff87734000 - 0x7fff87876fff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
0x7fff87877000 - 0x7fff87893ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff878d8000 - 0x7fff878eafff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff878eb000 - 0x7fff87914ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff87915000 - 0x7fff87917ffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff87918000 - 0x7fff879a9fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff879aa000 - 0x7fff87a16fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff87ab9000 - 0x7fff87b78fff com.apple.backup.framework (1.6 - 1.6) <373C7CF8-2A85-3B59-BFBC-FFA3FAE2293D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff87b79000 - 0x7fff87b83ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff87b84000 - 0x7fff87bd1fff com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff87bf5000 - 0x7fff87c79ff7 com.apple.ViewBridge (99.1 - 99.1) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff87c7a000 - 0x7fff87c8eff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff87c8f000 - 0x7fff87cabff7 com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff87cac000 - 0x7fff87cd6ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff87cd7000 - 0x7fff87cdbfff com.apple.IOAccelerator (156.4 - 156.4) <56092CAF-5F0F-3DCA-9047-4F6B93425BFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff87cdc000 - 0x7fff87ce0ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff87cee000 - 0x7fff87e2bfff com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff87e2c000 - 0x7fff87e3dff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff87e3e000 - 0x7fff87e40ff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff87e41000 - 0x7fff87e58ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff87ef2000 - 0x7fff87efdff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff87efe000 - 0x7fff87f2dfff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff87f56000 - 0x7fff87f58fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff87f59000 - 0x7fff87f59fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff888b8000 - 0x7fff888dbff7 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff888dc000 - 0x7fff88d2ffc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff88d30000 - 0x7fff890c6fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff890c7000 - 0x7fff890cafff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff890cb000 - 0x7fff8913fff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff89140000 - 0x7fff89154ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff89155000 - 0x7fff89192ff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff892ea000 - 0x7fff89316fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff89317000 - 0x7fff89b6efff com.apple.CoreGraphics (1.600.0 - 772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff89b6f000 - 0x7fff89b6ffff com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x7fff89b97000 - 0x7fff89b99fff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff89b9a000 - 0x7fff89b9cfff libUniversalAccess.dylib (236.2) <4FEAE88D-3575-3389-B742-0B6F1E261B1A> /usr/lib/libUniversalAccess.dylib
0x7fff89b9d000 - 0x7fff89bddff7 com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff89bde000 - 0x7fff89cf6ffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff89cf7000 - 0x7fff89d8cff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff89d8d000 - 0x7fff89daefff com.apple.framework.Apple80211 (10.0 - 1000.57.3) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff89e07000 - 0x7fff89e26fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff89e27000 - 0x7fff89eb8ff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
0x7fff89eb9000 - 0x7fff89edcfff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff89edd000 - 0x7fff89ee8fff com.apple.CommerceCore (1.0 - 376) <64B64D4A-A57E-35CE-86BE-C451042AB12F> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff89ee9000 - 0x7fff89f8bfff com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff89f8c000 - 0x7fff89f8dff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff89f8e000 - 0x7fff8a0affff com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8a0b0000 - 0x7fff8a0b9ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8a9ec000 - 0x7fff8a9faff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8aaab000 - 0x7fff8aab8ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8aab9000 - 0x7fff8aab9fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8aaba000 - 0x7fff8aabbfff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8aabc000 - 0x7fff8aad6ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8aad7000 - 0x7fff8ab05fff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8ab06000 - 0x7fff8ab1ffff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8ab20000 - 0x7fff8ab2efff com.apple.AddressBook.ContactsFoundation (9.0 - 1498) <0BD29957-C30F-376A-B28F-1510F80A9174> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff8ab2f000 - 0x7fff8abb0ff3 com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff8abc6000 - 0x7fff8abc6fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8abc7000 - 0x7fff8ad77ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8ad78000 - 0x7fff8ae4aff7 com.apple.PubSub (1.0.5 - 65.39) <9A915B29-496B-3653-B450-EB1B6EF2BBD7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x7fff8ae4b000 - 0x7fff8ae78ffb com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3646ECEF-1875-31CD-B614-FBE29A7500EF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff8ae79000 - 0x7fff8ae88fff com.apple.AppleScriptObjC (1.3.1 - 28) <4567732F-07A5-3699-B131-13CED1CE997E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff8ae89000 - 0x7fff8ae96fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8ae97000 - 0x7fff8ae97fff com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ae98000 - 0x7fff8ae9efff com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <58083E2E-BE1D-3C18-874C-94DB4F0DE835> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fff8ae9f000 - 0x7fff8af5aff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8afd9000 - 0x7fff8afdfff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8afe0000 - 0x7fff8b0bdff7 com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8b0c8000 - 0x7fff8b111ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8b22b000 - 0x7fff8b251ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8b252000 - 0x7fff8b73efff com.apple.MediaToolbox (1.0 - 1562.19) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8b73f000 - 0x7fff8b747fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
0x7fff8b748000 - 0x7fff8b74ffff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff8b750000 - 0x7fff8b758ffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8b759000 - 0x7fff8b75afff libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
0x7fff8b7f3000 - 0x7fff8b982fff libGLProgrammability.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff8b983000 - 0x7fff8b9defff com.apple.QuickLookFramework (5.0 - 675) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8b9df000 - 0x7fff8ba15ffb com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff8ba16000 - 0x7fff8ba4dffb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8ba4e000 - 0x7fff8ba4ffff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8ba6c000 - 0x7fff8ba7dff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8bb75000 - 0x7fff8bbc1ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff8bbd6000 - 0x7fff8bd85fff GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8bf51000 - 0x7fff8bfc5fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8bfc6000 - 0x7fff8c019ffb libAVFAudio.dylib (118.3) <371F1478-9AA3-312A-A93A-88E349000279> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff8c01a000 - 0x7fff8c041fff com.apple.shortcut (2.12 - 2.12) <193B3293-1B73-33B6-9902-37763DDC47C5> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff8c042000 - 0x7fff8c0b1fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8c0b2000 - 0x7fff8c0b3ff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8c0b4000 - 0x7fff8c10ffff libTIFF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8c110000 - 0x7fff8c114fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8c115000 - 0x7fff8c115ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff8c116000 - 0x7fff8c2a4fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8c2a5000 - 0x7fff8c2b1ff7 com.apple.HelpData (2.1.4 - 90) <687682B4-C576-3EAF-B113-D7046AA87D69> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8c2c7000 - 0x7fff8c2c9ff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff8c2ca000 - 0x7fff8c3e1fe7 libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8c3e2000 - 0x7fff8c3f9fff com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff8c3fa000 - 0x7fff8c42afff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8c42b000 - 0x7fff8c42eff7 com.apple.UniversalAccessCore (7.0 - 236.2) <7F84ACAC-E44D-329F-A391-461BB23D64E4> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Frameworks/UniversalAccessCore.framework/Versions/A/UniversalAccessCore
0x7fff8c42f000 - 0x7fff8c699fff com.apple.imageKit (2.6 - 838) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8c69a000 - 0x7fff8c7a9ffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8c7aa000 - 0x7fff8c7e2ffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff8c7e3000 - 0x7fff8c7efff7 libGPUSupportMercury.dylib (11.0.7) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff8c7f0000 - 0x7fff8c7fcff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff8c7fd000 - 0x7fff8c810ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8cb38000 - 0x7fff8cda0ffb com.apple.security (7.0 - 57031.1.35) <66CFAFF2-980E-3B99-B7E0-7D7751F6283C> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8cda1000 - 0x7fff8cdf2ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8cdf3000 - 0x7fff8cf51ff3 com.apple.avfoundation (2.0 - 889.10) <3CB185EA-C806-326E-B8DA-FDDCFA123509> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8cf52000 - 0x7fff8d382fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8d383000 - 0x7fff8d38bff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff8d65f000 - 0x7fff8d753ff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8d754000 - 0x7fff8d755fff libUAPreferences.dylib (236.2) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fff8d756000 - 0x7fff8d789ff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8d78a000 - 0x7fff8d8c6ffb com.apple.WebKitLegacy (10600 - 10600.1.25) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff8d8c7000 - 0x7fff8d953fff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff8d954000 - 0x7fff8d958fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff8d959000 - 0x7fff8d959fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8d95a000 - 0x7fff8d961ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff8d962000 - 0x7fff8d965ff7 com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8d966000 - 0x7fff8d9a6ff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8da2f000 - 0x7fff8da54ff7 libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8da55000 - 0x7fff8dab4ff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8dab5000 - 0x7fff8daceff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8daff000 - 0x7fff8db77fff com.apple.AVKit (1.1 - 213) <56866153-8670-3254-8F33-9C60047265AC> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fff8db78000 - 0x7fff8dba5fff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff8dba6000 - 0x7fff8dbaffff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8dbb0000 - 0x7fff8dbb2ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff8dbcb000 - 0x7fff8e0f4ff7 com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8e0f7000 - 0x7fff8e127ff7 libncurses.5.4.dylib (44) /usr/lib/libncurses.5.4.dylib
0x7fff8e128000 - 0x7fff8e12efff com.apple.BezelServicesFW (245.23 - 245.23) <6F102E86-85DC-3B6E-BD20-559A545DF490> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff8e12f000 - 0x7fff8e153ff7 com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff8e154000 - 0x7fff8e18cfff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8e18d000 - 0x7fff8e437ff7 com.apple.GeoServices (1.0 - 982.4.10) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8e438000 - 0x7fff8e43aff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8e43b000 - 0x7fff8e43eff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff8e43f000 - 0x7fff8e45aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8e45b000 - 0x7fff8e469ff7 com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff8e46a000 - 0x7fff8e475fdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8e476000 - 0x7fff8e7a4ff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8e7a5000 - 0x7fff8e7bbff7 com.apple.CoreMediaAuthoring (2.2 - 951) <98CB5AB8-6BCA-3C45-98EC-67F39EEE56C5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8e7bc000 - 0x7fff8e7e9fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8e7ea000 - 0x7fff8e7eeff7 com.apple.LoginUICore (3.0 - 3.0) <86C742AF-8F8A-3AD6-AFD3-DEC66815B5C0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8e850000 - 0x7fff8e8c4fff com.apple.ShareKit (1.0 - 323) <9FC7280E-DB42-37F0-AE57-29E28C9B4E16> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
0x7fff8e8c5000 - 0x7fff8e8edfff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff8e8ee000 - 0x7fff8e8f9ff7 com.apple.AppSandbox (4.0 - 238) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8e8fa000 - 0x7fff8e9ecfff com.apple.MapKit (1.0 - 1464.4.13) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fff8e9ed000 - 0x7fff8e9eefff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8e9ef000 - 0x7fff8ef02ff3 com.apple.JavaScriptCore (10600 - 10600.1.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8ef03000 - 0x7fff8efe6fff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8efe7000 - 0x7fff8f012fff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8f013000 - 0x7fff8f01cfff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff8f01d000 - 0x7fff8f14fff7 com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8f150000 - 0x7fff8fc91fff com.apple.AppKit (6.9 - 1343.14) <7E32F178-C705-3E83-81C5-FB31D5507B3A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8fcb0000 - 0x7fff8fcb2ff7 com.apple.SecCodeWrapper (4.0 - 238) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8fcb3000 - 0x7fff8fcb8ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff8fcee000 - 0x7fff8fcefff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8fcf0000 - 0x7fff8fd57ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8fd58000 - 0x7fff8fda7ff7 libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
0x7fff8fda8000 - 0x7fff8fed8fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8fed9000 - 0x7fff8fee1fe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8fee2000 - 0x7fff8ff0dff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff8ff0e000 - 0x7fff8ff20ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8ff21000 - 0x7fff8ff88ff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8ff89000 - 0x7fff8ffb4fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff8ffb5000 - 0x7fff8fffbff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff8fffc000 - 0x7fff90016ff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff90022000 - 0x7fff90026fff libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
0x7fff90027000 - 0x7fff90027fff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff90028000 - 0x7fff9002bfff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff90074000 - 0x7fff90089fff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff900e0000 - 0x7fff90158ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff9017e000 - 0x7fff901cbff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff901cc000 - 0x7fff90207fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff90208000 - 0x7fff9020afff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff9020b000 - 0x7fff9022bfff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff9022c000 - 0x7fff90234fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff90235000 - 0x7fff90328ff7 libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff90329000 - 0x7fff9032effb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff9032f000 - 0x7fff90344ff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff90345000 - 0x7fff903dbffb com.apple.CoreMedia (1.0 - 1562.19) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff903dc000 - 0x7fff905c1ff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff905c2000 - 0x7fff905c9fff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff9068d000 - 0x7fff907b4fff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff907f7000 - 0x7fff90851ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff90853000 - 0x7fff90a38267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff90a39000 - 0x7fff90a42ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff90a43000 - 0x7fff90a60fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff90a61000 - 0x7fff90d15ff7 com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff90d16000 - 0x7fff90d16ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff90d17000 - 0x7fff90d1fff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff90d20000 - 0x7fff90dc8ff7 com.apple.PackageKit (3.0 - 434) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff90dc9000 - 0x7fff90e3ffe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff90e40000 - 0x7fff90ec2fff com.apple.PerformanceAnalysis (1.0 - 1) <478055FE-1A94-31C7-A1A2-D67F19CA6A74> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff90ec3000 - 0x7fff90ec6fff libCGXCoreImage.A.dylib (772) <752C80BA-D5BF-3AF3-8960-B21A91DFD24C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff90f0d000 - 0x7fff91eb1ffb com.apple.WebCore (10600 - 10600.1.25) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff91ec1000 - 0x7fff91f07ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff91f76000 - 0x7fff91f9effb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff91fda000 - 0x7fff91fdcff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff91fdd000 - 0x7fff91fdeffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff92050000 - 0x7fff92051ff7 com.apple.AddressBook.ContactsData (9.0 - 1498) <2F7F3C93-9F1E-3E43-851B-F639EF37D552> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff92052000 - 0x7fff920f8fff com.apple.PDFKit (3.0 - 3.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff920f9000 - 0x7fff921ebff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff921ec000 - 0x7fff921f0fff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff921f1000 - 0x7fff922e3fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff922f3000 - 0x7fff922faff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff92308000 - 0x7fff9230eff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff9230f000 - 0x7fff9232cffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff9232d000 - 0x7fff92385ff7 com.apple.accounts.AccountsDaemon (113 - 113) /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
0x7fff92386000 - 0x7fff92389fff libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
0x7fff9238a000 - 0x7fff9268cfff com.apple.HIToolbox (2.1.1 - 756) <07287312-97EC-3894-96F6-5CB6BA5E0081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9268d000 - 0x7fff926dcff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff926dd000 - 0x7fff92a10fff libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
0x7fff92a11000 - 0x7fff92a27ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 451
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 76120184
thread_create: 0
thread_set_state: 13412

VM Region Summary:
ReadOnly portion of Libraries: Total=413.9M resident=303.7M(73%) swapped_out_or_unallocated=110.3M(27%)
Writable regions: Total=2.4G written=892.3M(36%) resident=1.1G(45%) swapped_out=126.8M(5%) unallocated=1.3G(55%)

REGION TYPE VIRTUAL
=========== =======
Activity Tracing 2048K
CG backing stores 25.5M
CG image 41.3M
CG raster data 112K
CG shared images 752K
CoreAnimation 16.0M
CoreData Object IDs 4100K
CoreGraphics 12K
CoreImage 396K
CoreUI image data 564K
Dispatch continuations 16.0M
Foundation 16K
IOKit 5896K
Image IO 17.8M
JS JIT generated code 8K
JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 1.2G
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 249 156K
Memory Tag 251 132K
OpenCL 68K
SQLite page cache 39.5M
STACK GUARD 56.1M
Stack 17.8M
VM_ALLOCATE 17.7M
WebKit Malloc 464K
__DATA 45.7M
__GLSLBUILTINS 2588K
__IMAGE 528K
__LINKEDIT 104.7M
__TEXT 309.3M
__UNICODE 544K
mapped file 650.4M
shared memory 68K
=========== =======
TOTAL 3.6G
TOTAL, minus reserved VM space 2.6G

Model: iMac12,2, BootROM IM121.0047.B1F, 4 processors, Intel Core i7, 3.4 GHz, 32 GB, SMC 1.72f2
Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x859B, 0x43543130323436344246313333392E433136
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x859B, 0x43543130323436344246313333392E433136
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x859B, 0x43543130323436344246313333392E4D3136
Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x859B, 0x43543130323436344246313333392E4D3136
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.74.0-P2P
Bluetooth: Version 4.3.0f10 14890, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: APPLE SSD TS256C, 251 GB
Serial ATA Device: OPTIARC DVD RW AD-5690H, 7.26 GB
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: USB Keyboard
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: Nexus 5
USB Device: USB2.0 Hub
USB Device: iPod
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Hub
USB Device: Hub
USB Device: Hub
USB Device: USB Audio Device
USB Device: PTZ-631W
USB Device: Display Audio
USB Device: Display iSight
USB Device: Apple LED Cinema Display
USB Device: IR Receiver
USB Device: Internal Memory Card Reader
Thunderbolt Bus: iMac, Apple Inc., 25.1

Exception when opening Xcode

Hi there,

While working on a project, at some point Xcode crashed, and now it keeps crashing every time I try to open it. The backtrace says something like

UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[__NSSetM addObject:]: object cannot be nil
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff8a026244 __exceptionPreprocess (in CoreFoundation)
  1  0x0000000100d182f4 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2  0x00007fff88f9ee75 objc_exception_throw (in libobjc.A.dylib)
  3  0x00007fff89f45966 -[__NSSetM addObject:] (in CoreFoundation)
  4  0x00000001101add46 -[LAFProjectHeaderCache updateProject:] at /Users/manuel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectHeaderCache.m:146 (in Auto-Importer)
  5  0x00000001101ac1b6 __33-[LAFProjectHeaderCache refresh:]_block_invoke at /Users/manuel/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectHeaderCache.m:54 (in Auto-Importer)
  6  0x00007fff8d74b745 -[NSBlockOperation main] (in Foundation)
  7  0x00007fff8d72af31 -[__NSOperationInternal _start:] (in Foundation)
  8  0x00007fff8d72abdb __NSOQSchedule_f (in Foundation)
  9  0x00007fff849cb28d _dispatch_client_callout (in libdispatch.dylib)
 10  0x00007fff849cd673 _dispatch_queue_drain (in libdispatch.dylib)
 11  0x00007fff849ce9c1 _dispatch_queue_invoke (in libdispatch.dylib)
 12  0x00007fff849ccf87 _dispatch_root_queue_drain (in libdispatch.dylib)
 13  0x00007fff849ce177 _dispatch_worker_thread2 (in libdispatch.dylib)
 14  0x00007fff84049ef8 _pthread_wqthread (in libsystem_pthread.dylib)
 15  0x00007fff8404cfb9 start_wqthread (in libsystem_pthread.dylib)

Which makes me think it has something to do with the plugin. It also has to do with my project file, probably, since I can check out older code and Xcode then opens just fine.
I had to uninstall the plugin to use Xcode again.
Hope this is useful, let me know if I can provide any more hints.

Thanks, I am enjoying the plugin otherwise :)

Crash in Xcode 6.2 (6C131e)

With the latest version of Xcode it crashes everytime I try to open it using the shortcut. Here is the crash log:

Process:               Xcode [20827]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               6.2 (6776)
Build Info:            IDEFrameworks-6776000000000000~11
App Item ID:           497799835
App External ID:       811890240
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [20827]
User ID:               501

PlugIn Path:             /Users/USER/Library/Application Support/Developer/*/Auto-Importer
PlugIn Identifier:       com.luisfloreani.Auto-Importer
PlugIn Version:          1.0 (1)

Date/Time:             2015-03-13 10:32:02.746 -0300
OS Version:            Mac OS X 10.10.2 (14C1510)
Report Version:        11
Anonymous UUID:        1ABECA0D-51A0-BE92-50F7-9DEE4ACDEB25

Sleep/Wake UUID:       9B03E1A2-18E5-4103-B7BC-F4CD31987437

Time Awake Since Boot: 100000 seconds
Time Since Wake:       2600 seconds

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

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

Application Specific Information:
ProductBuildVersion: 6C131e
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[NSNib initWithNibNamed:bundle:] could not load the nibName: LAFImportListView in bundle NSBundle </Users/hernan/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin> (loaded).
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff90e16654 __exceptionPreprocess (in CoreFoundation)
  1  0x00000001036de764 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2  0x00007fff8e6b476e objc_exception_throw (in libobjc.A.dylib)
  3  0x00007fff90e1651d +[NSException raise:format:] (in CoreFoundation)
  4  0x00007fff95159b9d -[NSNib initWithNibNamed:bundle:] (in AppKit)
  5  0x00007fff954e6ed6 -[NSViewController _nibWithName:bundle:] (in AppKit)
  6  0x00007fff95279784 -[NSViewController loadView] (in AppKit)
  7  0x00007fff954e4417 -[NSViewController _loadViewIfRequired] (in AppKit)
  8  0x00007fff951b49b1 -[NSViewController view] (in AppKit)
  9  0x0000000113ebd0c0 -[LAFImportListViewController currentListView] at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:114 (in Auto-Importer)
 10  0x0000000113ebccae -[LAFImportListViewController loadImportListView] at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:83 (in Auto-Importer)
 11  0x0000000113ebc81d -[LAFImportListViewController init] at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:54 (in Auto-Importer)
 12  0x0000000113ebc442 __45+[LAFImportListViewController sharedInstance]_block_invoke at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:28 (in Auto-Importer)
 13  0x00007fff8f537c13 _dispatch_client_callout (in libdispatch.dylib)
 14  0x00007fff8f537b26 dispatch_once_f (in libdispatch.dylib)
 15  0x0000000113ebc3ed +[LAFImportListViewController sharedInstance] at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFImportListViewController.m:25 (in Auto-Importer)
 16  0x0000000113eaee6d -[LAFProjectsInspector showImportList:] at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectsInspector.m:207 (in Auto-Importer)
 17  0x0000000113eae4fe -[LAFProjectsInspector importAction:] at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFProjectsInspector.m:188 (in Auto-Importer)
 18  0x00007fff90dd2cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
 19  0x00007fff90cc4244 _CFXNotificationPost (in CoreFoundation)
 20  0x00007fff98c82c31 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
 21  0x00000001036bf9de -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] (in DVTFoundation)
 22  0x0000000113eb4f7a lafHotKeyHandler at /Users/hernan/Library/Application Support/Alcatraz/Plug-ins/Auto-Importer/AutoImporter/AutoImporter/LAFAutoImporter.m:22 (in Auto-Importer)
 23  0x00007fff9752a98c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (in HIToolbox)
 24  0x00007fff97529dce SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (in HIToolbox)
 25  0x00007fff97529c42 SendEventToEventTargetWithOptions (in HIToolbox)
 26  0x00007fff9755f8ae ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) (in HIToolbox)
 27  0x00007fff9752b0b5 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (in HIToolbox)
 28  0x00007fff97529dce SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (in HIToolbox)
 29  0x00007fff9753e8f6 SendEventToEventTarget (in HIToolbox)
 30  0x00007fff9525cb15 -[NSApplication sendEvent:] (in AppKit)
 31  0x00000001046f5dd4 -[IDEApplication sendEvent:] (in IDEKit)
 32  0x00007fff950e9608 -[NSApplication run] (in AppKit)
 33  0x00007fff950d4a14 NSApplicationMain (in AppKit)
 34  0x00007fff8f6f75c9 start (in libdyld.dylib)
 35  0x0000000000000001

abort() called

Application Specific Signatures:
NSInternalInconsistencyException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff90e1666c __exceptionPreprocess + 172
1   DVTFoundation                       0x00000001036de764 DVTFailureHintExceptionPreprocessor + 194
2   libobjc.A.dylib                     0x00007fff8e6b476e objc_exception_throw + 43
3   CoreFoundation                      0x00007fff90e1651d +[NSException raise:format:] + 205
4   AppKit                              0x00007fff95159b9d -[NSNib initWithNibNamed:bundle:] + 347
5   AppKit                              0x00007fff954e6ed6 -[NSViewController _nibWithName:bundle:] + 106
6   AppKit                              0x00007fff95279784 -[NSViewController loadView] + 125
7   AppKit                              0x00007fff954e4417 -[NSViewController _loadViewIfRequired] + 75
8   AppKit                              0x00007fff951b49b1 -[NSViewController view] + 30
9   Auto-Importer                       0x0000000113ebd0c0 -[LAFImportListViewController currentListView] + 96
10  Auto-Importer                       0x0000000113ebccae -[LAFImportListViewController loadImportListView] + 382
11  Auto-Importer                       0x0000000113ebc81d -[LAFImportListViewController init] + 125
12  Auto-Importer                       0x0000000113ebc442 __45+[LAFImportListViewController sharedInstance]_block_invoke + 50
13  libdispatch.dylib                   0x00007fff8f537c13 _dispatch_client_callout + 8
14  libdispatch.dylib                   0x00007fff8f537b26 dispatch_once_f + 117
15  Auto-Importer                       0x0000000113ebc3ed +[LAFImportListViewController sharedInstance] + 141
16  Auto-Importer                       0x0000000113eaee6d -[LAFProjectsInspector showImportList:] + 2349
17  Auto-Importer                       0x0000000113eae4fe -[LAFProjectsInspector importAction:] + 558
18  CoreFoundation                      0x00007fff90dd2cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
19  CoreFoundation                      0x00007fff90cc4244 _CFXNotificationPost + 3140
20  Foundation                          0x00007fff98c82c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
21  DVTFoundation                       0x00000001036bf9de -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
22  Auto-Importer                       0x0000000113eb4f7a lafHotKeyHandler + 186
23  HIToolbox                           0x00007fff9752a98c _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1260
24  HIToolbox                           0x00007fff97529dce _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
25  HIToolbox                           0x00007fff97529c42 SendEventToEventTargetWithOptions + 43
26  HIToolbox                           0x00007fff9755f8ae _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1762
27  HIToolbox                           0x00007fff9752b0b5 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 3093
28  HIToolbox                           0x00007fff97529dce _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
29  HIToolbox                           0x00007fff9753e8f6 SendEventToEventTarget + 40
30  AppKit                              0x00007fff9525cb15 -[NSApplication sendEvent:] + 1819
31  IDEKit                              0x00000001046f5dd4 -[IDEApplication sendEvent:] + 924
32  AppKit                              0x00007fff950e9608 -[NSApplication run] + 711
33  AppKit                              0x00007fff950d4a14 NSApplicationMain + 1832
34  libdyld.dylib                       0x00007fff8f6f75c9 start + 1
35  ???                                 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff93464286 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff979b0b53 abort + 129
2   com.apple.dt.IDEKit             0x0000000104929d86 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1510
3   com.apple.dt.IDEKit             0x000000010492b008 -[IDEAssertionHandler handleUncaughtException:] + 1077
4   com.apple.dt.IDEKit             0x000000010492b0d7 IDEHandleUncaughtException + 94
5   com.apple.CoreFoundation        0x00007fff90e16b1e __handleUncaughtException + 718
6   libobjc.A.dylib                 0x00007fff8e6b87cd _objc_terminate() + 94
7   libc++abi.dylib                 0x00007fff970a20a1 std::__terminate(void (*)()) + 8
8   libc++abi.dylib                 0x00007fff970a2113 std::terminate() + 51
9   libobjc.A.dylib                 0x00007fff8e6b85ff objc_terminate + 9
10  libdispatch.dylib               0x00007fff8f537c27 _dispatch_client_callout + 28
11  libdispatch.dylib               0x00007fff8f537b26 dispatch_once_f + 117
12  com.luisfloreani.Auto-Importer  0x0000000113ebc3ed +[LAFImportListViewController sharedInstance] + 141 (once.h:68)
13  com.luisfloreani.Auto-Importer  0x0000000113eaee6d -[LAFProjectsInspector showImportList:] + 2349 (LAFProjectsInspector.m:232)
14  com.luisfloreani.Auto-Importer  0x0000000113eae4fe -[LAFProjectsInspector importAction:] + 558 (LAFProjectsInspector.m:203)
15  com.apple.CoreFoundation        0x00007fff90dd2cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
16  com.apple.CoreFoundation        0x00007fff90cc4244 _CFXNotificationPost + 3140
17  com.apple.Foundation            0x00007fff98c82c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
18  com.apple.dt.DVTFoundation      0x00000001036bf9de -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
19  com.luisfloreani.Auto-Importer  0x0000000113eb4f7a lafHotKeyHandler + 186 (LAFAutoImporter.m:29)
20  com.apple.HIToolbox             0x00007fff9752a98c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1260
21  com.apple.HIToolbox             0x00007fff97529dce SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
22  com.apple.HIToolbox             0x00007fff97529c42 SendEventToEventTargetWithOptions + 43
23  com.apple.HIToolbox             0x00007fff9755f8ae ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1762
24  com.apple.HIToolbox             0x00007fff9752b0b5 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 3093
25  com.apple.HIToolbox             0x00007fff97529dce SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
26  com.apple.HIToolbox             0x00007fff9753e8f6 SendEventToEventTarget + 40
27  com.apple.AppKit                0x00007fff9525cb15 -[NSApplication sendEvent:] + 1819
28  com.apple.dt.IDEKit             0x00000001046f5dd4 -[IDEApplication sendEvent:] + 924
29  com.apple.AppKit                0x00007fff950e9608 -[NSApplication run] + 711
30  com.apple.AppKit                0x00007fff950d4a14 NSApplicationMain + 1832
31  libdyld.dylib                   0x00007fff8f6f75c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff93465232 kevent64 + 10
1   libdispatch.dylib               0x00007fff8f53aa6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 5:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff9345f4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9345e64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff90d26b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff90d25ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff90d25858 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff8bd2cc80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
7   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff9345f4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9345e64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff90d26b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff90d25ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff90d25858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff98cea849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   com.apple.DTDeviceKitBase       0x000000010d82edf8 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 970
7   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
8   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
10  libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 15:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff934643fa __select + 10
1   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
2   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
3   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff9345f4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9345e64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff90d26b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff90d25ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff90d25858 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff9525933b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 17:: DYMobileDeviceManager
0   libsystem_kernel.dylib          0x00007fff9345f4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9345e64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff90d26b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff90d25ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff90d25858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff98cea849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   com.apple.Foundation            0x00007fff98de624f -[NSRunLoop(NSRunLoop) run] + 74
7   com.apple.GPUToolsMobileFoundation  0x00000001162c09eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
9   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
11  libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 18:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 19:
0   libsystem_kernel.dylib          0x00007fff93464136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x000000010d2010fe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 20:
0   libsystem_kernel.dylib          0x00007fff93464136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x000000010d2010fe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 21:
0   libsystem_kernel.dylib          0x00007fff93464136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x000000010d2010fe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 22:
0   libsystem_kernel.dylib          0x00007fff93464136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x000000010d2010fe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 23:
0   libsystem_kernel.dylib          0x00007fff93464136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x000000010d2010fe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
2   com.apple.Foundation            0x00007fff98ce890a __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 24:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 25:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 26:
0   libsystem_kernel.dylib          0x00007fff9346494a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9452a40d start_wqthread + 13

Thread 27:

Thread 28:
0   libsystem_kernel.dylib          0x00007fff9345f4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9345e64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff90d26b34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff90d25ffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff90d25858 CFRunLoopRunSpecific + 296
5   com.apple.CoreFoundation        0x00007fff90ddbef1 CFRunLoopRun + 97
6   com.apple.DebugSymbols          0x00007fff97828b8f SpotlightQueryThread(void*) + 463
7   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 29:
0   libsystem_kernel.dylib          0x00007fff9346448a __semwait_signal + 10
1   com.apple.CoreSymbolication     0x00007fff96338f27 0x7fff96326000 + 77607
2   libsystem_pthread.dylib         0x00007fff9452c268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff9452c1e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff9452a41d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5c6f1088  rdx: 0x0000000000000000
  rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5c6f10b0  rsp: 0x00007fff5c6f1088
   r8: 0x0000000000001fff   r9: 0x00007fc9e0638bc0  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff8e6af440  r13: 0x00007fc9eb74fdc0  r14: 0x00007fff7b077300  r15: 0x00007fc9e061f000
  rip: 0x00007fff93464286  rfl: 0x0000000000000206  cr2: 0x00007fff7b778fd8

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


Binary Images:
       0x10350d000 -        0x10350dff7  com.apple.dt.Xcode (6.2 - 6776) <C27A6225-169F-3455-B22B-A1E03618C05F> /Applications/Xcode.app/Contents/MacOS/Xcode
       0x103517000 -        0x103948ff7  com.apple.dt.DVTFoundation (6.2 - 6760) <744EF7FB-1E90-3198-B4F4-2BE25F88A44B> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
       0x103b04000 -        0x103e0dfff  com.apple.dt.DVTKit (6.2 - 6760) <45F07C1C-212F-33E0-8882-8DB1922C0B68> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
       0x103ff0000 -        0x104423ff7  com.apple.dt.IDEFoundation (6.2 - 6776) <FBFC37A6-A35E-3E15-8665-C15B3D79FDBC> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
       0x1046dc000 -        0x104f1dff7  com.apple.dt.IDEKit (6.2 - 6776) <08B66E59-E6A4-3122-8F5F-31B253F33D1E> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
       0x1054c5000 -        0x1054e2ff7  com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) <FDAACD93-9243-340D-AB68-B54CA5FE413C> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
       0x105502000 -        0x105540ff7  com.apple.framework.ConfigurationProfiles (7.0 - 742) <6C1F3738-453F-368D-8962-7FB81BCA0DFD> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
       0x105565000 -        0x105566fff  libsysmon.dylib (78.10.1) <1D1D6867-B855-3504-B4CD-45E789122B1B> /usr/lib/libsysmon.dylib
       0x10556e000 -        0x106001fff +libclang.dylib (600.0.57) <91C9D73F-B11F-303F-81DF-3004904DB145> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
       0x1061a0000 -        0x1061d4ff7  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <43E8BDB2-EA18-3A04-8A7C-265A26ED92B7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
       0x1061ff000 -        0x106214fff  com.apple.DADocSetManagement (6.2 - 6742) <DCB9E102-F9BD-3E24-887A-4E9B93CDEBF6> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
       0x106228000 -        0x106229ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <D6A9E4BC-B488-3A25-AB1F-C52703E636F3> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
       0x106235000 -        0x10625eff7  com.apple.dt.instruments.DTGraphKit (6.2 - 56700) <85F729FB-1B4B-3C9A-8878-FF552593D988> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
       0x106279000 -        0x1062c1ff7  com.apple.DADocSetAccess (6.2 - 6742) <1A3C0036-9609-3009-B8DC-3466082ECAE3> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
       0x1065ed000 -        0x1065edfff  com.apple.IOPlatformPluginFamily (1.0 - 1) <1E338811-EEE7-3EC7-8035-70CDFF698297> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
       0x1065f9000 -        0x1065f9fff  com.apple.IDEPepperSupportUI (6.2 - 6747) <5A147D64-2405-3BA3-9D3E-2C6B9E484E1A> /Applications/Xcode.app/Contents/PlugIns/IDEPepperSupportUI.ideplugin/Contents/MacOS/IDEPepperSupportUI
       0x1090d1000 -        0x1090d1fef +cl_kernels (???) <07EB4580-C7BE-4F2E-A7DA-26DBE8F23C50> cl_kernels
       0x1090df000 -        0x1090dfff5 +cl_kernels (???) <3CED2CED-5706-4BFE-84C4-8146FEDF865C> cl_kernels
       0x1090e1000 -        0x1091c7fef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x109f79000 -        0x109fb5ff7  com.apple.CoreSimulator (117.5.4 - 117.5.4) <3D350B44-B388-3F62-BA46-31CEE3A0758A> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
       0x109fd8000 -        0x109fe5fff  com.apple.dt.IDELanguageSupportCore (6.2 - 6749) <B0941524-D26B-3509-BE84-EE7272E71166> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
       0x109ff3000 -        0x10a04cff7  com.apple.sourcekitd (1.0 - 600.0.57.4) <C654B65D-BB08-3EF5-9D11-FBE6861DE1C4> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
       0x10a074000 -        0x10a0b0fff  com.apple.dt.dbg.DebuggerFoundation (6.2 - 6751) <DB757964-241E-3BDA-A6D4-D9D5C50F582F> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
       0x10a0ed000 -        0x10a0eefff  libpanel.5.4.dylib (44) <FB699180-AF56-34A8-90C7-8C0DC748F22B> /usr/lib/libpanel.5.4.dylib
       0x10a0f3000 -        0x10a111fff  libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
       0x10a122000 -        0x10a12afff  com.apple.DevToolsFoundation (8.2 - 6728) <B2C25E3E-94FD-36D5-8B68-CBA592BD4F81> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x10a135000 -        0x10a136ff7  com.apple.dt.dbg.DebuggerLLDBService (6.2 - 6751) <532D5CDC-7237-317E-AB8E-B3B14840469A> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
       0x10a28d000 -        0x10a31bff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 6751) <669F6140-1417-3129-B5B7-F03D391978BE> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
       0x10a379000 -        0x10a41cff7  com.apple.dt.IBFoundation (1.0 - 6751) <3C236911-D0C7-3DCF-A3D2-193A0BD95EDE> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
       0x10a490000 -        0x10a4daff7  com.apple.CoreThemeDefinition (2.0 - 182) <11BB8A48-8C00-3C63-BBF1-2BF8FE612B2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
       0x10a512000 -        0x10a559ff7  com.apple.dt.dbg.DebuggerLLDB (6.2 - 6751) <F00DB9AB-B3B0-31E6-95F4-E5E79C3A9BEA> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
       0x10a58c000 -        0x10c650fcb  com.apple.LLDB.framework (1.320.4.160 - 320.4.160) <35088E53-4D68-3193-B12D-E0B364409504> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
       0x10cf0f000 -        0x10d000ff7  org.python.python (2.7.6 - 2.7.6) <A5C1B694-31A0-3966-B6BC-C40694DC707F> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x10d066000 -        0x10d0a2fff  com.apple.dt.IDE.Xcode3Core (6.2 - 6728) <3173DF1E-3CAB-3077-A3E7-547E7D133CE7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
       0x10d0c8000 -        0x10d428fff  com.apple.Xcode.DevToolsCore (8.2 - 6728) <D33A6E21-51DE-396D-87AB-D7748C75C5E1> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
       0x10d5c5000 -        0x10d5fcfff  com.apple.Xcode.DevToolsSupport (8.2 - 6728) <23D63096-EAD9-39FA-B2E8-BB9AAE5FD272> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x10d70d000 -        0x10d70eff7  com.apple.dt.IBLanguageSupport (1.0 - 1) <492E0487-B023-390E-9616-0C17E75535A7> /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport
       0x10d724000 -        0x10d79dff7  com.apple.dt.IDE.IDEiOSSupportCore (6.2 - 6760) <9011E786-B03B-3EFC-8761-42354C11C330> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
       0x10d7e7000 -        0x10d7f8ff7  com.apple.DVTiPhoneSimulatorRemoteClient (6.2 - 6760) <8B23A266-2097-3F4B-8C0A-08FE4528D65B> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
       0x10d80a000 -        0x10d88afff  com.apple.DTDeviceKitBase (6.2 - 6760) <17FAF496-5877-3575-9E53-57511F934826> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
       0x10d8dd000 -        0x10d9f7ff7  com.apple.mobiledevice (757.5.6.1.1 - 757.5.6.1.1) <8444BF86-66FC-3A07-A53A-035DA1F0E618> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
       0x10da74000 -        0x10da8dfff  com.apple.DeviceLinkX (5.0 - 264) <D86F03AF-EAB0-33B4-B21B-0EB0A85E1258> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
       0x10da9d000 -        0x10dad3ff7  libssl.0.9.8.dylib (52.10.1) <4A2D6ECA-A07E-38B5-98D4-315A4A1E8CE6> /usr/lib/libssl.0.9.8.dylib
       0x10dae9000 -        0x10db29fff  com.apple.dt.IDE.iCloudSupport (6.2 - 6751) <D04A239B-F11D-3E08-A803-EB016DC80B3F> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
       0x10db63000 -        0x10dbcfff7  com.apple.dt.IDE.IDEDocViewer (6.2 - 6751) <02566DDE-C91B-385D-B2BB-3D45ABD9350C> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
       0x10dca8000 -        0x10dcabfff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <CE27A9A9-888F-360C-A038-B756E4C0F253> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
       0x10dcb4000 -        0x10dcbbff7  com.apple.dt.IDE.HexEditor (6.2 - 6751) <328DDC97-2F1A-3447-819A-E24FA3F440A5> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
       0x10dcc5000 -        0x10dcf3ff7 +com.ridiculousfish.HexFiendFramework (6.2 - 6751) <472A7A80-1731-3028-BC05-3D0D04AC2778> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
       0x10dd1a000 -        0x10dde8fff  com.apple.dt.dbg.DebuggerUI (6.2 - 6751) <1645A20B-3B6D-3B03-B618-8115C50974E5> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
       0x10de95000 -        0x10e2d9ff7  com.apple.SceneKit (5.0 - 260.7.1) <61A4433D-A28A-37FF-BF20-1D69EDE78AF8> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
       0x10e682000 -        0x10e6a1fff  com.apple.dt.IDE.IDEQuickHelp (6.2 - 6751) <1962D21E-A5CE-35C2-9EF1-70434E8855B7> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
       0x10e6be000 -        0x10ebd8ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (6.2 - 6751) <FFE63879-E57C-322A-A454-CFAA24F0FDCB> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
       0x10ef7e000 -        0x10ef83ff7  com.apple.dt.gpu.GPUTraceDebugger (6.2 - 16740) <1C838DE8-0F00-3E9E-9F34-D0C381B87145> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
       0x10ef8b000 -        0x10ef96fff  com.apple.dt.gpu.GPUDebuggerKit (6.2 - 16740) <F7E96F49-988F-3F94-9715-E7FBED78F9E1> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
       0x10efca000 -        0x10efcbff7 +liblaunch_sim.dylib (560.5.16) <090A21B2-B81C-3222-984D-42E31C6D235C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x10efda000 -        0x10f009fff  com.apple.dt.gpu.GPUDebuggerFoundation (6.2 - 16740) <9A9BA19F-BB80-300E-8092-ABF2CBD38B01> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
       0x10f035000 -        0x10f073ffb  com.apple.GPUToolsCore (1.0 - 16740) <2E511BCB-4069-3D9E-9630-DC7417DA9BA1> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
       0x10f0a7000 -        0x10f0dbffb  com.apple.GPUTools (1.0 - 16740) <AF8604E7-FFD1-395E-B8C8-42E67B2D87D5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
       0x10f106000 -        0x10f1d5ff7  com.apple.GPUToolsServices (1.0 - 16740) <99A2960C-BA23-356F-A354-684993EF7810> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
       0x10f23d000 -        0x10f242ffb  com.apple.GPUToolsInterface (1.0 - 16740) <3B550E9D-F4FB-361B-BD54-55D4ABA84931> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
       0x10f24a000 -        0x10f272ff3  com.apple.GLToolsInterface (1.0 - 16740) <6AD939B7-4423-3F52-BADA-79D7EE41E07E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
       0x10f290000 -        0x10f313ff7  com.apple.GLToolsCore (1.0 - 16740) <75C756E8-AA6E-3B15-916C-C099BFF2F684> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
       0x10f331000 -        0x10f342ff3  com.apple.GLTools (1.0 - 16740) <AAC7E1DC-56C2-3265-A974-59D95B9A0548> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
       0x10f34a000 -        0x10f3a0ff3  com.apple.GLToolsServices (1.0 - 16740) <10EDA28F-6061-3A11-8374-DFCB480D1142> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
       0x10f3e6000 -        0x10f46dff7  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16740) <C9B96A9A-9F3B-3C6C-B2A5-4EEF7E595298> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
       0x10f531000 -        0x10f59ffff  com.apple.dt.gpu.GPUTraceDebuggerUI (6.2 - 16740) <1109E244-39EE-3CCD-B888-A41A09BEB285> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
       0x10f5ec000 -        0x10f794ff7  com.apple.dt.IDE.Xcode3UI (6.2 - 6728) <1F1DEA50-2987-393F-BC66-1BC4FE0DA20B> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
       0x10fab3000 -        0x10fb74fff  com.apple.dt.IDE.IDESourceEditor (6.2 - 6751) <C7E35D80-3212-32C8-B368-8D6F52303217> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
       0x110913000 -        0x11091aff7  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16739) <964D23D9-7D26-3702-96DD-E3C8939270A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
       0x110921000 -        0x110946ffb  com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <F82DA480-3D5E-3FC3-8827-20FF854EA41F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
       0x11094e000 -        0x110956fff  com.apple.dt.IDE.IDEOSXSupportCore (6.2 - 6748) <6C7A2425-470F-3239-A03F-160B64CF12AE> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
       0x110fbe000 -        0x110fe3ff7  com.apple.DiscRecordingUI (9.0 - 9000.4.2) <F1DC628C-5B6F-3AB5-912E-81DB1A9F0FA3> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
       0x111004000 -        0x111046ff7  com.apple.glut (3.6.2 - GLUT-3.6.2) <48FFD2D2-8347-3E09-88EE-53DF5DB912A0> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
       0x1110ba000 -        0x1110c9fff  com.apple.DTDeviceKit (4.2 - 6760) <1B382FF5-7CFD-3CDD-8582-5DACA4A4BF32> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
       0x1110d9000 -        0x111135fff  com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (6.2 - 3737) <87A63DC3-8ECD-3D21-9DA7-00B8C4FFD572> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
       0x112cf0000 -        0x112cf4fff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25) <D7562B22-F5ED-3FD6-894E-4F4876DE14FF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x112cf9000 -        0x112d05ff3  com.apple.MTLToolsCore (1.0 - 1) <93C39588-485D-3176-9AFF-1BB5EF8F3DB6> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
       0x112d10000 -        0x112d11ff3  com.apple.MTLTools (1.0 - 1) <3748F955-5610-3EA4-B089-2A615750C3A8> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
       0x112d79000 -        0x112dbcff7  com.apple.dt.IDE.IDEiPhoneSupport (6.2 - 6760) <8E560D32-4BF8-31DD-96E6-052BF3522CF3> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
       0x112dfc000 -        0x112e00ff7  com.apple.dt.IDEIODebugGaugesCore (6.2 - 6751) <812ACE35-9F9F-39E6-BD2C-632713F0623B> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
       0x112e0a000 -        0x112e17ff7  com.apple.dt.IDEIODebugGaugesUI (6.2 - 6751) <047BF344-088E-3220-AEE4-2FC0FFA7CED5> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
       0x112e51000 -        0x112e52ff7 +com.stefanlage.XQuit (1.0 - 1) <0102E3FB-C291-32AD-8A65-CC1642A55E9C> /Users/USER/Library/Application Support/Developer/*/XQuit
       0x112e56000 -        0x112e58fff +ru.DeepIT.XcodeColors (1.0.9 - 109) <289B61E7-CDA6-3236-8DA8-158A8B651776> /Users/USER/Library/Application Support/Developer/*/XcodeColors
       0x112e5c000 -        0x112e6cff7 +com.onevcat.VVDocumenter-Xcode (1.0 - 1) <634ACCAA-D395-365A-8F2D-46E504C3EDAF> /Users/USER/Library/Application Support/Developer/*/VVDocumenter-Xcode
       0x112e82000 -        0x112e83ff7 +com.tyeen.xcplugin.SwipeGestureSwitcher (1.0 - 1) <72BA90EB-C39E-3BBF-AAD4-49F3B1D8B480> /Users/USER/Library/Application Support/Developer/*/SwipeGestureSwitcher
       0x112e87000 -        0x112e8eff7 +com.ud7.RRConstraintsPlugin (2.2 - 5) <5D9B515D-E04C-3AA4-BBE8-8B8BBF675EFF> /Users/USER/Library/Application Support/Developer/*/RRConstraintsPlugin
       0x112e9b000 -        0x112ea9fff +com.omz-software.OMColorSense (1.0.1 - 1.0.1) <54A05D42-AF2F-32B5-89AB-EA3C7533694F> /Users/USER/Library/Application Support/Developer/*/OMColorSense
       0x112eb6000 -        0x112ebaff7 +by.idev.Backlight (1.1 - 1.1) <4675A503-35FF-3BE5-AE44-FC10C03800EF> /Users/USER/Library/Application Support/Developer/*/Backlight
       0x113148000 -        0x113315fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.2 - 6751) <50E08910-89FF-3644-A07A-668B7FEFEE3F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
       0x1134ae000 -        0x1136a6fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.2 - 6736) <691D8841-B3DF-3AA6-B61A-2E4D36BD2DD5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
       0x113796000 -        0x1139b0fff  com.apple.audio.units.Components (1.12 - 1.12) <95245456-EE5C-3D29-8E18-5E02E74A2683> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x113e6c000 -        0x113e76ff7 +com.ksuther.KSImageNamed (1.0 - 1) <FDE44B8A-2022-39F1-BB91-49C9762CEE6B> /Users/USER/Library/Application Support/Developer/*/KSImageNamed
       0x113e86000 -        0x113e8dfff +me.delisa.DerivedData-Exterminator (1.0 - 1) <07AD42E8-26AF-3AF7-96B3-6C97C2769144> /Users/USER/Library/Application Support/Developer/*/DerivedData Exterminator
       0x113e98000 -        0x113e9ffff +org.vu0.BBUFullIssueNavigator (1.0 - 1) <9F3D0F90-BA7D-322F-94BE-0CF589A5AB3B> /Users/USER/Library/Application Support/Developer/*/BBUFullIssueNavigator
       0x113ea9000 -        0x113ee1ff7 +com.luisfloreani.Auto-Importer (1.0 - 1) <DF2EAC73-6266-34E5-8CE8-B71F8C9CAFE9> /Users/USER/Library/Application Support/Developer/*/Auto-Importer
       0x113f10000 -        0x113f27ff7 +com.mneorr.Alcatraz (1.0 - 1) <5417B22F-BB7C-3484-8C05-213F0E5F833B> /Users/USER/Library/Application Support/Developer/*/Alcatraz
       0x113f47000 -        0x113f49fff  com.apple.XCPepperSupport (1.0 - 1) <BB98EBFA-7542-3E25-A584-90B3EAEBBB1C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCPepperSupport.xcplugin/Contents/MacOS/XCPepperSupport
       0x113f4e000 -        0x113f5efff  com.apple.dt.XCLanguageSupport (6.2 - 6749) <F517043C-7BAA-3C9D-B5A0-9FF9D56C8D74> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
       0x113f6c000 -        0x113f6cfff  com.apple.Metal (1.0 - 1) <EC29729F-D0EA-35BA-92CB-D72EFE5FDE4E> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
       0x113f70000 -        0x113f7afff  com.apple.xcode.plug-in.CoreBuildTasks (8.2 - 6728) <339FFC5A-7048-356D-B843-A6168E92068D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
       0x113f82000 -        0x113f82ff7  com.apple.xcode.compilers.coredata (8.2 - 6728) <CED3616A-C773-3A0B-8C98-BDF1D56143B7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
       0x113f86000 -        0x113f86ff7  com.apple.compilers.clang (8.2 - 6728) <F458664D-872E-3B92-8F63-2C4D7D18FC98> /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
       0x113f8a000 -        0x113f8dff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <D533BB0C-055C-3911-8B4A-9BA633A42D88> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
       0x113fb3000 -        0x113fb4ff7  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <5A27B554-D2CD-3A62-949F-7B0E58C656BC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
       0x114041000 -        0x114117ff7  com.apple.dt.IDELanguageSupportUI (6.2 - 6749) <A0F18E38-B950-3072-8CF5-5BA4A2C92036> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
       0x1141bc000 -        0x1141c4ff7  com.apple.dt.DVTPlaygroundCommunication (1.0 - 6751) <D5EA8DF6-1F57-3E15-85F9-6A82D0E3B24B> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
       0x1141d8000 -        0x1141d8ff7  com.apple.dt.IDE.IDEAppleScriptEditor (6.2 - 6751) <3D2175F1-2638-3A0A-9415-8C1ABAEB1F2D> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
       0x114e65000 -        0x114e6aff7  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <5DD5EE88-8F7F-3092-B257-77F5D194BD5E> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
       0x114e73000 -        0x114f0efff  com.apple.XCSCore (1.0 - 1) <60CDAFCE-891C-34DF-9DCF-04B3956D8DA9> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
       0x114f73000 -        0x115020ff7  com.apple.dt.XCSUI (1.0 - 1) <2256D1A4-3BBF-3F58-8A68-D409063F2F71> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
       0x1150c8000 -        0x1150e8ffb  com.apple.MTLToolsServices (1.0 - 1) <CA34CFF3-1D5A-3F48-BCA4-93EC2B6135B7> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
       0x115103000 -        0x115136fff  com.apple.MTLToolsShaderProfiler (1.0 - 16739) <4A34B28E-F7F9-355E-8C37-94B90F7D188A> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
       0x115160000 -        0x115176fff  com.apple.dt.IDE.IDESubversion (6.2 - 6751) <053510E2-0B4D-37D0-8B1A-5AF5FCE36859> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
       0x115184000 -        0x1151a0ff7  com.apple.dt.IDE.IDEGit (6.2 - 6751) <EBEFBB1D-FC67-37E6-B409-C7CF9DB98E7B> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
       0x11560e000 -        0x115614ff7  com.apple.dt.IDE.IDEInstrumentsService (6.2 - 6751) <CDE1D468-655A-32C6-A315-168432E9873D> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
       0x115636000 -        0x115637ff7  com.apple.dt.IDE.IDEAppleScriptCore (6.2 - 6751) <39E22D78-0D63-3031-A647-DE87716D9430> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
       0x1156f2000 -        0x1156f2ffe +cl_kernels (???) <286A1222-D95F-4271-9AD7-3135D341CD43> cl_kernels
       0x115e20000 -        0x115e8cff7  com.apple.dt.gpu.GPURenderTargetEditor (6.2 - 16740) <3C2DD313-C8A7-3552-91C1-8D2406B73475> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
       0x115ed0000 -        0x115ed9ff7  com.apple.dt.PlistEditor (6.2 - 6751) <DDAEBF73-6F49-3D38-9989-74E3C03F2A59> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
       0x115ee5000 -        0x115efafff  com.apple.dt.IDE.IDERTFEditor (6.2 - 6751) <B892D950-78EE-38C3-AAB1-785EAE9CA63F> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
       0x115f0c000 -        0x11615dfff  com.apple.dt.gpu.GPUDebuggeriOSSupport (6.2 - 16740) <48230C93-6DDC-3FFC-AA66-5AA26EEAB557> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
       0x1161d0000 -        0x1161d0fff  com.apple.GLToolsMobileFoundation (1.0 - 16739) <520C0C96-AC37-3448-965E-AEC9A3D65E8C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
       0x1161d5000 -        0x11623cffb  com.apple.GLToolsExpert (1.0 - 16739) <C26926B4-EBD2-3B26-82B7-18FF43D1F015> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
       0x116278000 -        0x116284fff  com.apple.GPUToolsShaderProfiler (1.0 - 16740) <C17C3DF2-7AE9-3F8E-AEA5-9C0759026AE5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
       0x116293000 -        0x1162abff3  com.apple.GLToolsShaderProfiler (1.0 - 16740) <74CCEF8A-D401-38B0-B80D-35B6C5A15901> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
       0x1162b8000 -        0x1162ccffb  com.apple.GPUToolsMobileFoundation (1.0 - 16739) <BB6DB111-4B74-3F8B-AD78-B9A2DE0BFF0A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
       0x1162e0000 -        0x1162edff7  com.apple.dt.IDE.IDEQuickLookEditor (6.2 - 6751) <234C6365-9476-3EC3-9FBD-D55C4A265962> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
       0x1162fe000 -        0x116305ff7  com.apple.dt.ScriptingDefinitionEditor (6.2 - 6751) <7450BFBB-6376-39A6-96B0-A9B41B24DD7F> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
       0x11630d000 -        0x1163eefff  com.apple.dt.IDE.IDEModelEditor (6.2 - 6751) <5B8D76F4-9075-3D5A-B82A-2397017C7E39> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
       0x116485000 -        0x1164fefff  com.apple.dt.IDE.IDEModelFoundation (6.2 - 6751) <66CDD101-BDAA-35CE-A6F9-BECF39681DC7> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
       0x116555000 -        0x116559ff7  com.apple.dt.IDE.IDEPDFViewer (6.2 - 6751) <7A10160C-4CD1-3C5D-BA07-46AA4114EAE7> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
       0x116561000 -        0x1165b2fff  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <21315F18-A679-3455-BF72-190FD1E98A84> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
       0x1165e4000 -        0x11674afff  com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
       0x1167e1000 -        0x116837ff7  com.apple.PhysicsKit (1.0 - 1) <F7CF543C-70F5-312F-B230-D09349848EAD> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
       0x116864000 -        0x11688bff7  com.apple.GLKit (1.0 - 27) <AFCF7EC6-B06D-316C-842C-DAE5FFA115F9> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
       0x1168af000 -        0x1168d5ff7  com.apple.audio.OpenAL (1.8 - 1.8) <B05578A8-FE08-310C-BF91-C1BDE10858CD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x1168e7000 -        0x11693dff7  com.apple.dt.IDE.IDESceneKitEditor (6.2 - 6745) <AD7D6D07-3FFE-3951-877F-6C1D5B2AF7BD> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
       0x116a8e000 -        0x116c10fff  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 16740) <15B4C70D-57E4-3463-B8F1-F228BFE8BBF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
       0x116c25000 -        0x116c59ff7  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 16739) <BA161103-0D51-3022-A92C-BB2FC966427E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
       0x116c69000 -        0x116c91ff3  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 16739) <E1AFAD22-F4F5-3B57-8853-767ECC3276E6> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
       0x117203000 -        0x1173d1fff  com.apple.dt.gpu.GPUDebuggerMTLSupport (6.2 - 16739) <D2729A62-F3C5-397E-A828-AFF1210F9003> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
    0x7fff660ff000 -     0x7fff66135837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff896c2000 -     0x7fff896f5ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff89710000 -     0x7fff897bffe7  libvMisc.dylib (516) <A82F9FE8-70ED-3BC9-9184-1A2B9EE3C010> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff897c0000 -     0x7fff89ce9ff7  com.apple.QuartzComposer (5.1 - 325.1) <ABCC8B0F-9961-37D3-B231-9F2B9E027411> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff89cea000 -     0x7fff89cfcff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff89cfd000 -     0x7fff89d04fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff89d05000 -     0x7fff8a135fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8a136000 -     0x7fff8a166ff7  libncurses.5.4.dylib (44) <F09809A4-53B9-3E91-A8FA-D3F584C03AA3> /usr/lib/libncurses.5.4.dylib
    0x7fff8a167000 -     0x7fff8a16aff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8a22a000 -     0x7fff8a22dfff  com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8a26e000 -     0x7fff8a28ffff  com.apple.framework.Apple80211 (10.1 - 1010.64) <A7378C4B-FFD3-35B9-93E8-0534A2A7B51F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8a290000 -     0x7fff8a2dcff7  com.apple.corelocation (1486.17 - 1615.21.1) <B81BC475-E215-3491-A750-8B23F05ABF5B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8a2dd000 -     0x7fff8a48dff7  com.apple.QuartzCore (1.10 - 361.15) <72A78C43-30DF-3748-9015-4B28119DB27B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8a48e000 -     0x7fff8a48efff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8a48f000 -     0x7fff8a4f6ffb  com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8a65c000 -     0x7fff8a660fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8a6a2000 -     0x7fff8a6a4fff  libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8a6bd000 -     0x7fff8a6daffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8a6db000 -     0x7fff8a717ff7  com.apple.OSAKit (1.5 - 102) <3953CB35-32D3-3578-9663-2208828FF54F> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x7fff8a718000 -     0x7fff8a790ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8a791000 -     0x7fff8a79dff7  com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8a79e000 -     0x7fff8a812ff3  com.apple.securityfoundation (6.0 - 55126) <DEC91795-7754-334A-8CDA-B429F41B922D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8a813000 -     0x7fff8a816ff7  com.apple.UniversalAccessCore (7.0 - 236.30) <CFB32F40-9C9E-3917-96A5-809F7B8C7672> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Frameworks/UniversalAccessCore.framework/Versions/A/UniversalAccessCore
    0x7fff8a818000 -     0x7fff8a838fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8a839000 -     0x7fff8a8b1fff  com.apple.AVKit (1.1 - 214.9) <A7052EED-5EE4-3543-99D1-9C8A425E4068> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff8a8b2000 -     0x7fff8ac1dfff  com.apple.VideoToolbox (1.0 - 1562.107) <2EAFB008-7F19-34C2-A5A6-43B4CD35FEF3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8ac1e000 -     0x7fff8af05ffb  com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) <FD87F83F-301A-3BD6-8262-5692FC1B4457> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8af06000 -     0x7fff8afd8ff7  com.apple.PubSub (1.0.5 - 65.39) <9A915B29-496B-3653-B450-EB1B6EF2BBD7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8b0d5000 -     0x7fff8b0f3ff7  com.apple.addressbook.vCard (9.0 - 1563) <370F3435-855E-3C60-9CC9-B3F24AC1AF97> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff8b0f4000 -     0x7fff8b10aff7  com.apple.CoreMediaAuthoring (2.2 - 951) <3EAFC9D1-8D7C-30CF-92C7-903A5C241763> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8b10b000 -     0x7fff8b1fdff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8b1fe000 -     0x7fff8b247ff3  com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8b2e0000 -     0x7fff8b2e0fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8bc41000 -     0x7fff8bc64ff7  com.apple.idsfoundation (10.0 - 1000) <E603D03E-6EFF-375B-AC5E-1F888EDB2D49> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff8bc65000 -     0x7fff8bc7fff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8bc80000 -     0x7fff8bc8bfff  com.apple.AppSandbox (4.0 - 238.10.1) <4C171026-DC9A-3CEE-AB42-110859674F61> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8bc8c000 -     0x7fff8be8fff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <E550C671-930F-3B12-8798-23898473E179> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8be90000 -     0x7fff8be95fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8be96000 -     0x7fff8beb2ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8bf02000 -     0x7fff8bf5cff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8bf5d000 -     0x7fff8bf66fff  libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8c017000 -     0x7fff8c0b9ff7  com.apple.Bluetooth (4.3.2 - 4.3.2f6) <95676652-21AB-3FFA-B53D-EBC8BF4E913E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8c0ba000 -     0x7fff8c0c4fff  com.apple.IntlPreferences (2.0 - 150.1) <C62C6F4F-38B9-340B-82A6-1F82AFE1D724> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff8c0c5000 -     0x7fff8c0d9feb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8c0da000 -     0x7fff8c202ff7  com.apple.coreui (2.1 - 305.6.1) <B56EC212-73C1-326F-B78C-EB856386296E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8c203000 -     0x7fff8c233ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8c234000 -     0x7fff8c26ffff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c2cd000 -     0x7fff8c2cfffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8c2d0000 -     0x7fff8c2d2fff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8c2d3000 -     0x7fff8c2d3fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8c2d4000 -     0x7fff8c343fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8c401000 -     0x7fff8c42dfff  libsandbox.1.dylib (358.1.1) <BA84BDAF-2C59-3CED-8970-9FB029BD7442> /usr/lib/libsandbox.1.dylib
    0x7fff8c42e000 -     0x7fff8c439fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8c43a000 -     0x7fff8c5c8fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8c5c9000 -     0x7fff8c5d5ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8c5d6000 -     0x7fff8c5e5fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8c5e6000 -     0x7fff8c5e7fff  libSystem.B.dylib (1213) <90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib
    0x7fff8c5e8000 -     0x7fff8c604fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8c70a000 -     0x7fff8c77cff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <FDFB1FBE-6A0E-3D63-828C-CD53500FCB0F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8cd92000 -     0x7fff8cde6fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8cde7000 -     0x7fff8cf19ff7  com.apple.MediaControlSender (2.0 - 215.15) <454420EB-E6FE-3074-8D58-67471E1D61E5> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8cfb3000 -     0x7fff8cffdfff  com.apple.DiskManagement (7.1 - 847.1) <DC68FBAD-CAC1-30EA-B979-FFED401ADA21> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff8cffe000 -     0x7fff8d015ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8d06e000 -     0x7fff8d33dff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8d33e000 -     0x7fff8d38cfff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
    0x7fff8d38d000 -     0x7fff8d395fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff8d396000 -     0x7fff8d3f1fef  libTIFF.dylib (1232) <56D444B7-A37A-30BC-80B5-5E702FFAAAAB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8d495000 -     0x7fff8d4c6fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff8d4c7000 -     0x7fff8d4c9fff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8d4ca000 -     0x7fff8d4eeff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8d4f5000 -     0x7fff8d4fbfff  com.apple.BezelServicesFW (250.13 - 250.13) <A0FB0595-6806-3372-AFF5-E46B7374ABF5> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff8d4fc000 -     0x7fff8d50fff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8d510000 -     0x7fff8d516fff  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <58083E2E-BE1D-3C18-874C-94DB4F0DE835> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
    0x7fff8d517000 -     0x7fff8d53bff7  com.apple.facetimeservices (10.0 - 1000) <3DCF679D-B06D-3CB4-AE6E-FBC122959529> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x7fff8d55b000 -     0x7fff8d5fadf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8d5fb000 -     0x7fff8d603ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8d604000 -     0x7fff8d605fff  libUAPreferences.dylib (236.30) <BED62DEE-736F-33E4-BF0E-B1E4F4B77561> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
    0x7fff8d606000 -     0x7fff8d60cff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8d60d000 -     0x7fff8d6fffff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8d740000 -     0x7fff8d78dff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8d78e000 -     0x7fff8d7b5ff7  com.apple.shortcut (2.13 - 2.13) <0BA7C57A-C2FC-3DFC-83B2-CE6C33770B52> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8da4d000 -     0x7fff8dc32ff3  libicucore.A.dylib (531.31) <B08E00D5-13C6-3391-AB3A-8DE693D3B42E> /usr/lib/libicucore.A.dylib
    0x7fff8dc60000 -     0x7fff8dc65ffb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff8dc68000 -     0x7fff8dc90ffb  libRIP.A.dylib (775.16) <7711F7A7-1813-3024-AE42-75CA7C5422B7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8dc91000 -     0x7fff8dfacfcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8dfad000 -     0x7fff8e09dfef  libJP2.dylib (1232) <13BFC6A7-E24E-3F29-AD3C-E2D382A1223A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8e11d000 -     0x7fff8e128fff  libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8e129000 -     0x7fff8e142fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8e143000 -     0x7fff8e1a2ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8e1a3000 -     0x7fff8e1c6ff7  com.apple.framework.familycontrols (4.1 - 410) <153DC4C9-3C06-3147-8AC6-024AB4819C00> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8e1c7000 -     0x7fff8e1c8fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff8e224000 -     0x7fff8e36cff7  com.apple.WebKitLegacy (10600 - 10600.3.18) <91B3E705-1378-3F73-B079-3223E838B629> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff8e36d000 -     0x7fff8e402ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8e403000 -     0x7fff8e67eff7  com.apple.CoreData (111 - 526.1) <DC4F037B-B7F4-381A-B939-4414489D76BF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8e698000 -     0x7fff8e6a5ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff8e6a6000 -     0x7fff8e8a046f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8e8a1000 -     0x7fff8e8a3fff  libCVMSPluginSupport.dylib (11.1.1) <DA0706C5-F02A-3F3D-8EBA-18C04313CA2C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8e8a4000 -     0x7fff8e935ff7  com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8f1bf000 -     0x7fff8f20eff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff8f20f000 -     0x7fff8f217ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff8f218000 -     0x7fff8f225fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8f226000 -     0x7fff8f490fff  com.apple.imageKit (2.6.1 - 840) <8C974E7D-2258-3FBC-948C-D93226F42DCA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8f4ed000 -     0x7fff8f4f1fff  libspindump.dylib (182) <085978DC-A34D-3B72-BC7B-025C35A0A373> /usr/lib/libspindump.dylib
    0x7fff8f4f2000 -     0x7fff8f520fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8f521000 -     0x7fff8f521fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8f522000 -     0x7fff8f52eff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff8f52f000 -     0x7fff8f535fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff8f536000 -     0x7fff8f560ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8f56a000 -     0x7fff8f56dfff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8f56e000 -     0x7fff8f59afff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8f59b000 -     0x7fff8f5a2ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8f63c000 -     0x7fff8f6a6ff7  com.apple.imfoundation (10.0 - 1000) <F3BDCF22-C8D8-3A0A-A941-272622FA7B2D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff8f6a7000 -     0x7fff8f6f3ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8f6f4000 -     0x7fff8f6f7ff7  libdyld.dylib (353.2.1) <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6> /usr/lib/system/libdyld.dylib
    0x7fff8f6f8000 -     0x7fff8f7dcfff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8f7f1000 -     0x7fff8f86efff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8f86f000 -     0x7fff8f884fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff8f9a6000 -     0x7fff8fa9afff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff903e8000 -     0x7fff9040cfef  libJPEG.dylib (1232) <638302B6-369F-3C50-BF63-F8D19C393F47> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff9040d000 -     0x7fff9043affb  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <4EB18135-3C80-3FD6-A430-D46247711978> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff9043b000 -     0x7fff90599ffb  com.apple.avfoundation (2.0 - 889.102) <7D2E62AF-CDEA-394C-84B2-656629F00197> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff9059a000 -     0x7fff90aadff3  com.apple.JavaScriptCore (10600 - 10600.3.13) <C0C3246C-D26F-3440-AC75-81CFFA4F9C91> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff90aae000 -     0x7fff90ab0fff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff90adc000 -     0x7fff90b29fff  com.apple.ImageCaptureCore (6.0 - 6.0) <C2DED299-7E2B-3501-9FD6-74892A7484B3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff90b59000 -     0x7fff90b74ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff90b75000 -     0x7fff90be9fff  com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff90bea000 -     0x7fff90c90ff7  com.apple.PDFKit (3.1 - 3.1) <D2D019DD-5DCA-3C0D-B9B7-0F919A6CD1DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff90ca6000 -     0x7fff90cb3ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff90cb4000 -     0x7fff9104afff  com.apple.CoreFoundation (6.9 - 1152) <CBD1591C-405E-376E-87E9-B264610EBF49> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff9104b000 -     0x7fff91056fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff91057000 -     0x7fff9106bff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff9106c000 -     0x7fff9117afff  com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9117b000 -     0x7fff9118dff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff9118e000 -     0x7fff911b1fff  com.apple.Sharing (328.3.2 - 328.3.2) <F555679F-1CD1-3EB2-8E01-FCB80EF07330> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff911b2000 -     0x7fff911eaffb  libsystem_network.dylib (411.1) <2EC3A005-473F-3C36-A665-F88B5BACC7F0> /usr/lib/system/libsystem_network.dylib
    0x7fff9122a000 -     0x7fff9123bff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff9123c000 -     0x7fff91244ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff91245000 -     0x7fff913b0ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff913b1000 -     0x7fff913b3ff7  com.apple.securityhi (9.0 - 55006) <1F40ECF1-6AEF-3E64-9DAD-ADC646CCEA98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff913b4000 -     0x7fff913c9ff7  com.apple.AppContainer (4.0 - 238.10.1) <24A43E31-BCD3-32DB-8023-DE7EEA912E89> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff9155a000 -     0x7fff91561fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff91562000 -     0x7fff91895fff  libmecabra.dylib (666.2) <F757CABA-3EDB-3ABA-A378-A7C574EA233B> /usr/lib/libmecabra.dylib
    0x7fff91896000 -     0x7fff91898ff3  com.apple.SafariServices.framework (10600 - 10600.3.18) <2C2F0A8D-CC06-30CF-B247-93A96A25F0D5> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff91899000 -     0x7fff9196fff3  com.apple.DiskImagesFramework (10.10.1 - 396) <E7478685-E829-372A-A945-A512730D3312> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff91970000 -     0x7fff9198aff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9198b000 -     0x7fff919b3fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff919b4000 -     0x7fff919b5fff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
    0x7fff919b6000 -     0x7fff919b7ff7  com.apple.AddressBook.ContactsData (9.0 - 1563) <2A4BD452-4279-38AA-A4EE-761903795B05> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff919b8000 -     0x7fff91a60ff7  com.apple.PackageKit (3.0 - 436) <2EB311B0-89DC-3667-B5B6-8CE240411EC5> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff91a61000 -     0x7fff91aa7ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff91aa8000 -     0x7fff91b46fff  com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff91b47000 -     0x7fff91b7effb  com.apple.LDAPFramework (2.4.28 - 194.5) <D22234AA-8B30-3010-8CF0-67516D52CC33> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff91bbf000 -     0x7fff91ce1ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff91ce2000 -     0x7fff91ce6fff  com.apple.LoginUICore (3.0 - 3.0) <035C8626-9E66-3E3F-9976-BA4BCD9646F3> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff91ce7000 -     0x7fff91cf8ff3  libsystem_coretls.dylib (35.10.1) <3EAED90A-7AA0-323C-A52B-E16477981D59> /usr/lib/system/libsystem_coretls.dylib
    0x7fff91cf9000 -     0x7fff91d15ff7  com.apple.pluginkit.framework (1.0 - 1) <FEB6FF0B-A688-37C9-93CF-E886E7ED3141> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff91d16000 -     0x7fff91d16fff  com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff91d17000 -     0x7fff91d1bff7  libGIF.dylib (1232) <3C70FBBC-FBA5-3013-A440-05D68B63885F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff91d60000 -     0x7fff91d62fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff91d63000 -     0x7fff91d67fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff91d68000 -     0x7fff91d8eff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff91d8f000 -     0x7fff91d90ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff91d91000 -     0x7fff91d92fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff91d93000 -     0x7fff9227fff7  com.apple.MediaToolbox (1.0 - 1562.107) <F0888EAC-FB6D-35C5-B2FB-AC9A72FE4650> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff92280000 -     0x7fff922bdff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff922be000 -     0x7fff922d0fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff922d1000 -     0x7fff922d1ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff922ea000 -     0x7fff92346fff  com.apple.QuickLookFramework (5.0 - 675.13) <70196DC4-E71B-37E8-AA15-B7FD21EC1012> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff92347000 -     0x7fff92372fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff92373000 -     0x7fff92376ff7  com.apple.AppleSystemInfo (3.1 - 3.1) <B40B3737-42A5-3D57-9E87-D3905EE5BADB> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff92377000 -     0x7fff9274efe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9274f000 -     0x7fff92757fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff92758000 -     0x7fff92760ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff92761000 -     0x7fff92762ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff92763000 -     0x7fff92769fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff9276a000 -     0x7fff9276cfff  libRadiance.dylib (1232) <9C2DBBDF-0F0B-36BF-84D0-13E0086F793A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff9276d000 -     0x7fff92774fff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff92775000 -     0x7fff928afff7  com.apple.ImageIO.framework (3.3.0 - 1232) <A9682E9F-4917-3926-A035-7FEE7FF9D2AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff928f2000 -     0x7fff928f3ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff928f4000 -     0x7fff928f5ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff928f6000 -     0x7fff9291efff  libxpc.dylib (559.10.3) <876216DC-D5D3-381E-8AF9-49AE464E5107> /usr/lib/system/libxpc.dylib
    0x7fff92955000 -     0x7fff92959fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff9295a000 -     0x7fff929eefff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff929ef000 -     0x7fff929faff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff92a30000 -     0x7fff92ac6ffb  com.apple.CoreMedia (1.0 - 1562.107) <FE18102D-8D7A-3500-A400-747AA8C0B3D0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff92ac7000 -     0x7fff92ad1ff7  com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff92c07000 -     0x7fff92c7dfe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff92ea3000 -     0x7fff9314bff7  com.apple.RawCamera.bundle (6.03 - 777) <127AB12C-190F-31BC-A0D9-A127004F7017> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9314c000 -     0x7fff933f8fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff933f9000 -     0x7fff93407ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff9342c000 -     0x7fff93432ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff93433000 -     0x7fff9343eff7  libcsfde.dylib (471.10.6) <E1BF5816-3CE6-30CE-B3EE-F68CB6BA1378> /usr/lib/libcsfde.dylib
    0x7fff9343f000 -     0x7fff9343fff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff93440000 -     0x7fff9344dfff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff9344e000 -     0x7fff9346bfff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib
    0x7fff9346c000 -     0x7fff93473ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff93474000 -     0x7fff9347cfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff9347d000 -     0x7fff94434ffb  com.apple.WebCore (10600 - 10600.3.15) <59A28076-26E4-3CE2-B6FC-AF59308C0B95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff94435000 -     0x7fff94528fff  com.apple.MapKit (1.0 - 1464.4.21.1) <DF2A21A5-4128-388C-9BDA-E55DAD02103B> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
    0x7fff94529000 -     0x7fff94532fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff94533000 -     0x7fff94598ff7  com.apple.ids (10.0 - 1000) <BAF9E069-888A-30EB-B247-DC6311B53B67> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff945f2000 -     0x7fff94600fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1563) <CCAB74BF-947C-384D-B4C8-E2118145555B> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff94601000 -     0x7fff94602fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff94603000 -     0x7fff94605ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff94606000 -     0x7fff94615fff  com.apple.AppleScriptObjC (1.3.1 - 28) <4567732F-07A5-3699-B131-13CED1CE997E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff9462f000 -     0x7fff9463dff7  com.apple.opengl (11.1.1 - 11.1.1) <F79F5FFF-372E-329E-81FB-EE9BD6A2A7A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9463e000 -     0x7fff94643ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff94644000 -     0x7fff94691ff3  com.apple.CoreMediaIO (601.0 - 4749) <ED45B200-08A1-3E72-8DE9-9901C94A7BCA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff94692000 -     0x7fff94720ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff94721000 -     0x7fff94726ff7  libsystem_stats.dylib (163.10.18) <9B8CCF24-DDDB-399A-9237-4BEC225D2E8C> /usr/lib/system/libsystem_stats.dylib
    0x7fff94727000 -     0x7fff94738fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff94739000 -     0x7fff9474fff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff94750000 -     0x7fff94894ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff948d7000 -     0x7fff94f3efff  com.apple.VectorKit (1.0 - 992.4.10) <9D373DA9-677E-3585-BC97-522C82967FC2> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
    0x7fff94f3f000 -     0x7fff94f4aff7  libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib
    0x7fff94f4b000 -     0x7fff94f5bff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff94f83000 -     0x7fff94f8cfff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff94f8d000 -     0x7fff94fa6ff7  com.apple.CFOpenDirectory (10.10 - 187) <0F9747EF-12A3-3694-984D-0B8352CA6C0F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff94fa7000 -     0x7fff94fd7fff  com.apple.GSS (4.0 - 2.0) <FD154E62-F4CF-339D-B66C-AF4AED6A94A6> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff94fd8000 -     0x7fff94fe1ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff94fe2000 -     0x7fff95033ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <56AA4060-63DF-3DF0-AB8A-880D0DD6F075> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff95034000 -     0x7fff9504eff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff9504f000 -     0x7fff950d1fff  com.apple.PerformanceAnalysis (1.0 - 1) <94F08B1A-F6AF-38D5-BE92-4FED34742966> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff950d2000 -     0x7fff95c1cff7  com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff95c1d000 -     0x7fff95c6cff7  com.apple.opencl (2.4.2 - 2.4.2) <D16CFDE6-B5F7-301A-995E-8B583D8C675A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff95c6d000 -     0x7fff95ca6fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff95cca000 -     0x7fff95d0aff7  libGLImage.dylib (11.1.1) <3986BFA3-4F55-380F-B01D-91BA9785D70C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff95d2e000 -     0x7fff95d5bfff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff95d5c000 -     0x7fff95e3cfff  com.apple.QuickLookUIFramework (5.0 - 675.13) <A4B5E57E-F363-3C63-8861-4DCEAC3FB23B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff95e6b000 -     0x7fff95e8afff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff95ff1000 -     0x7fff95ff3ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff95ff4000 -     0x7fff960b4fff  com.apple.backup.framework (1.6.2 - 1.6.2) <63E8CA47-B7B8-3A63-B505-D1622CE52527> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff960e0000 -     0x7fff96133ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff96160000 -     0x7fff96162ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff96163000 -     0x7fff961f4ff7  libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
    0x7fff961f5000 -     0x7fff96325fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff96326000 -     0x7fff963affff  com.apple.CoreSymbolication (3.1 - 57020) <FDF8F348-164D-38F9-90EB-F42585DD2C77> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff963b0000 -     0x7fff96be9fe3  com.apple.CoreGraphics (1.600.0 - 775.16) <A7BA30E6-A15F-3E48-9718-3837949A0E2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff96c45000 -     0x7fff96c6effb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff96c6f000 -     0x7fff96c89ff7  libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib
    0x7fff96c8a000 -     0x7fff96d9cff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff96d9d000 -     0x7fff97063fff  com.apple.WebKit (10600 - 10600.3.18) <F8E36318-4F4C-348B-B1DE-D4BE035036AD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff97064000 -     0x7fff97078ff7  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff97079000 -     0x7fff9707bff7  libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9707c000 -     0x7fff970a7fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff970a8000 -     0x7fff970d8fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff970d9000 -     0x7fff9710bff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff9710c000 -     0x7fff97519ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff97522000 -     0x7fff97826ffb  com.apple.HIToolbox (2.1.1 - 757.3) <D827FC03-5668-3AA4-AF0E-46EEF7358EEA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff97827000 -     0x7fff97861ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff97862000 -     0x7fff978a2ff7  com.apple.CloudDocs (1.0 - 280.6) <C1179CEF-E058-3E16-BF90-C059FE7CDE77> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff978b0000 -     0x7fff978b3fff  libScreenReader.dylib (390.21) <364E0A52-4076-3F55-8C77-7CC5E085E4C4> /usr/lib/libScreenReader.dylib
    0x7fff978b4000 -     0x7fff978cefff  com.apple.AppleVPAFramework (1.2.10 - 1.2.10) <DC3D5A44-AB1E-32A9-9D22-FC922B52346A> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff978cf000 -     0x7fff978d4ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff978d5000 -     0x7fff978e0ff7  com.apple.DirectoryService.Framework (10.10 - 187) <29F7A48C-D8DD-33EB-B9E3-863DA7DBB421> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff978e1000 -     0x7fff978ecfff  com.apple.CommerceCore (1.0 - 376.6.2) <3FD9A3A6-C12F-31E0-B90E-5E325B595750> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff97953000 -     0x7fff979dfff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
    0x7fff979e0000 -     0x7fff979e0fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff979e1000 -     0x7fff97a10fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff97c6f000 -     0x7fff97cb5ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff97cb6000 -     0x7fff97cd1ff7  com.apple.aps.framework (4.0 - 4.0) <F3C3C246-101E-3E81-9608-D2D6E9352532> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff97cd4000 -     0x7fff97cd6fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff97cd7000 -     0x7fff97d58ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff97d59000 -     0x7fff97d70fff  com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff97d71000 -     0x7fff97d96fff  libPng.dylib (1232) <10DC46CC-A4FD-3B1A-AA23-E4F12938BC13> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff97e5c000 -     0x7fff97e5ffff  com.apple.IOSurface (97.0.1 - 97.0.1) <0C9ED49D-AADB-3CB9-9A11-F5D765253548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff97e60000 -     0x7fff97ec7ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff97ec8000 -     0x7fff97ec8fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff97ec9000 -     0x7fff97ed3ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff97ed4000 -     0x7fff97f01fff  com.apple.Accounts (113 - 113) <990F0F61-6AC5-3076-932E-02A9A7F75AC4> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff97f02000 -     0x7fff9801affb  com.apple.CoreText (352.0 - 454.3) <B3B8C775-14FA-38F3-9CD5-830422AE9C49> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff98025000 -     0x7fff98091fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff98092000 -     0x7fff98097ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff98098000 -     0x7fff980c3ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff980c4000 -     0x7fff980ccfe7  libcldcpuengine.dylib (2.4.5) <F9EF8060-5E40-3E88-BC38-7452649672B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff980cd000 -     0x7fff980cffff  libUniversalAccess.dylib (236.30) <F8F2A821-00E8-3B3E-A208-9942EB75CE29> /usr/lib/libUniversalAccess.dylib
    0x7fff980db000 -     0x7fff980e7ff7  libexslt.0.dylib (13) <9197981D-B0E9-39EB-9958-D4B181FB0B0E> /usr/lib/libexslt.0.dylib
    0x7fff980e8000 -     0x7fff980ecfff  com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff980ee000 -     0x7fff9832ffff  com.apple.AddressBook.framework (9.0 - 1563) <63953D92-FB0D-31B1-A449-07BA64D08BA9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff98330000 -     0x7fff98334fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff98335000 -     0x7fff983a3ffb  com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff98426000 -     0x7fff98467fff  libGLU.dylib (11.1.1) <E9ADAD30-0133-320D-A60E-D1A7F91A7795> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff98468000 -     0x7fff984a3fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff984a4000 -     0x7fff984dcfff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff984dd000 -     0x7fff984ddfff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff984de000 -     0x7fff9852fff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff9853f000 -     0x7fff9853ffff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff98540000 -     0x7fff98542fff  com.apple.marco (10.0 - 1000) <0ACF21F5-8F1F-3A76-B3D6-73BD9FE5D35C> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff98543000 -     0x7fff987abff3  com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff9888c000 -     0x7fff9888eff7  com.apple.diagnosticlogcollection (10.0 - 1000) <30EAFD80-B9E6-38EA-B85A-9D3550B15545> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff9888f000 -     0x7fff989d5fef  libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
    0x7fff989d6000 -     0x7fff989d7fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff989d8000 -     0x7fff98b3eff7  com.apple.AutomatorFramework (2.5 - 409.1) <7C9BC7F5-8E6C-3BC5-8AB3-BAEC550AA5B8> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x7fff98b80000 -     0x7fff98c3bff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff98c45000 -     0x7fff98c45ff7  liblaunch.dylib (559.10.3) <DFCDEBDF-8247-3DC7-9879-E7E497DDA4B4> /usr/lib/system/liblaunch.dylib
    0x7fff98c46000 -     0x7fff98c7fff7  com.apple.datadetectors (5.0 - 286.7) <196D4E74-1157-3672-9485-98B929855781> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff98c80000 -     0x7fff98faefff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff98fc1000 -     0x7fff98fcaff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 56020
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=403.8M resident=296.4M(73%) swapped_out_or_unallocated=107.4M(27%)
Writable regions: Total=1.3G written=192.8M(14%) resident=252.2M(18%) swapped_out=4K(0%) unallocated=1.1G(82%)

REGION TYPE                        VIRTUAL
===========                        =======
Activity Tracing                     2048K
CG backing stores                    9320K
CG image                             1584K
CG shared images                      336K
CoreAnimation                         388K
CoreData Object IDs                  4100K
CoreImage                              16K
CoreServices                         2588K
CoreUI image data                     372K
Dispatch continuations               16.0M
Foundation                             16K
Image IO                              404K
JS JIT generated code                   8K
JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
Kernel Alloc Once                       8K
MALLOC                              242.9M
MALLOC (admin)                         32K
Memory Tag 242                         12K
Memory Tag 249                        156K
Memory Tag 251                         40K
OpenCL                                 24K
SQLite page cache                    16.9M
STACK GUARD                          56.1M
Stack                                21.8M
Stack (reserved)                      520K        reserved VM address space (unallocated)
VM_ALLOCATE                          17.3M
WebKit Malloc                         464K
__DATA                               44.7M
__IMAGE                               528K
__LINKEDIT                          104.5M
__TEXT                              299.3M
__UNICODE                             544K
mapped file                         136.8M
shared memory                           4K
===========                        =======
TOTAL                                 2.0G
TOTAL, minus reserved VM space      978.7M


Model: MacBookPro11,3, BootROM MBP112.0138.B14, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.159.13.12)
Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

[FEATURE] Import all?

Any option to import all?

Now, if I have to import 10 classes I need to import each class singly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.