Code Monkey home page Code Monkey logo

codepilot's People

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  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

codepilot's Issues

Keyboard Shortcut Conflict

Nice Work!

XVim also uses CMD + SHIFT + X. Is it possible to make this user selectable?

I tried to manually make the change but I must be missing something:

...
#define CP_MENU_ITEM_TITLE       PRODUCT_NAME
#define CP_DEFAULT_SHORTCUT      @"$@D" // for key binding system
#define CP_DEFAULT_MENU_SHORTCUT @"D"   // just for the menuitem
#define CP_KEY_BINDING_MENU_NAME @"File Menu"

#define DEFAULT_KEY_EQUIVALENT @"D"
...

Can't open Main storyboard

When the Main.storyboard (e.g. default, initial storyboard) shows up in the search results, it appears as a yellow folder and I can't open it directly. However, I can open other storyboards I've created this way (i.e. type "Ano.." for Another.storyboard, and then select it).

The Main.storyboard shows up correctly as a storyboard in the recent files list however. It's just when typing/searching that it appears as a yellow folder.

This is on the latest Xcode and OS, but I've had this issue for a long time on many versions of Xcode and many projects.

Thanks!

Xcode 6.2 with CodePilot continuously eats 100% CPU

Since I've migrated my project to xcworkspace I started noticing significant CPU usage by Xcode.
If I disable the plugin, CPU usage normalizes.
According to sample, such behavior is caused by -[CPXcodeWrapper updateWorkspaceSymbolCacheForWorkspace:]

Cant open query box

Copy and paste the xcplugin to the related folder but still cant start with this CMD + SHIFT + X

Crash Frequently

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

Date/Time:             2015-05-13 14:29:17.905 +0800
OS Version:            Mac OS X 10.10.3 (14D136)
Report Version:        11
Anonymous UUID:        437D792C-5E67-19F1-B4CF-BFF98FA5E543

Sleep/Wake UUID:       02CF6085-8BFF-4C76-9304-AFD55477172F

Time Awake Since Boot: 190000 seconds
Time Since Wake:       1500 seconds

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

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

Application Specific Information:
ProductBuildVersion: 6D1002
UNCAUGHT EXCEPTION (NSRangeException): *** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: Range or index out of bounds
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff8cf48024 __exceptionPreprocess (in CoreFoundation)
  1  0x000000010b21f174 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2  0x00007fff87c7276e objc_exception_throw (in libobjc.A.dylib)
  3  0x00007fff8cf47eed +[NSException raise:format:] (in CoreFoundation)
  4  0x00007fff906dc51e -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] (in Foundation)
  5  0x00007fff906dc398 -[NSRegularExpression(NSMatching) matchesInString:options:range:] (in Foundation)
  6  0x00007fff9079746c -[NSRegularExpression(NSReplacement) replaceMatchesInString:options:range:withTemplate:] (in Foundation)
  7  0x0000000118cc7072 -[CPXcodeWrapper normalizedQueryForQuery:] at /Users/sir_yang/Desktop/siryang-proj/CodePilot/Classes/CPXcodeWrapper.m:151 (in CodePilot3)
  8  0x0000000118cc8401 -[CPXcodeWrapper filesAndSymbolsFromProjectForQuery:] at /Users/sir_yang/Desktop/siryang-proj/CodePilot/Classes/CPXcodeWrapper.m:251 (in CodePilot3)
  9  0x0000000118ccfe87 -[CPSearchController setupMatchingFilesAndSymbolsData] at /Users/sir_yang/Desktop/siryang-proj/CodePilot/Classes/CPSearchController.m:146 (in CodePilot3)
 10  0x0000000118cd29bc -[CPSearchController updateContentsWithSearchField] at /Users/sir_yang/Desktop/siryang-proj/CodePilot/Classes/CPSearchController.m:401 (in CodePilot3)
 11  0x0000000118ccf40d -[CPSearchController noteQueriesChanged] at /Users/sir_yang/Desktop/siryang-proj/CodePilot/Classes/CPSearchController.m:40 (in CodePilot3)
 12  0x0000000118ce2156 -[CPSearchField letDelegateKnowAboutChangedQueries] at /Users/sir_yang/Desktop/siryang-proj/CodePilot/Classes/CPSearchField.m:204 (in CodePilot3)
 13  0x00007fff906fb953 __NSFireTimer (in Foundation)
 14  0x00007fff8ce9b2e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
 15  0x00007fff8ce9af73 __CFRunLoopDoTimer (in CoreFoundation)
 16  0x00007fff8cf0e53d __CFRunLoopDoTimers (in CoreFoundation)
 17  0x00007fff8ce56608 __CFRunLoopRun (in CoreFoundation)
 18  0x00007fff8ce55bd8 CFRunLoopRunSpecific (in CoreFoundation)
 19  0x00007fff9448556f RunCurrentEventLoopInMode (in HIToolbox)
 20  0x00007fff944852ea ReceiveNextEventCommon (in HIToolbox)
 21  0x00007fff9448512b _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
 22  0x00007fff8bedf9bb _DPSNextEvent (in AppKit)
 23  0x00007fff8bedef68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
 24  0x000000010b79adda -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
 25  0x00007fff8bed4bf3 -[NSApplication run] (in AppKit)
 26  0x00007fff8be51354 NSApplicationMain (in AppKit)
 27  0x00007fff920525c9 start (in libdyld.dylib)
 28  0x0000000000000001

abort() called

Application Specific Signatures:
NSRangeException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff8cf4803c __exceptionPreprocess + 172
1   DVTFoundation                       0x000000010b21f174 DVTFailureHintExceptionPreprocessor + 194
2   libobjc.A.dylib                     0x00007fff87c7276e objc_exception_throw + 43
3   CoreFoundation                      0x00007fff8cf47eed +[NSException raise:format:] + 205
4   Foundation                          0x00007fff906dc51e -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 365
5   Foundation                          0x00007fff906dc398 -[NSRegularExpression(NSMatching) matchesInString:options:range:] + 162
6   Foundation                          0x00007fff9079746c -[NSRegularExpression(NSReplacement) replaceMatchesInString:options:range:withTemplate:] + 261
7   CodePilot3                          0x0000000118cc7072 -[CPXcodeWrapper normalizedQueryForQuery:] + 274
8   CodePilot3                          0x0000000118cc8401 -[CPXcodeWrapper filesAndSymbolsFromProjectForQuery:] + 65
9   CodePilot3                          0x0000000118ccfe87 -[CPSearchController setupMatchingFilesAndSymbolsData] + 183
10  CodePilot3                          0x0000000118cd29bc -[CPSearchController updateContentsWithSearchField] + 316
11  CodePilot3                          0x0000000118ccf40d -[CPSearchController noteQueriesChanged] + 157
12  CodePilot3                          0x0000000118ce2156 -[CPSearchField letDelegateKnowAboutChangedQueries] + 358
13  Foundation                          0x00007fff906fb953 __NSFireTimer + 95
14  CoreFoundation                      0x00007fff8ce9b2e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
15  CoreFoundation                      0x00007fff8ce9af73 __CFRunLoopDoTimer + 1059
16  CoreFoundation                      0x00007fff8cf0e53d __CFRunLoopDoTimers + 301
17  CoreFoundation                      0x00007fff8ce56608 __CFRunLoopRun + 2024
18  CoreFoundation                      0x00007fff8ce55bd8 CFRunLoopRunSpecific + 296
19  HIToolbox                           0x00007fff9448556f RunCurrentEventLoopInMode + 235
20  HIToolbox                           0x00007fff944852ea ReceiveNextEventCommon + 431
21  HIToolbox                           0x00007fff9448512b _BlockUntilNextEventMatchingListInModeWithFilter + 71
22  AppKit                              0x00007fff8bedf9bb _DPSNextEvent + 978
23  AppKit                              0x00007fff8bedef68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
24  DVTKit                              0x000000010b79adda -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237
25  AppKit                              0x00007fff8bed4bf3 -[NSApplication run] + 594
26  AppKit                              0x00007fff8be51354 NSApplicationMain + 1832
27  libdyld.dylib                       0x00007fff920525c9 start + 1
28  ???                                 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff9668e286 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff95cd7b53 abort + 129
2   com.apple.dt.IDEKit             0x000000010c4ba7e3 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1507
3   com.apple.dt.IDEKit             0x000000010c4bba58 -[IDEAssertionHandler handleUncaughtException:] + 1077
4   com.apple.dt.IDEKit             0x000000010c4bbb24 IDEHandleUncaughtException + 94
5   com.apple.AppKit                0x00007fff8bed4d1c -[NSApplication run] + 891
6   com.apple.AppKit                0x00007fff8be51354 NSApplicationMain + 1832
7   libdyld.dylib                   0x00007fff920525c9 start + 1

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

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff966894de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9668864f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8ce56eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8ce5637b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8ce55bd8 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff9489b220 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6   com.apple.Foundation            0x00007fff906eedc2 __NSThread__main__ + 1345
7   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff966894de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9668864f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8ce56eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8ce5637b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8ce55bd8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff90740a59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   com.apple.DTDeviceKitBase       0x0000000115709f2c -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 974
7   com.apple.Foundation            0x00007fff906eedc2 __NSThread__main__ + 1345
8   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
10  libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 4:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff9668e3fa __select + 10
1   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
2   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
3   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff966894de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9668864f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8ce56eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8ce5637b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8ce55bd8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff8bfa766b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 6:: DYMobileDeviceManager
0   libsystem_kernel.dylib          0x00007fff966894de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9668864f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8ce56eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8ce5637b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8ce55bd8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff90740a59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   com.apple.Foundation            0x00007fff907b617f -[NSRunLoop(NSRunLoop) run] + 74
7   com.apple.GPUToolsMobileFoundation  0x000000011c0f489b -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation            0x00007fff906eedc2 __NSThread__main__ + 1345
9   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
11  libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9668e94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8feed40d start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff9668e94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8feed40d start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff9668e136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x00000001150d2426 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 456
2   com.apple.Foundation            0x00007fff906eedc2 __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff9668e136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x00000001150d2426 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 456
2   com.apple.Foundation            0x00007fff906eedc2 __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff9668e136 __psynch_cvwait + 10
1   com.apple.Xcode.DevToolsCore    0x00000001150d2426 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 456
2   com.apple.Foundation            0x00007fff906eedc2 __NSThread__main__ + 1345
3   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff9668e94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8feed40d start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff9668e94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8feed40d start_wqthread + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff9668e94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8feed40d start_wqthread + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff9668e94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8feed40d start_wqthread + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff966894de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9668864f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8ce56eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8ce5637b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8ce55bd8 CFRunLoopRunSpecific + 296
5   com.apple.CoreFoundation        0x00007fff8cf0d671 CFRunLoopRun + 97
6   com.apple.DebugSymbols          0x00007fff8dbaeb8f SpotlightQueryThread(void*) + 463
7   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff9668e48a __semwait_signal + 10
1   com.apple.CoreSymbolication     0x00007fff8a757e67 0x7fff8a745000 + 77415
2   libsystem_pthread.dylib         0x00007fff8feef268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8feef1e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8feed41d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff54bb8958  rdx: 0x0000000000000000
  rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff54bb8980  rsp: 0x00007fff54bb8958
   r8: 0x00000000000007ff   r9: 0x00007fc100f1d710  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff87c6d440  r13: 0x00007fc10888a5f0  r14: 0x00007fff78e7a300  r15: 0x00007fc100f02700
  rip: 0x00007fff9668e286  rfl: 0x0000000000000206  cr2: 0x00007fff79c2efd8

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


Binary Images:
       0x10b047000 -        0x10b047ff7  com.apple.dt.Xcode (6.3.1 - 7703) <0C2DD9A8-9E10-3D11-A163-5F7BEE3305E0> /Applications/Xcode.app/Contents/MacOS/Xcode
       0x10b051000 -        0x10b496fff  com.apple.dt.DVTFoundation (6.3.1 - 7703) <21925B6B-7213-3AD1-9E3F-C256FF2CF796> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
       0x10b659000 -        0x10b979ff7  com.apple.dt.DVTKit (6.3.1 - 7703) <BDEF6426-6038-3E29-8D91-E79B4CAEADDF> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
       0x10bb6b000 -        0x10bfaeff7  com.apple.dt.IDEFoundation (6.3.1 - 7703) <801CD389-4440-3766-AC01-FC0377B1A474> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
       0x10c271000 -        0x10cac4ff7  com.apple.dt.IDEKit (6.3.1 - 7703) <84F1DF4E-F82D-3DE4-91DE-7894FF71D2A8> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
       0x10d07b000 -        0x10d098ff7  com.apple.dt.instruments.DTXConnectionServices (1.0 - 57514) <C75495F2-1411-332E-B97D-06CD124049CC> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
       0x10d0b9000 -        0x10d0f8ff7  com.apple.framework.ConfigurationProfiles (7.1 - 750) <8695E204-8EFF-347A-8721-8FDD33A441BA> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
       0x10d120000 -        0x10d121fff  libsysmon.dylib (78.10.1) <FAA22A2A-55A7-39A3-A293-3C566931CA6B> /usr/lib/libsysmon.dylib
       0x10d12a000 -        0x10d12cff3  com.apple.SafariServices.framework (10600 - 10600.6.3) <54FC1B67-2013-3964-8937-4C29E66FC45E> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
       0x10d134000 -        0x10dd79ff7 +libclang.dylib (602.0.49) <7ADAF285-A023-3274-8007-44884FEE69DE> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
       0x10df47000 -        0x10df7cff7  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <4E4DC144-662E-36A8-8B23-0B4604731170> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
       0x10dfaa000 -        0x10dfbffff  com.apple.DADocSetManagement (6.3 - 7502) <80918E70-4F17-35C0-BD70-509C89AD0AFB> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
       0x10dfd1000 -        0x10dfd2ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <A8588DB7-1ADB-32A7-A7B6-98EB8EE92ADB> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
       0x10dfda000 -        0x10e059ff7  com.apple.dt.instruments.DTGraphKit (6.3 - 57518) <5144CB6A-BE8B-3360-83D6-0238F762425A> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
       0x10e097000 -        0x10e0dffff  com.apple.DADocSetAccess (6.3 - 7502) <DDACCC1A-9C16-3B3A-B9B7-5885E09C8C5D> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
       0x10e10c000 -        0x10e115ff7  com.apple.dt.instruments.DVTInstrumentsUtilities (1.0 - 57514) <19808981-AA38-378D-9D77-A510F14436ED> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
       0x10e234000 -        0x10e243fff  libSimplifiedChineseConverter.dylib (64) <468DE6E1-42B9-3751-ACA5-7D16C550FF84> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
       0x10e2e0000 -        0x10e2e0ffe +cl_kernels (???) <D50411E0-4E78-4C41-9C4A-D8229B18ABDB> cl_kernels
       0x10e2e4000 -        0x10e2e4fef +cl_kernels (???) <7503E0A4-99D1-46F2-8B36-0868052C83E0> cl_kernels
       0x10e2ec000 -        0x10e2ecff5 +cl_kernels (???) <7BF57B4D-0889-4A43-B1B0-6AE0A52CFF83> cl_kernels
       0x110759000 -        0x110759fff  com.apple.IDEPepperSupportUI (6.3 - 7517) <1EED3688-C5B2-31C7-BB48-BB0A038D6D78> /Applications/Xcode.app/Contents/PlugIns/IDEPepperSupportUI.ideplugin/Contents/MacOS/IDEPepperSupportUI
       0x110838000 -        0x110839fff  com.apple.MTLTools (1.0 - 1) <DA32D1DD-6203-33C8-92BB-BE701D64EC52> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
       0x11083f000 -        0x11084cffb  com.apple.MTLToolsCore (1.0 - 1) <D4968FFD-9AE0-385D-8C70-E60598F1435F> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
       0x110857000 -        0x11085cff7  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <147C9D72-745E-37E4-B74E-786143889E05> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
       0x110865000 -        0x110867ffb  libCGXType.A.dylib (779.11) <51607E77-F183-3CC2-A78C-238AFBDF6262> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x11086f000 -        0x11086fff7  com.apple.dt.IDE.IDEAppleScriptEditor (6.3 - 7549) <B4191EFF-1D65-3CD4-9784-5667B95F3C7E> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
       0x110878000 -        0x110880fff  com.apple.dt.IDE.IDEOSXSupportCore (6.3 - 7503) <C28E136C-AE80-3CB1-918B-B697DFD49581> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
       0x110994000 -        0x110995ff7 +liblaunch_sim.dylib (560.20.11) <459E4933-5078-37FF-A876-4616F707F31D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x11099b000 -        0x1109c0ff7  com.apple.DiscRecordingUI (9.0 - 9000.4.2) <B0CAE664-FD56-3BB2-942E-C6151443BFAC> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
       0x111995000 -        0x11199cff7  libCGCMS.A.dylib (779.11) <5D33FF8C-AC74-3B7B-A602-4AA470FEAF79> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0x1119a4000 -        0x1119e0ff7  com.apple.CoreSimulator (117.15 - 117.15) <7213A5BD-C3C6-3920-9136-6CC15A19DCEE> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
       0x111a03000 -        0x111a10ff7  com.apple.dt.IDELanguageSupportCore (6.3.1 - 7702) <3EB3A35C-67E2-3408-9C63-9B81E58FFCC4> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
       0x111a1e000 -        0x111a8eff7  com.apple.sourcekitd (1.0 - 602.0.49.6) <5DB2C8E6-324B-3238-9488-266492296BAC> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
       0x111abb000 -        0x111af2ff7  com.apple.dt.dbg.DebuggerFoundation (6.3 - 7549) <97F35D9F-434F-3680-9685-DBC4058AAC00> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
       0x111b27000 -        0x111b28fff  libpanel.5.4.dylib (44) <FB699180-AF56-34A8-90C7-8C0DC748F22B> /usr/lib/libpanel.5.4.dylib
       0x111b2d000 -        0x111b4bfff  libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
       0x111b5c000 -        0x111b5dff7  com.apple.dt.dbg.DebuggerLLDBService (6.3 - 7549) <3AAF12C7-B683-3E63-90A8-C4D710EE9D1E> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
       0x111b63000 -        0x111b6bff7  com.apple.DevToolsFoundation (8.3.1 - 7703) <AB3C5CF0-C72C-3443-8F03-5891FE8470BC> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x111cc0000 -        0x111d4eff7  com.apple.dt.IBAutolayoutFoundation (6.3.1 - 7702) <3DA974A7-7416-393A-97B0-8098E78511AD> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
       0x111dac000 -        0x111e4ffff  com.apple.dt.IBFoundation (6.3.1 - 7702) <3970279D-24E8-3DB4-84AC-F905CDFD36C4> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
       0x111ec3000 -        0x111f0dff7  com.apple.CoreThemeDefinition (2.0 - 184.1) <C15B84FF-A2C9-3A98-9556-E9383FC88816> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
       0x111f45000 -        0x111f8dfff  com.apple.dt.dbg.DebuggerLLDB (6.3 - 7549) <D29118B5-025F-3F11-BE27-DA0606CE4B31> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
       0x111fc1000 -        0x11446bfb7  com.apple.LLDB.framework (1.330.0.44 - 330.0.44) <1C93EC24-2842-3DCE-9889-C0F79D58EBFF> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
       0x114de1000 -        0x114ed2ff7  org.python.python (2.7.6 - 2.7.6) <A5C1B694-31A0-3966-B6BC-C40694DC707F> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x114f38000 -        0x114f75fff  com.apple.dt.IDE.Xcode3Core (6.3.1 - 7703) <B027D673-539A-3535-AD5D-3FD7CA1DA60C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
       0x114f9b000 -        0x115300ff7  com.apple.Xcode.DevToolsCore (8.3.1 - 7703) <A7D3C118-3B8E-3FA5-88E7-DF04A52855CA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
       0x1154a0000 -        0x1154d7fff  com.apple.Xcode.DevToolsSupport (8.3.1 - 7703) <9974E8B0-EF5F-3489-A697-7B8C453DDC0F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x1155ff000 -        0x115678fff  com.apple.dt.IDE.IDEiOSSupportCore (6.3 - 7536) <15616FBB-ECE2-398A-AC20-A5DA893C0A36> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
       0x1156c2000 -        0x1156d3fff  com.apple.DVTiPhoneSimulatorRemoteClient (6.3 - 7536) <1D1CA13A-C689-3792-8C61-BBC810524FBE> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
       0x1156e5000 -        0x115765fff  com.apple.DTDeviceKitBase (6.3 - 7536) <5C26BCB9-E292-3947-87B5-0B05558F7A40> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
       0x1157b8000 -        0x1158d2ff7  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
       0x11594f000 -        0x115968fff  com.apple.DeviceLinkX (5.0 - 264) <D86F03AF-EAB0-33B4-B21B-0EB0A85E1258> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
       0x115978000 -        0x1159aeff7  libssl.0.9.8.dylib (52.20.2) <CF2F5CC1-A72E-3ECF-8F98-330ABABBAFD1> /usr/lib/libssl.0.9.8.dylib
       0x1159c4000 -        0x115a30ff7  com.apple.dt.IDE.IDEDocViewer (6.3 - 7549) <D8690A22-57F9-37F5-A939-9D10E769EC84> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
       0x115b0a000 -        0x115bcffff  com.apple.dt.IDE.IDESourceEditor (6.3 - 7549) <A128C58E-27CD-3972-B1FB-24EBE1578369> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
       0x115ccd000 -        0x115cd4fff  com.apple.dt.IDE.HexEditor (6.3 - 7549) <79BAB72C-56BB-30E4-8BD7-2B1D4DAEE6DB> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
       0x115cde000 -        0x115d0cfff +com.ridiculousfish.HexFiendFramework (6.3 - 7549) <212C57FC-AC5D-3656-A8BF-A3E7AC9B72E1> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
       0x115d33000 -        0x115d36fff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <FA861B85-EE6E-369C-9C06-ABF49749F131> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
       0x115d3f000 -        0x115d7fff7  com.apple.dt.IDE.iCloudSupport (6.3 - 7549) <DA245C56-1E28-390C-A4C5-40449A29414A> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
       0x115dc6000 -        0x115e95fff  com.apple.dt.dbg.DebuggerUI (6.3 - 7549) <ECD221C5-7CD9-3036-8547-614EB9CB335A> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
       0x115f43000 -        0x116387fff  com.apple.SceneKit (5.0 - 260.11) <9858429C-F3B9-395C-90C7-0AACE62F2E74> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
       0x11662b000 -        0x11664bfff  com.apple.dt.IDE.IDEQuickHelp (6.3 - 7549) <E795F65B-8B2C-3556-93BD-BA09E81546FF> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
       0x11667b000 -        0x1166b4fff  com.apple.dt.gpu.GPUDebuggerFoundation (6.3 - 17513) <8E5242ED-D9F6-3F6D-A6BF-310BFA427339> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
       0x1166e4000 -        0x1166f0ff7  com.apple.GPUToolsShaderProfiler (1.0 - 17513) <6AC18C90-DFC7-35C8-9261-C210C6B7F2C5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
       0x1166ff000 -        0x11673fff7  com.apple.GPUToolsCore (1.0 - 17517) <C068158C-89C0-35D2-ABBE-2D8787ED68F2> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
       0x116775000 -        0x1167acffb  com.apple.GPUTools (1.0 - 17517) <A252CF3D-7327-375D-9DE4-6F4FFA9FBD5E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
       0x1167d9000 -        0x1168a8fff  com.apple.GPUToolsServices (1.0 - 17513) <3589C08A-FCAD-35B1-BDC9-058045F62075> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
       0x11690f000 -        0x116962ff3  com.apple.GPUToolsInterface (1.0 - 17513) <7A9CB014-8C03-3BF9-99B5-D62BDF7ABF4E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
       0x11699c000 -        0x1169c5ffb  com.apple.GLToolsInterface (1.0 - 17513) <D978716A-7D75-3330-95C6-D3C8113FD692> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
       0x1169e3000 -        0x116a2efff  com.apple.GLToolsCore (1.0 - 17517) <038E142A-42A4-3A3F-826A-12520397C785> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
       0x116a4b000 -        0x116a5dff3  com.apple.GLTools (1.0 - 17517) <DC7D4316-16EA-3309-B79E-B2E95B2810ED> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
       0x116a65000 -        0x116abaff7  com.apple.GLToolsServices (1.0 - 17513) <E190C758-387F-3F2F-87C6-F4EE2B905C9E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
       0x116afe000 -        0x116b81ffb  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 17513) <F8F91B86-0D0B-3E1D-8CA9-6F162D35CE0A> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
       0x116c46000 -        0x116c4bff7  com.apple.dt.gpu.GPUTraceDebugger (6.3 - 17513) <74EB2F38-B2D6-308C-8F60-D35AA6D22FF5> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
       0x116c53000 -        0x116c5efff  com.apple.dt.gpu.GPUDebuggerKit (6.3 - 17513) <071F8DF6-2D5F-397D-896D-47B31E9E69DC> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
       0x116c71000 -        0x116ce1ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (6.3 - 17513) <215CB9CE-635C-3A63-B3FA-834CF85D82B3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
       0x116d2e000 -        0x11725cfff  com.apple.dt.IDE.IDEInterfaceBuilderKit (6.3.1 - 7702) <B8B40B3D-B8CC-3BBF-80DC-F597740C8706> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
       0x11768e000 -        0x1176d1ff7  com.apple.dt.IDEProductsUI (1.0 - 1) <719CE9F0-69DA-346D-93DC-4F4C54FB1A2E> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
       0x117719000 -        0x117723ff7  com.apple.dt.DVTServices (6.3.1 - 7703) <40AE262E-40BA-3D86-8158-70804F31270E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
       0x117730000 -        0x11774cfff  com.apple.dt.DVTProducts (1.0 - 1) <BA5D08B8-B8BF-3310-8CA8-29F050B4CF03> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
       0x117764000 -        0x117781fff  com.apple.dt.DVTAnalytics (1.0 - 1) <D19E60F3-4C9E-349E-B7D5-BF0FDD1DA12C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
       0x1177a0000 -        0x1177affff  com.apple.dt.DVTAnalyticsClient (6.3.1 - 1) <1B0B27A5-EBCE-39B3-89DB-02B671812E3D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
       0x1179ca000 -        0x117b73ff7  com.apple.dt.IDE.Xcode3UI (6.3.1 - 7703) <1CA52AB0-7131-3895-9A0E-12336A2D8406> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
       0x117c93000 -        0x117f11fff  com.apple.RawCamera.bundle (6.04 - 791) <B6139D16-972F-3BC4-A61B-2F226F7666DB> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x118980000 -        0x118980fe7 +cl_kernels (???) <0EAAA0CA-19D7-465D-AC9D-280DCD2C91A1> cl_kernels
       0x118ac4000 -        0x118b06ff7  com.apple.glut (3.6.2 - GLUT-3.6.2) <05664441-89D3-3C0A-BD55-90BB35AEDAF4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
       0x118ba2000 -        0x118bb1fff  com.apple.DTDeviceKit (4.2 - 7536) <8C9C36E5-9C33-3FD5-9106-D82F4A3F32A7> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
       0x118bc1000 -        0x118c1dfff  com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (6.3 - 3737) <E36B5607-CFAB-3B63-8FD6-1DAD2D1DCFA3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
       0x118cc2000 -        0x118d06fff +net.macoscope.CodePilot3 (3.0 - 3.0) <228627E1-851A-3109-A968-7EB90BE938BC> /Users/USER/Library/Application Support/Developer/*/CodePilot3
       0x118d42000 -        0x118d44fff  com.apple.XCPepperSupport (1.0 - 1) <25169273-879D-3E98-AC5C-84FF6FEB4395> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCPepperSupport.xcplugin/Contents/MacOS/XCPepperSupport
       0x118d49000 -        0x118d49fff  com.apple.Metal (1.0 - 1) <56305AEB-8A44-3038-AA86-E14B2E86B8F5> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
       0x11a0ba000 -        0x11a0e2fff  libRIP.A.dylib (779.11) <88434DA0-B6B8-304A-9DC0-41D3947E8734> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
       0x11a0f2000 -        0x11a103ff7  com.apple.dt.XCLanguageSupport (6.3.1 - 7702) <7108EF5B-8861-3A60-8DC4-53D9B97F457A> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
       0x11a111000 -        0x11a11bff7  com.apple.xcode.plug-in.CoreBuildTasks (8.3.1 - 7703) <EC1F6148-DF05-3BCE-AFD3-8EBAB3354317> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
       0x11a123000 -        0x11a123ff7  com.apple.xcode.compilers.coredata (8.3.1 - 7703) <3880E94A-8666-3354-874B-7A4AC40DB741> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
       0x11a16c000 -        0x11a16cff7  com.apple.compilers.clang (8.3.1 - 7703) <C31B406A-5025-34FB-9B07-DEEEF061204D> /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
       0x11a170000 -        0x11a173ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <E62B96B2-D680-3E25-B547-4D452DF9F141> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
       0x11a179000 -        0x11a17aff7  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <C3DDBE68-C393-3A26-9E14-50C7EEA835FA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
       0x11a17e000 -        0x11a182ff7  com.apple.dt.IDEIODebugGaugesCore (6.3 - 7549) <48ABBD2C-BB53-3C41-9AE4-FC5192A1B203> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
       0x11a18c000 -        0x11a199ff7  com.apple.dt.IDEIODebugGaugesUI (6.3 - 7549) <A12F58F1-CB87-34D4-A26A-063514DF9F63> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
       0x11a33c000 -        0x11a33cfff  com.apple.GLToolsMobileFoundation (1.0 - 17505) <25B21930-2801-35EA-8546-B5CB136A6A40> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
       0x11a5c8000 -        0x11a797ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.3.1 - 7702) <A1FD8A05-34F6-39E9-9671-39CE887D4289> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
       0x11a930000 -        0x11ab2afff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.3.1 - 7701) <8C26A188-7032-3E01-AAEB-97BFD32F3A96> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
       0x11b05e000 -        0x11b27bff3  com.apple.audio.units.Components (1.12 - 1.12) <AC14ADC7-587F-3E0F-92E7-9D8C07753C22> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x11b337000 -        0x11b33bfff  com.apple.audio.AppleHDAHALPlugIn (272.18 - 272.18) <BCBCD7EE-C5ED-3558-8176-70BFC88925B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x11b340000 -        0x11b381fff  com.apple.dt.IDE.IDEiPhoneSupport (6.3 - 7536) <B350770A-EE2E-322E-ADCB-75779BBA316A> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
       0x11b3e8000 -        0x11b45dff7  com.apple.dt.gpu.GPURenderTargetEditor (6.3 - 17513) <D7E15A60-5292-3CA5-BCDB-45FBAEDA177F> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
       0x11b4a4000 -        0x11b5b2fff  com.apple.dt.IDELanguageSupportUI (6.3.1 - 7702) <34199EB2-01E0-3540-A876-968734D2BBEC> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
       0x11b682000 -        0x11b689fff  com.apple.dt.DVTPlaygroundCommunication (1.0 - 7515) <AA4CE85E-795A-3A65-8FED-4C88BB8EB91F> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
       0x11b695000 -        0x11b6aafff  com.apple.dt.IDE.IDERTFEditor (6.3 - 7549) <DA277820-3E43-3143-A558-5A6C3C2C50D8> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
       0x11b6bc000 -        0x11b79aff7  com.apple.dt.IDE.IDEModelEditor (6.3 - 7549) <744081D5-55EE-372D-8BA7-BCFC6526DE03> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
       0x11b831000 -        0x11b8aaff7  com.apple.dt.IDE.IDEModelFoundation (6.3 - 7549) <845F325D-7271-3907-93FE-FA41D81CDFB9> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
       0x11b901000 -        0x11b952ff7  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <C293B115-8E39-3263-A9E2-C1346373CA1D> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
       0x11b984000 -        0x11baeafff  com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
       0x11bb81000 -        0x11bbd7ff7  com.apple.PhysicsKit (1.0 - 1) <F7CF543C-70F5-312F-B230-D09349848EAD> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
       0x11bc04000 -        0x11bc2bff7  com.apple.GLKit (1.0 - 27) <66D3E804-C8BF-3C6F-A983-87205FC2C33C> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
       0x11bc4f000 -        0x11bc75ff7  com.apple.audio.OpenAL (1.8 - 1.8) <B05578A8-FE08-310C-BF91-C1BDE10858CD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x11bc87000 -        0x11bc8bff7  com.apple.dt.IDE.IDEPDFViewer (6.3 - 7549) <9BBF0505-D91C-3D69-A826-C29E4A86D4A8> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
       0x11bc93000 -        0x11bceaff7  com.apple.dt.IDE.IDESceneKitEditor (6.3 - 7505) <80C1177A-F2A8-31B0-9164-2E791734D4DF> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
       0x11bd33000 -        0x11bd3cfff  com.apple.dt.PlistEditor (6.3 - 7549) <F6A4F8CF-AAC5-3BAA-B57B-D9811B3AB7FD> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
       0x11bd48000 -        0x11bd4fff7  com.apple.dt.ScriptingDefinitionEditor (6.3 - 7549) <63ADB5C9-6084-3E20-804E-C3A11040F63B> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
       0x11bd57000 -        0x11bd64ff7  com.apple.dt.IDE.IDEQuickLookEditor (6.3 - 7549) <9D3B7DB3-05B0-35B7-821E-B3DCEE6A72A4> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
       0x11bd75000 -        0x11bfb6fff  com.apple.dt.gpu.GPUDebuggeriOSSupport (6.3 - 17510) <4F400853-B63B-37D2-A98E-14852D64FF3E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
       0x11c025000 -        0x11c08bfff  com.apple.GLToolsExpert (1.0 - 17505) <4787B0D5-32C1-3426-8767-DA282A6F479F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
       0x11c0c7000 -        0x11c0dfffb  com.apple.GLToolsShaderProfiler (1.0 - 17513) <A1202917-C381-3030-8C49-466DC6111383> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
       0x11c0ec000 -        0x11c100ff3  com.apple.GPUToolsMobileFoundation (1.0 - 17505) <37B5C151-CB8A-365F-984A-09388A75AE55> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
       0x11c20e000 -        0x11c3e2ff7  com.apple.dt.gpu.GPUDebuggerMTLSupport (6.3 - 17513) <4BF85310-E4DD-317B-B83E-A20EE2F2D5BF> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
       0x11c444000 -        0x11c464ff7  com.apple.MTLToolsServices (1.0 - 1) <18EF5FC3-B81E-34F6-9DC1-97C21D1805A5> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
       0x11c47e000 -        0x11c4b1fff  com.apple.MTLToolsShaderProfiler (1.0 - 17513) <A432964B-B1AB-3E2A-AB58-011F29E05A8B> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
       0x11c4db000 -        0x11c503ff3  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 17513) <65799CD4-CA9E-3A0F-BF58-49BA7561A489> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
       0x11c52a000 -        0x11c5c8fff  com.apple.XCSCore (1.0 - 1) <9E931CB7-8513-3952-8761-BA04231CF540> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
       0x11c62f000 -        0x11c6dcfff  com.apple.dt.XCSUI (1.0 - 1) <E08233C8-52BB-314D-93E1-935DC78B6143> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
       0x11ca19000 -        0x11ca35ff7  com.apple.dt.IDE.IDEGit (6.3 - 7549) <771F4A58-9D15-3FFA-8BC8-A844BCED9C26> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
       0x11ca49000 -        0x11ca5ffff  com.apple.dt.IDE.IDESubversion (6.3 - 7549) <A43969AB-1FB9-3123-B382-4989E34DF63D> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
       0x11e263000 -        0x11e263fef +cl_kernels (???) <49C4C36F-5F99-4F74-A136-877D59B4AA22> cl_kernels
       0x11e272000 -        0x11e272ffe +cl_kernels (???) <6838C5EB-A42B-4EFA-93C5-74C525282619> cl_kernels
       0x11e274000 -        0x11e35afef  unorm8_bgra.dylib (2.4.5) <7BFE1DA8-2BE4-3B4F-8A7F-F3D6D4D36ADA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x11e4a9000 -        0x11e4aaff7  com.apple.dt.IDE.IDEAppleScriptCore (6.3 - 7549) <46CE2632-4EE2-3879-9504-CA9EE5D4DBCD> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
       0x11e4b0000 -        0x11e4dafff  GLRendererFloat (11.1.2) <87953360-E0E4-3523-8EC3-2062C26C7FD2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x125559000 -        0x1256dbff7  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 17513) <1F411E45-B6F2-3D48-8FC1-8B9BBB6181FF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
       0x1256f0000 -        0x125725ffb  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 17505) <F1322544-7D28-306D-B6E1-C1EDE5C18BDE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
       0x125735000 -        0x12573cff7  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 17505) <1A5D12FF-9A24-3662-A4B5-6460DA8AF515> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
       0x125743000 -        0x12576bff7  com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <C7FC30AE-3BCB-31C9-B40B-2B84E1EC45EA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
       0x125774000 -        0x12577aff7  com.apple.dt.IDE.IDEInstrumentsService (6.3 - 7549) <B4503DF8-54A1-3A0D-A035-642786BF44A9> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
       0x125c24000 -        0x125dd3fff  GLEngine (11.1.2) <68FDFD73-F15C-3460-9984-10F5DEF79907> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x126484000 -        0x126487fff  libCGXCoreImage.A.dylib (779.11) <A6B6597C-5E69-3440-AEF7-91DB6428D007> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x123400000000 -     0x123400508fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.6.20 - 10.0.6) <E70F5501-6DEB-333B-905D-EBB099C69015> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x7fff65a92000 -     0x7fff65ac8837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff8799b000 -     0x7fff87a0dfff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87bbe000 -     0x7fff87be9fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff87bea000 -     0x7fff87c04ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff87c2a000 -     0x7fff87c63ff3  com.apple.datadetectors (5.0 - 286.13) <F2EC0715-1AD3-39C3-9B2D-D45336C73BFC> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff87c64000 -     0x7fff87e5e46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff87f19000 -     0x7fff87f5afff  libGLU.dylib (11.1.2) <4C54F0D1-2ADC-38A0-92D1-F479E9B99355> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff87f5b000 -     0x7fff87f5bfff  com.apple.IOPlatformPluginFamily (1.0 - 1) <145A6BE3-372D-3D2C-868F-07FD5D79F2F5> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
    0x7fff87f5c000 -     0x7fff87f5dff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff87f5e000 -     0x7fff880a5ffb  com.apple.WebKitLegacy (10600 - 10600.5.17) <B44AA3ED-CF33-3F14-9A57-06A10C653EF5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff88a19000 -     0x7fff88a9dfff  com.apple.PerformanceAnalysis (1.0 - 1) <599AED3E-B689-3C40-8B91-93AD36C97658> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff88a9e000 -     0x7fff88aabfff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff893f2000 -     0x7fff89a5bff3  com.apple.VectorKit (1.0 - 1087.0.16) <35A51A8A-5F9E-35A3-B841-86B63A5A5140> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
    0x7fff89a5c000 -     0x7fff89a5dffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff89a5e000 -     0x7fff89a62fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff89ae8000 -     0x7fff89af1fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff89b4d000 -     0x7fff89b57fff  com.apple.IntlPreferences (2.0 - 150.1) <BA231174-B319-3BA3-BD45-CB670C38938A> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff89b58000 -     0x7fff89b5cfff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff89bc0000 -     0x7fff89bcffff  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
    0x7fff89bd0000 -     0x7fff89bd1fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff89bd2000 -     0x7fff89bf0ff7  com.apple.addressbook.vCard (9.0 - 1579) <C4CDDC8B-AE35-39B8-820A-763E9C5D1794> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff89bf1000 -     0x7fff89bf1fff  com.apple.quartzframework (1.5 - 1.5) <26C982A3-2FC3-3F50-B5F4-3C545C3BAC10> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff89c56000 -     0x7fff89ec0ff7  com.apple.security (7.0 - 57031.20.26) <6568520A-587D-3167-BB79-60CE6FEADC64> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff89f0d000 -     0x7fff89f0efff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff89f0f000 -     0x7fff8a1deff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8a1df000 -     0x7fff8a2b5ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <1149D3E1-CC6C-3177-916D-2BE066DC9344> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8a2b6000 -     0x7fff8a2ddfff  com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8a33e000 -     0x7fff8a33ffff  libUAPreferences.dylib (236.61) <4CB88510-883F-3441-8A8F-88CB3C8AEF57> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
    0x7fff8a340000 -     0x7fff8a370ff7  libncurses.5.4.dylib (44) <F09809A4-53B9-3E91-A8FA-D3F584C03AA3> /usr/lib/libncurses.5.4.dylib
    0x7fff8a371000 -     0x7fff8a3a1fff  com.apple.GSS (4.0 - 2.0) <A37BAF76-C262-3292-B82D-F004CAC5F333> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8a3a2000 -     0x7fff8a3f1ff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff8a3f2000 -     0x7fff8a416fef  libJPEG.dylib (1237) <6DB10054-5C64-32FB-83FD-E102A8F73258> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8a417000 -     0x7fff8a43cfff  libPng.dylib (1237) <F5652650-87ED-3D53-9E59-A897DFA41DD0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8a43d000 -     0x7fff8a449fff  com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8a44a000 -     0x7fff8a52efff  libcrypto.0.9.8.dylib (52.20.2) <977DA067-2588-3BF8-A7B2-F08FC6E9088F> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8a52f000 -     0x7fff8a56afff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8a56b000 -     0x7fff8a598fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8a599000 -     0x7fff8a5bdff7  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
    0x7fff8a5be000 -     0x7fff8a5f0ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8a5f1000 -     0x7fff8a5f9fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8a5fa000 -     0x7fff8a688ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8a689000 -     0x7fff8a6a8fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8a6c7000 -     0x7fff8a6deff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8a6f6000 -     0x7fff8a720ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8a721000 -     0x7fff8a723fff  com.apple.SecCodeWrapper (4.0 - 238.20.2) <C6C126F0-6BF4-3E29-A9B7-7BAD8D17EE4F> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8a73c000 -     0x7fff8a744ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8a745000 -     0x7fff8a7ceff7  com.apple.CoreSymbolication (3.1 - 57020.1) <85707039-0C8A-3409-B0B5-153431CC1841> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8a7cf000 -     0x7fff8a7d3fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8a7d4000 -     0x7fff8a7eefff  com.apple.AppleVPAFramework (1.4.3 - 1.4.3) <AE62A92E-EDA7-37AD-8AF0-7912E9381A1F> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8a7ef000 -     0x7fff8a7f7ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8a7f8000 -     0x7fff8a7f8ff7  liblaunch.dylib (559.20.9) <FA89A113-696E-3271-8FE1-A0D7324E8481> /usr/lib/system/liblaunch.dylib
    0x7fff8a832000 -     0x7fff8a856ff7  com.apple.Sharing (328.16 - 328.16) <F96C7040-5FAF-3BC6-AE1E-5BF9CBE786C4> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8a857000 -     0x7fff8a883fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <B427BF0A-36DC-357F-B807-1B1AA2AFB7BA> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8a884000 -     0x7fff8a88cfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a88d000 -     0x7fff8a890ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <BCC15965-7869-34F4-9019-9D0A41DD6AFF> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8a891000 -     0x7fff8a8c1fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff8a8c2000 -     0x7fff8a8d3ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8a8d4000 -     0x7fff8a921fff  com.apple.ImageCaptureCore (6.3 - 6.3) <44B6E670-16ED-3C81-9E8D-34543CD71273> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8a955000 -     0x7fff8b191fe3  com.apple.CoreGraphics (1.600.0 - 779.11) <DC15AADD-387C-348E-84F0-1C8BAAB1B567> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8b192000 -     0x7fff8b2f9fff  com.apple.AutomatorFramework (2.5 - 409.2) <BB7A569B-7326-390C-91C7-39D9FE0D083C> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x7fff8b2fa000 -     0x7fff8b30efeb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8b314000 -     0x7fff8b330ff7  com.apple.pluginkit.framework (1.0 - 1) <D1A7F6E5-091B-30E7-852B-E866BF38A5AB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff8b331000 -     0x7fff8b37ffff  libcurl.4.dylib (83.1.2) <462767FC-C7F2-39F1-8C10-DA4114945F55> /usr/lib/libcurl.4.dylib
    0x7fff8b380000 -     0x7fff8b384fff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8b385000 -     0x7fff8b3d1ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff8b414000 -     0x7fff8b429ff7  com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8b42c000 -     0x7fff8b479ff3  com.apple.CoreMediaIO (601.0 - 4760) <B2B71300-A863-30F8-8F00-B852CF843264> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8b47a000 -     0x7fff8b480ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8b481000 -     0x7fff8b4a2fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <D3862426-2586-3DF7-BA75-9A184FCD74C4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8b4a3000 -     0x7fff8b4c0ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8b7ed000 -     0x7fff8b8a8ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8b8a9000 -     0x7fff8b8d1fff  libxpc.dylib (559.20.9) <D35D0DB2-D7BD-3BE4-8378-062BFE545E1D> /usr/lib/system/libxpc.dylib
    0x7fff8b8d2000 -     0x7fff8b8d5ff7  com.apple.UniversalAccessCore (7.0 - 236.61) <F24E4426-C28F-3A9D-97B5-99695BDC8398> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Frameworks/UniversalAccessCore.framework/Versions/A/UniversalAccessCore
    0x7fff8b8d6000 -     0x7fff8b8edfff  com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff8b8ee000 -     0x7fff8bb58ff7  com.apple.imageKit (2.6.1 - 848) <CBCF1292-3DC5-3A1F-A333-AAE462BBB3F3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8bb59000 -     0x7fff8bb66ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff8bb67000 -     0x7fff8bb97ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8bc30000 -     0x7fff8bcc4fff  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
    0x7fff8bcc5000 -     0x7fff8bcc7ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <FC7CD902-5A92-317A-BB05-DACBF690ECC5> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff8bcc8000 -     0x7fff8bccffff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8bcd0000 -     0x7fff8bd10ff7  libGLImage.dylib (11.1.2) <260A4BF3-DC45-369C-A0CD-B667F9D17179> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8bd11000 -     0x7fff8bd15fff  com.apple.LoginUICore (3.2 - 3.2) <417954C5-1675-31A8-9631-6B56E9AA3E93> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8bdbc000 -     0x7fff8bdbdfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8bdbe000 -     0x7fff8bdc3ffb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff8bdc4000 -     0x7fff8bdcaff7  com.apple.BezelServicesFW (250.15 - 250.15) <02892B0A-6F88-3A71-9B3D-E6A1D5EA6AF7> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff8be4e000 -     0x7fff8c9cfff7  com.apple.AppKit (6.9 - 1347.57) <B214D528-7D1C-39B2-BE36-821D417A0297> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c9d0000 -     0x7fff8c9dbff7  com.apple.CrashReporterSupport (10.10 - 631) <D87A64FA-64B1-3B23-BB43-ADE173C108C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8c9dc000 -     0x7fff8c9f7ff7  com.apple.aps.framework (4.0 - 4.0) <5F4CEDD6-C7AD-3026-A5F3-9146F08F23D2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8cc85000 -     0x7fff8cc8bff7  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <FA127B6D-F081-3DED-BC3E-24E36A4A9375> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
    0x7fff8cc8c000 -     0x7fff8ccafff7  com.apple.idsfoundation (10.0 - 1000) <2395F969-DB5F-3D41-BA52-31FEE83E0719> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff8ccb0000 -     0x7fff8ccdbff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff8ccdc000 -     0x7fff8cce7ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <A5640275-E2A6-3856-95EF-5F0DC440B10C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8cce8000 -     0x7fff8cd33fff  com.apple.DiskManagement (7.2 - 847.8) <AC5F075C-BC03-3A29-8235-450CD243565D> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff8cd34000 -     0x7fff8cdb2fff  com.apple.CoreServices.OSServices (640.4 - 640.4) <20121A5E-7AB5-3624-8CF0-3562F97C8A95> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8cdb3000 -     0x7fff8cdccffb  com.apple.openscripting (1.4 - 162.1) <E6B42781-A556-355A-8A49-82A8D2B347FF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8cdcd000 -     0x7fff8cde3ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <C3E7D4C1-400D-34FA-9FE1-8C68C03CE969> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8cde4000 -     0x7fff8d17cff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8d17d000 -     0x7fff8d267ff7  com.apple.QuickLookUIFramework (5.0 - 675.42) <86EE3D40-4554-3813-8C8B-B583A5F6F7E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8d268000 -     0x7fff8d2b7ff7  com.apple.opencl (2.4.2 - 2.4.2) <4A9574ED-15CF-3EBB-B4C0-D30F644D6C74> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8d2b8000 -     0x7fff8d2b8fff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8d2b9000 -     0x7fff8d2cbff7  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
    0x7fff8d2cc000 -     0x7fff8d410ff7  com.apple.QTKit (7.7.3 - 2890) <EA6DCA1E-CBAB-328F-B230-1F9B9104E110> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8d42d000 -     0x7fff8d4c2ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8d4d2000 -     0x7fff8d902fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8d91d000 -     0x7fff8da4dfff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8da59000 -     0x7fff8da96ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8da97000 -     0x7fff8db89ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8dbad000 -     0x7fff8dbe7ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8dbe8000 -     0x7fff8dbe9ff7  com.apple.AddressBook.ContactsData (9.0 - 1579) <FF9C31DD-7839-35FB-AE66-21AEF63583EF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff8dc86000 -     0x7fff8dcd7fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8e561000 -     0x7fff8e5a7ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8e5ea000 -     0x7fff8e5ecfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8e5ed000 -     0x7fff8e5f2ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8e5f3000 -     0x7fff8e5f4ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8e5ff000 -     0x7fff8e60afff  libGL.dylib (11.1.2) <BF99CC65-215A-3C7D-87D7-3F7EE6E9B3DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8e666000 -     0x7fff8e6d4ffb  com.apple.Heimdal (4.0 - 2.0) <7697A837-98B8-3BDB-A7D2-8ED4C9ABC510> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8e6d5000 -     0x7fff8e6d6ff7  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
    0x7fff8e6d7000 -     0x7fff8e74fff7  com.apple.SystemConfiguration (1.14 - 1.14) <06A8405D-53BA-30A9-BA8A-222099176091> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8e750000 -     0x7fff8f712ffb  com.apple.WebCore (10600 - 10600.5.17) <587F71B3-28E7-3EBC-87B3-1F5E1D8C1349> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8f713000 -     0x7fff8f75ffff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8f760000 -     0x7fff8f763fff  com.apple.xpc.ServiceManagement (1.0 - 1) <9E025823-660A-30C5-A568-223BD595B6F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8f764000 -     0x7fff8f777ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8f778000 -     0x7fff8f795fff  com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <6ABD3AE2-DF6A-3AB2-994B-9C0FB42CE2B7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8f796000 -     0x7fff8f8a5ff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8f8a6000 -     0x7fff8f8c9ff7  com.apple.framework.familycontrols (4.1 - 410) <E491AFDB-2E12-37D0-B093-6E93091019C4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8f900000 -     0x7fff8f902fff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8f966000 -     0x7fff8f969ff7  com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8f96a000 -     0x7fff8f96ffff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8f970000 -     0x7fff8fc72ffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8fc73000 -     0x7fff8fc7efdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <EFA1D6D6-28BA-32AA-9CD4-DDF4898FEEBB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8fc7f000 -     0x7fff8fc81ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8fc8b000 -     0x7fff8fc9aff7  com.apple.ToneLibrary (1.0 - 1) <179C7D61-CB88-3CE3-9F06-4D60D13D616C> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff8fc9b000 -     0x7fff8fcb7fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8fcb8000 -     0x7fff8fcbafff  com.apple.marco (10.0 - 1000) <87240BDC-79FE-3CBF-A94D-EAB348ED7AA2> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff8fcc3000 -     0x7fff8fdb5fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8fed1000 -     0x7fff8feebff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff8feec000 -     0x7fff8fef5fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8fef6000 -     0x7fff8fefcff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8fefd000 -     0x7fff8ff08fff  com.apple.AppSandbox (4.0 - 238.20.2) <BEFAB7F2-B189-391B-9B2D-FFF3EE2B77B6> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8ff09000 -     0x7fff8ff0bfff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff8ff0c000 -     0x7fff8ff18ff7  com.apple.OpenDirectory (10.10 - 187) <1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ff19000 -     0x7fff8ff2bff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff8ff2c000 -     0x7fff8ffbdff7  libCoreStorage.dylib (471.20.7) <ECD8903C-F131-3A9A-BBF4-E124DA028909> /usr/lib/libCoreStorage.dylib
    0x7fff8ffbe000 -     0x7fff903cbff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff904e3000 -     0x7fff904eeff7  libcsfde.dylib (471.20.7) <44E51549-CECC-3C7B-867B-01901CA9C756> /usr/lib/libcsfde.dylib
    0x7fff904ef000 -     0x7fff9053afff  com.apple.CloudDocs (1.0 - 321.6) <4C54EDB7-4377-3722-8C47-F3C3D260FCBA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff90567000 -     0x7fff90577ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff90578000 -     0x7fff9058aff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff9058b000 -     0x7fff906afff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff906b0000 -     0x7fff909e1fff  com.apple.Foundation (6.9 - 1153.20) <F0FF3A5D-C5B7-34A1-9319-DE1EF928E58E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff909e2000 -     0x7fff90d4dfff  com.apple.VideoToolbox (1.0 - 1562.235) <0E996B8C-BE1C-3749-ACCA-DACBC89AFABB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff90d4e000 -     0x7fff90d5ffff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff90d60000 -     0x7fff90d7bff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff90d7c000 -     0x7fff90d7efff  libsystem_sandbox.dylib (358.20.5) <4CF77128-6BE0-3958-B646-707FA9CE61B2> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff91009000 -     0x7fff91009fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff91023000 -     0x7fff91028ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff91087000 -     0x7fff9108bfff  libspindump.dylib (182.4) <929670EB-4963-3496-AD24-8B50E388803C> /usr/lib/libspindump.dylib
    0x7fff910b7000 -     0x7fff9115efff  com.apple.PDFKit (3.1 - 3.1) <717B6DB9-4C81-3326-AFB7-6B003FBF1311> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff9115f000 -     0x7fff91160fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff91161000 -     0x7fff9116aff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff9116b000 -     0x7fff911a3fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff911a4000 -     0x7fff911eeff7  com.apple.HIServices (1.22 - 522.1) <E8BD41E4-7747-3CAF-807A-5CA9AD16B525> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff91209000 -     0x7fff91210ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff91226000 -     0x7fff9136cfef  libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
    0x7fff9136d000 -     0x7fff913d4ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff913dd000 -     0x7fff91408fff  com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff91409000 -     0x7fff914f9fef  libJP2.dylib (1237) <A24C99BF-2360-343F-BCA1-F044E78EA0DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff914fa000 -     0x7fff91570fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff91571000 -     0x7fff915a8ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff915c0000 -     0x7fff915cbff7  libkxld.dylib (2782.20.48) <28EF8328-E3E2-336A-974B-FB1BF119D55A> /usr/lib/system/libkxld.dylib
    0x7fff915cc000 -     0x7fff915cefff  libRadiance.dylib (1237) <9B048776-53BB-3947-8ECE-9DDA804C86B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff915cf000 -     0x7fff915e9ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff91927000 -     0x7fff919bdff7  com.apple.cloudkit.CloudKit (283.67.2 - 283.67.2) <79F5AD38-61D5-30E6-96DC-974351D4195B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff91a3c000 -     0x7fff91a8fffb  libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff91a90000 -     0x7fff91a96fff  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
    0x7fff91ad4000 -     0x7fff91ad6ff7  com.apple.securityhi (9.0 - 55006) <5DB5773C-FC07-302C-98FE-4B80D88D481A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff91ad7000 -     0x7fff91ae6fff  com.apple.AppleScriptObjC (1.3.1 - 28) <4567732F-07A5-3699-B131-13CED1CE997E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff91ae7000 -     0x7fff91b20fff  com.apple.AirPlaySupport (2.0 - 215.18) <6AF8E973-3643-3FEE-AA8F-541B9F093EEE> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff91b21000 -     0x7fff91b50fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff91b51000 -     0x7fff91c48fff  com.apple.MapKit (1.0 - 1549.0.14) <20C8F247-6F02-36DE-B245-6828F87CA371> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
    0x7fff91c49000 -     0x7fff91d5bff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff91d9d000 -     0x7fff91f82ff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff91f83000 -     0x7fff91fb4fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff91fb5000 -     0x7fff9204cfff  com.apple.CoreMedia (1.0 - 1562.235) <21EB4AB6-2DBC-326B-B17E-E88BAA9E9200> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff9204f000 -     0x7fff92052ff7  libdyld.dylib (353.2.1) <9EACCA38-291D-38CC-811F-7E9D1451E2D3> /usr/lib/system/libdyld.dylib
    0x7fff92053000 -     0x7fff92057fff  com.apple.IOAccelerator (156.14 - 156.14) <5D593364-14AA-3DDA-96FE-B9CF4FE09143> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff92058000 -     0x7fff920bdff7  com.apple.ids (10.0 - 1000) <42C61956-F016-315A-ADD3-3CA37EE99DD7> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff920be000 -     0x7fff920f1fff  com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff920f2000 -     0x7fff921a1fe7  libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff921a2000 -     0x7fff921b3fff  libsystem_coretls.dylib (35.20.2) <6084A531-2523-39F8-B030-811FA1A32FB5> /usr/lib/system/libsystem_coretls.dylib
    0x7fff921b4000 -     0x7fff921e5ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <D0903EA8-D861-3488-BCF5-9D8E7C6D01FA> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff921e6000 -     0x7fff9223afff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff9223b000 -     0x7fff923cafff  libGLProgrammability.dylib (11.1.2) <E4FDCB86-E93C-36CC-B2EF-5FA0E96FF880> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff923cb000 -     0x7fff924bffff  libFontParser.dylib (134.2) <9F57B025-AB9C-31DD-9D54-2D7AB1298885> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff924c0000 -     0x7fff92580ff7  com.apple.backup.framework (1.6.4 - 1.6.4) <A67CE7D7-AAE4-3AC0-86B7-EAF403853D09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff92581000 -     0x7fff9258ffff  com.apple.AddressBook.ContactsFoundation (9.0 - 1579) <34ED9046-0157-399F-9742-2FC2D098E368> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff926a5000 -     0x7fff92744e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff92745000 -     0x7fff9277dfff  libsystem_network.dylib (412.20.3) <589A5F67-BE2A-3245-A181-0ECC9B53EB00> /usr/lib/system/libsystem_network.dylib
    0x7fff9277e000 -     0x7fff92798ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff927ae000 -     0x7fff92ae1ff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff92be2000 -     0x7fff92bf8ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff92ea9000 -     0x7fff92f1dffb  com.apple.securityfoundation (6.0 - 55126) <42589E18-D38C-3E25-B638-6E29740C224C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff92f1e000 -     0x7fff93046ff7  com.apple.coreui (2.1 - 308.6) <DEA5D3E1-D333-302B-A6CF-7643BFDFAED0> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff93047000 -     0x7fff93055ff7  com.apple.opengl (11.1.2 - 11.1.2) <864B35BF-1E76-382B-8D5F-38C7282621E6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff93056000 -     0x7fff93188ff7  com.apple.MediaControlSender (2.0 - 215.18) <86E901A7-64C3-3D2C-BBD4-E385405831D3> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff93189000 -     0x7fff936b2fff  com.apple.QuartzComposer (5.1 - 332) <BCEDA75A-684E-34A7-8204-65E0ECB760B2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff936b3000 -     0x7fff936b3ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff936b4000 -     0x7fff93720fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <5E228544-77A9-3AA5-8355-E8F6626F50E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff93721000 -     0x7fff9377cfe7  libTIFF.dylib (1237) <6C8BBCA3-C233-3941-ACF9-F06C5E6EE2E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9377d000 -     0x7fff93c92ffb  com.apple.JavaScriptCore (10600 - 10600.5.10) <ED4CABC6-0952-3E28-A3CD-32CA5CE22252> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff93c93000 -     0x7fff93d14ff7  com.apple.CoreUtils (1.1 - 110.1) <C98E1441-3FCB-3BC6-BB51-5380BD39EA88> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff93d15000 -     0x7fff93db3fff  com.apple.Metadata (10.7.0 - 917.35) <8CBD1D32-4F4B-3F9A-AC65-76F2B5376FBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff93db4000 -     0x7fff93db6fff  com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff93db7000 -     0x7fff93de3fff  libsandbox.1.dylib (358.20.5) <C84D0EA1-CE60-3328-A196-D55874BE83D1> /usr/lib/libsandbox.1.dylib
    0x7fff93de5000 -     0x7fff93e3fff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff93e40000 -     0x7fff93e48ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff93e49000 -     0x7fff93e4bfff  libsystem_configuration.dylib (699.1.5) <20F3B077-179D-3CB0-A3C1-C8602D53B4DB> /usr/lib/system/libsystem_configuration.dylib
    0x7fff93e4c000 -     0x7fff93e6cfff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff93e6d000 -     0x7fff93ea8fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff93ea9000 -     0x7fff93ea9ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff93eaf000 -     0x7fff93eb2fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff93eb3000 -     0x7fff93ebefff  com.apple.CommerceCore (1.0 - 376.24) <1B2B5206-43B6-3CA4-B057-8A7252CE6902> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff93ebf000 -     0x7fff93ff9fff  com.apple.ImageIO.framework (3.3.0 - 1237) <3C06213D-847A-3C7B-843E-6EC37113965D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff93ffa000 -     0x7fff940e6ff7  com.apple.PackageKit (3.0 - 438) <1C84EFEC-6BCC-3045-8E57-60330EBD02F2> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff940e7000 -     0x7fff94114ffb  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <F976816E-5E12-3619-AE5E-F4BCE6FDEEA9> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff94115000 -     0x7fff94121ff7  libGPUSupportMercury.dylib (11.1.2) <55BFDDBD-C196-3D24-A7DA-905A6A722DAC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff94122000 -     0x7fff9418eff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff94200000 -     0x7fff943b0ff3  com.apple.QuartzCore (1.10 - 361.18) <ACA61D8F-9535-3141-8FDD-AC3EF6BF0806> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff94445000 -     0x7fff94452ff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff94453000 -     0x7fff94758ff3  com.apple.HIToolbox (2.1.1 - 758.7) <6711FAA9-904A-3B49-9665-FC8D13B93C42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff94764000 -     0x7fff94764fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff94765000 -     0x7fff94772ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff94773000 -     0x7fff9477cff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff9477d000 -     0x7fff94784ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff94785000 -     0x7fff9478cfff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff9478d000 -     0x7fff94790fff  libScreenReader.dylib (390.53) <AD92B2DB-B571-3B65-A4C4-316DF598EB10> /usr/lib/libScreenReader.dylib
    0x7fff94791000 -     0x7fff947b7fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff94878000 -     0x7fff94891ff7  com.apple.CFOpenDirectory (10.10 - 187) <790ED527-EFD2-3EA6-8C97-A8C04E96EBA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff94892000 -     0x7fff94a9fff3  com.apple.CFNetwork (720.3.13 - 720.3.13) <69E15385-5784-3912-88F6-03B16F1C1A5C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff94aa0000 -     0x7fff94aa2fff  libCVMSPluginSupport.dylib (11.1.2) <6EFEC4A6-2EAC-3C27-820E-C28BE71B9FCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff94b63000 -     0x7fff94bcdfff  com.apple.imfoundation (10.0 - 1000) <E201BA25-FFF2-354A-9185-041DC19D9A4D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff94bce000 -     0x7fff950befff  com.apple.MediaToolbox (1.0 - 1562.235) <9813E9A6-5BD6-3E56-9D20-0023703D5096> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff950bf000 -     0x7fff950c7ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff950c8000 -     0x7fff950d0fe7  libcldcpuengine.dylib (2.4.5) <0E9B5292-1EBC-379D-A706-83A27C05D742> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff950d1000 -     0x7fff95122ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <FED294D2-13CB-381D-98D0-BDA909AACA32> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff95370000 -     0x7fff9537cff7  libexslt.0.dylib (13) <9197981D-B0E9-39EB-9958-D4B181FB0B0E> /usr/lib/libexslt.0.dylib
    0x7fff9537d000 -     0x7fff95698fcf  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
    0x7fff95699000 -     0x7fff9569afff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
    0x7fff956b4000 -     0x7fff956dcfff  libsystem_info.dylib (459.20.1) <AEB3FE62-4763-3050-8352-D6F9AF961AE6> /usr/lib/system/libsystem_info.dylib
    0x7fff956dd000 -     0x7fff956e2fff  libsystem_stats.dylib (163.20.16) <FBC3F80F-A0FB-3BD6-9A7E-800DE45F092E> /usr/lib/system/libsystem_stats.dylib
    0x7fff956e3000 -     0x7fff956ffff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff95730000 -     0x7fff9573bff7  com.apple.DirectoryService.Framework (10.10 - 187) <85675744-B77D-37ED-805B-4BD0DD20845D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff95799000 -     0x7fff957a1fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff957a2000 -     0x7fff95a21ff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff95a7b000 -     0x7fff95ac8ff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff95ac9000 -     0x7fff95acdfff  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
    0x7fff95ace000 -     0x7fff95b0aff7  com.apple.OSAKit (1.5 - 102) <3953CB35-32D3-3578-9663-2208828FF54F> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x7fff95b0b000 -     0x7fff95b17ff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff95b18000 -     0x7fff95b77fff  com.apple.AE (681.2 - 681.2) <181B3B06-2DC6-3E4D-B44A-2551C5E9CF6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff95ba1000 -     0x7fff95bfefff  com.apple.QuickLookFramework (5.0 - 675.42) <A9B7668D-60EF-35B2-9ACB-0E68DE335B15> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff95bff000 -     0x7fff95c79fff  com.apple.AVKit (1.1 - 214.19) <A89B9E75-43CF-31C7-BD4A-AFC9C34C22DC> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff95c7a000 -     0x7fff95d06ff7  libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
    0x7fff95d07000 -     0x7fff95e95fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff95e96000 -     0x7fff95e9ffff  libGFXShared.dylib (11.1.2) <0BAF2EA8-3BC4-3BF4-ABB6-A6E0A1F3F6A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff95ea0000 -     0x7fff960e5ff7  com.apple.AddressBook.framework (9.0 - 1579) <A31956C5-AA13-35E6-B553-6BDF33F35103> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff960e6000 -     0x7fff96155fff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff96156000 -     0x7fff96160ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff9616c000 -     0x7fff96195ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff96196000 -     0x7fff96196fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff96197000 -     0x7fff9619dfff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff9619e000 -     0x7fff961a2ff7  libGIF.dylib (1237) <8A40FED5-FA90-3E76-A359-CD974C43A962> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff961a3000 -     0x7fff961a4ff3  libSystem.B.dylib (1213) <CCEC13A5-D0D9-31C5-B0B0-1C564B4A20A6> /usr/lib/libSystem.B.dylib
    0x7fff961a5000 -     0x7fff9657cfe7  com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9657d000 -     0x7fff9664fff7  com.apple.PubSub (1.0.5 - 65.39) <9A915B29-496B-3653-B450-EB1B6EF2BBD7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff96650000 -     0x7fff96650fff  libOpenScriptingUtil.dylib (162.1) <E0605012-0DDB-3150-8FD0-699376FA3CD0> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff96651000 -     0x7fff96651fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff96678000 -     0x7fff96695fff  libsystem_kernel.dylib (2782.20.48) <EAFD7BD0-0C30-3E7D-9528-F9916BA0167C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff96696000 -     0x7fff96696fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff966c5000 -     0x7fff96767fff  com.apple.Bluetooth (4.3.4 - 4.3.4f4) <A1120885-F31B-3C13-9B0D-2589F391CC7A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff967cb000 -     0x7fff967cefff  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
    0x7fff967cf000 -     0x7fff96840ffb  com.apple.ApplicationServices.ATS (360 - 375.2) <2338AF23-528F-359A-847F-8B04E49E2B84> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff96916000 -     0x7fff96918fff  libUniversalAccess.dylib (236.61) <4049683A-A836-34F4-BCB4-EB7D30B818A0> /usr/lib/libUniversalAccess.dylib
    0x7fff96919000 -     0x7fff96948ff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff96949000 -     0x7fff96949fff  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
    0x7fff9694a000 -     0x7fff96a63ffb  com.apple.CoreText (352.0 - 454.6) <D45790B0-E1A3-3C7D-8BA2-AB71D2CFA7FB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff96acc000 -     0x7fff96c33ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff96c34000 -     0x7fff96ef5ff7  com.apple.WebKit (10600 - 10600.5.17) <5724ED63-1C75-3090-B60A-DA484A9DBDE2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff96ef6000 -     0x7fff97057fff  com.apple.avfoundation (2.0 - 889.210) <0CFF0D47-7C6B-388E-87BD-404F43A6B1E0> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff97058000 -     0x7fff9706dfff  com.apple.ToneKit (1.0 - 1) <25D0FF56-B802-359D-9CA1-D530F4890D87> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff9706e000 -     0x7fff97073ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff97074000 -     0x7fff9707ffff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff97080000 -     0x7fff97367ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff97368000 -     0x7fff9738cff7  com.apple.facetimeservices (10.0 - 1000) <C43BF703-4651-3A34-8EEE-52228103C2C8> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x7fff9738d000 -     0x7fff9738fff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff97390000 -     0x7fff973d6ff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff97402000 -     0x7fff97469ffb  com.apple.datadetectorscore (6.0 - 396.1.1) <9B0B3198-DDBE-36C0-8BA9-3EC89C725282> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 15
    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: 10116844
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=424.8M resident=229.9M(54%) swapped_out_or_unallocated=194.9M(46%)
Writable regions: Total=1.3G written=61.1M(5%) resident=164.7M(13%) swapped_out=8K(0%) unallocated=1.1G(87%)

REGION TYPE                        VIRTUAL
===========                        =======
Activity Tracing                     2048K
CG backing stores                    11.2M
CG image                             12.9M
CG raster data                         68K
CG shared images                      464K
CoreAnimation                        7300K
CoreData Object IDs                  4100K
CoreImage                             392K
CoreServices                         2588K
CoreUI image data                     208K
Dispatch continuations               8192K
Foundation                             16K
IOKit                                7028K
Image IO                              356K
JS JIT generated code                   8K
JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
Kernel Alloc Once                       8K
MALLOC                              150.5M
MALLOC (admin)                         32K
Memory Tag 242                         12K
Memory Tag 249                        156K
Memory Tag 251                         64K
OpenCL                                 48K
SQLite page cache                    6656K
STACK GUARD                          56.1M
Stack                                16.2M
VM_ALLOCATE                          17.8M
WebKit Malloc                         464K
__DATA                               45.8M
__GLSLBUILTINS                       2588K
__IMAGE                               528K
__LINKEDIT                          108.5M
__TEXT                              316.4M
__UNICODE                             552K
mapped file                         231.1M
shared memory                          68K
===========                        =======
TOTAL                                 2.0G
TOTAL, minus reserved VM space        1.0G


Model: MacBookAir6,2, BootROM MBA61.0099.B18, 2 processors, Intel Core i5, 1.4 GHz, 8 GB, SMC 2.13f15
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4B3445364533303445452D45474345000000
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4B3445364533303445452D45474345000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.4f4 15601, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128F, 121.33 GB
USB Device: Internal Memory Card Reader
USB Device: MT65xx Android Phone
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6

CodePilot for Xcode 9

Hi,

I rewrote parts of CodePilot so it works with Xcode 9. It's available here: https://github.com/antmd/CodePilot/blob/master/README.md

It still needs some work to get all of the symbol functionality back to the original, but I haven't much time. It should be quite easy, now the approach for Xcode 9 is clear in the new code.

My main use case is the new 'switcher' function I added.

Do you think I should attempt a pull request, or rename the repo to something else (but still provide a link to this version)?

Best Regards
--Anthony

Plugin produces 'harmless' errors on command line SVN (Xcode 5.02 Mavericks)

When running svn commands via the terminal I get warnings/errors such as this:

2014-01-20 09:27:13.619 xcodebuild[1026:d07] Error loading /Users/paul.downs/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CodePilot3.xcplugin/Contents/MacOS/CodePilot3:  dlopen(/Users/paul.downs/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CodePilot3.xcplugin/Contents/MacOS/CodePilot3, 265): Symbol not found: _IDEEditorDocumentDidChangeNotification
  Referenced from: /Users/paul.downs/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CodePilot3.xcplugin/Contents/MacOS/CodePilot3
  Expected in: flat namespace
 in /Users/paul.downs/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CodePilot3.xcplugin/Contents/MacOS/CodePilot3
2014-01-20 09:27:13.620 xcodebuild[1026:d07] WARNING: Failed to load plugin at: /Users/paul.downs/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CodePilot3.xcplugin, skipping.  Could not load bundle.

For example the above was produced by running:

svn -r1:HEAD log

Paul

Last version not compatible con xcode 6.0.1 (6A317)

Hello, I compile the last versión of the repository, without any errors, it appears in may plugin directory correctly, but I can't run code pilot, it not appears in my xcode menu. Any suggestion? Exist a new version of the code?

Excessive CPU Usage and fan activity

I found my CPU usage was pegged at about 110% and the fan was going constantly, so I removed the plugin, which resolved the problem. Is there anything I can send you to help debug this?

Xcode 5.0.2 (5A3005)
rMBP 2.7GHz i7

Not work in Xcode 6.3.1

Hello,
I need help.
I installed CodePilot via Alcatraz. But type cmd + shift + x, nothing happen. I tried to restart Xcode.
I read this thread. #34
And checked in my computer, 9F75337B-21B4-4ADC-B558-F9CADF7073A7 has already saved into both info.plist.

Can't make it work

I installed this via Alcatraz, the plugin is in the Plug-ins directory, but the shortcut does nothing.

Not working in Xcode 7.1

I've installed the plugin using Alcatraz.

However pressing CMD+SHIFT+X, code pilot doesn't pop up

Codepilot leads to xcodebuild corruption

I found my make command does not work and printed

sh: line 1:  609 Abort trap: 6           /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find make 2> /dev/null
git: error: unable to find utility "make", not a developer tool or in PATH

Then, I checked xcodebuild and it printed

2015-03-03 12:36:42.233 xcodebuild[1300:1007] CPCodePilotPlugin.m:23 +[CPCodePilotPlugin load]; CODE PILOT: CURRENT_XCODE_VERSION: 0 CURRENT_XCODE_REVISION: 0
** INTERNAL ERROR: Uncaught exception **
Exception: Error (1000) creating CGSWindow

Finally, I removed CodePilot and then everything is fine.

Can't open CodePilot

I build the CodePilot project and see the the CodePilot3.xcplugin in the Xcode/Plug-in folders. Then I restart Xcode 5, hit CMD-SHIFT-X as guided, but nothing happens

Xcode crash after hitting space bar in Code Pilot query field

I suppose migration to NSRegularExpression could introduce this.

Application Specific Information:
ProductBuildVersion: 6C131e
UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff8df80654 __exceptionPreprocess (in CoreFoundation)
  1  0x00000001077db764 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2  0x00007fff8c73c76e objc_exception_throw (in libobjc.A.dylib)
  3  0x00007fff8df8051d +[NSException raise:format:] (in CoreFoundation)
  4  0x00007fff94b71c39 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] (in Foundation)
  5  0x00007fff94bc2f48 -[NSRegularExpression(NSMatching) matchesInString:options:range:] (in Foundation)
  6  0x00007fff94d84e6c -[NSRegularExpression(NSReplacement) replaceMatchesInString:options:range:withTemplate:] (in Foundation)
  7  0x000000011681eb52 -[CPXcodeWrapper normalizedQueryForQuery:] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPXcodeWrapper.m:149 (in CodePilot3)
  8  0x0000000116820c65 -[CPXcodeWrapper contentsForQuery:fromResult:] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPXcodeWrapper.m:448 (in CodePilot3)
  9  0x00000001168241d5 -[CPSearchController setupMatchingSymbolsData] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPSearchController.m:157 (in CodePilot3)
 10  0x0000000116825fc5 -[CPSearchController updateContentsWithSearchField] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPSearchController.m:401 (in CodePilot3)
 11  0x000000011682629d -[CPSearchController spacePressedForSearchField:] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPSearchController.m:429 (in CodePilot3)
 12  0x000000011682e70e -[CPSearchField spaceKeyDown] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPSearchField.m:159 (in CodePilot3)
 13  0x000000011682f17b -[CPSearchFieldTextView keyDown:] at /Users/bartekchlebek/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPSearchFieldTextView.m:37 (in CodePilot3)
 14  0x00007fff95a3bfdb -[NSWindow _reallySendEvent:] (in AppKit)
 15  0x00007fff954c416e -[NSWindow sendEvent:] (in AppKit)
 16  0x00007fff954763d1 -[NSApplication sendEvent:] (in AppKit)
 17  0x00000001087efdd4 -[IDEApplication sendEvent:] (in IDEKit)
 18  0x00007fff95302608 -[NSApplication run] (in AppKit)
 19  0x00007fff952eda14 NSApplicationMain (in AppKit)
 20  0x00007fff8d9a25c9 start (in libdyld.dylib)

Seems CodePilot causes whole system to crash

I believe it's been taking down my whole system under xCode 6.3.2. This is the log I got this morning before removing it. This has been happening intermittently for at least a week. I'm not certain it's Codepilot but my suspicions are growing.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff8d2af286 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff85d18b53 abort + 129
2   com.apple.dt.IDE.Xcode3Core     0x000000010125e7f6 _Xcode3CommandLineToolHandleException + 391
3   com.apple.dt.IDE.Xcode3Core     0x000000010126d315 _Xcode3CommandLineToolHandleUncaughtException + 25
4   com.apple.CoreFoundation        0x00007fff828c84ee __handleUncaughtException + 718
5   libobjc.A.dylib                 0x00007fff8faab7cd _objc_terminate() + 94
6   libc++abi.dylib                 0x00007fff81b920a1 std::__terminate(void (*)()) + 8
7   libc++abi.dylib                 0x00007fff81b92113 std::terminate() + 51
8   libobjc.A.dylib                 0x00007fff8faab5ff objc_terminate + 9
9   libdispatch.dylib               0x00007fff8b285c27 _dispatch_client_callout + 28
10  libdispatch.dylib               0x00007fff8b285b26 dispatch_once_f + 117
11  net.macoscope.CodePilot3        0x0000000109fa8929 +[CPCodePilotPlugin sharedInstance] + 46 (once.h:68)
12  net.macoscope.CodePilot3        0x0000000109fa81a9 +[CPCodePilotPlugin load] + 403 (CPCodePilotPlugin.m:26)
13  libobjc.A.dylib                 0x00007fff8faa0ad1 call_load_methods + 747
14  libobjc.A.dylib                 0x00007fff8fa9fb04 load_images + 214
15  dyld                            0x00007fff64a4af86 dyld::notifySingle(dyld_image_states, ImageLoader const*) + 249
16  dyld                            0x00007fff64a5885e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 286
17  dyld                            0x00007fff64a586f8 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 138
18  dyld                            0x00007fff64a58969 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 75
19  dyld                            0x00007fff64a4e063 dyld::runInitializers(ImageLoader*) + 89
20  dyld                            0x00007fff64a551d1 dlopen + 578
21  libdyld.dylib                   0x00007fff837e8857 dlopen + 59
22  com.apple.CoreFoundation        0x00007fff827fc9c8 _CFBundleDlfcnLoadBundle + 152
23  com.apple.CoreFoundation        0x00007fff827fc190 _CFBundleLoadExecutableAndReturnError + 528
24  com.apple.Foundation            0x00007fff875cf983 _NSBundleLoadCode + 513
25  com.apple.Foundation            0x00007fff875cf37f -[NSBundle loadAndReturnError:] + 259
26  com.apple.Xcode.DevToolsCore    0x000000010232aee4 __46-[XCPluginManager loadPluginBundle:forDomain:]_block_invoke + 50
27  com.apple.dt.DVTFoundation      0x00000001006ff8f2 DVTInvokeWithFailureHint + 83
28  com.apple.Xcode.DevToolsCore    0x000000010232ac6c -[XCPluginManager loadPluginBundle:forDomain:] + 1041
29  com.apple.Xcode.DevToolsCore    0x000000010232a704 __46-[XCPluginManager findAndLoadPluginsInDomain:]_block_invoke + 621
30  com.apple.dt.DVTFoundation      0x00000001006e681d -[DVTPlugInManager _allowNonApplePlugInsFromDescriptors:error:] + 476
31  com.apple.dt.DVTFoundation      0x00000001006e6a9e -[DVTPlugInManager _checkNonApplePlugIns] + 239
32  com.apple.dt.DVTFoundation      0x00000001006e6b14 -[DVTPlugInManager initializePlugIns:] + 27
33  com.apple.dt.IDEFoundation      0x0000000100c697e4 _IDEInitializeOtherPlugInStuff + 175
34  com.apple.dt.IDEFoundation      0x0000000100c6abbc IDEInitialize + 3533
35  com.apple.dt.IDE.Xcode3Core     0x000000010126c02f -[Xcode3CommandLineBuildTool run] + 836
36  xcodebuild                      0x000000010052a9be 0x10052900

No Build output

New to C++ here. Just cloned the repo, installed the PackageMaker app, and built the project. But there's no .xcplugin in build/Release - There's actually no build folder at all.

What could be happening?

Thanks

OS X Mavericks and PackageMaker.app

Hi guys:

Having an issue installing on Mavericks as PackageMaker doesn't seem to be available for it. Tried building in XCode and using the command inside the 'installer' folder. The error I get is:

Could not locate PackageMaker.app. You can download it from https://developer.apple.com/downloads (Auxiliary tools for Xcode)

Is there a workaround / fix for this, or am I doing something wrong?

Thanks again.
Kyle

Plugin not loaded in XCode 5.1

It shows this in Console.

20/3/14 5:18:43.344 pm Xcode[60114]: [MT] PluginLoading: Required plug-in compatibility UUID A2E4D43F-41F4-4FB9-BB94-7177011C9AED for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CodePilot3.xcplugin' not present in DVTPlugInCompatibilityUUIDs

I edited Info.plist, and added A2E4D43F-41F4-4FB9-BB94-7177011C9AED to DVTPlugInCompatibilityUUIDs and it worked.

Just post this issue here for reference.

Xcode 6.4 doesn't load the plugin

Xcode gives a warning on launch about 3rd party bundles and asks if it should load them. No matter what, CodePilot doesn't work after that.
Notes:

  • DVTPlugInCompatibilityUUID was updated to the actual value
  • Alcatraz and other plugins work after performing steps described in alcatraz/Alcatraz#307

Alcatraz?

Hello @macoscopehq

Could you make this plugin also available as an Alcatraz Plugin please?

Thanks,
Kex

Redundant feature

Xcode 5 already provides a very similar feature. You can search for files, methods, etc by pressing cmd+shift+O.

Just thought I'd let you know.

Result speed compared to open quickly is sub-par.

There is a large delay between typing something and the results appearing and allowing the user to hit enter and proceed.

For myself, this causes me to press enter before the results have appeared when I'm using a search result I know will get me where I want.

Changing DEFAULTS_SEARCH_INTERVAL_KEY to a smaller float fixes the delay as expected but causes significant lag in the UI & action response.

I'd like to spend some time in instruments and see if I can figure out ways to improve this. This ticket will also allow open discussion of areas in need of improvement.

Enable using Navigation Chooser with Code Pilot

One of the great features of Xcode's "Open Quickly" is the option to choose where exactly to open the selected file, by showing the . This way, I can choose if I want to open in the Standard editor, in the Assistant editor, in a new tab, or in a new Xcode window.

mainview

"From the docs: For Option-Shift navigation (Option-Shift-click or Option-Shift-choose a file), Xcode displays a graphical navigation chooser showing the current layout. The chooser prompts you to open the file in any open editor pane in any window and tab, or to open the file in a new editor pane, window, or tab."

Is it possible we can see this feature coming in CodePilot?

Retina assets.

It seems that CodePilot doesn't render correctly on retina screens. The logo and others icons are blurry. Is this a known issue?

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.