Skip to content

Crashes when invoked manually #6

@infiniteNIL

Description

@infiniteNIL

Just trying to invoke manually just like in the demo app. Always crashes even if I try to set a background image. Seems to be related to the background image, but even if I set it, or make sure it's nil, it still crashes. I'm on iOS 7, but shouldn't have anything to do with it. I've attached a crash report.

Process: Pitching Radar [17221]
Path: /Users/USER/Library/Application Support/iPhone Simulator/*/Pitching Radar.app/Pitching Radar
Identifier: Pitching Radar
Version: 0
Code Type: X86 (Native)
Parent Process: launchd_sim [17145]
User ID: 501

Date/Time: 2013-08-23 16:08:21.479 -0600
OS Version: Mac OS X 10.8.4 (12E55)
Report Version: 10

Crashed Thread: 0

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001

VM Regions Near 0x1:
--> __PAGEZERO 0000000000000000-0000000000004000 [ 16K] ---/--- SM=NUL /Users/USER/Library/Application Support/iPhone Simulator//Pitching Radar.app/Pitching Radar
__TEXT 0000000000004000-0000000000294000 [ 2624K] r-x/rwx SM=COW /Users/USER/Library/Application Support/iPhone Simulator/
/Pitching Radar.app/Pitching Radar

Application Specific Information:
objc_msgSend() selector name: length
iPhone Simulator 463.9.4, iPhone OS 7.0 (iPhone Retina (4-inch)/11A4449b)

Thread 0 Crashed:
0 libobjc.A.dylib 0x003d90b0 objc_msgSend + 12
1 UIKit 0x00fda028 UIImageAtPath + 36
2 UIKit 0x00e4eea9 +[UIImage imageNamed:] + 111
3 UIKit 0x1068c59a +[UIImageAccessibility(SafeCategory) imageNamed:] + 58
4 Pitching Radar 0x000140aa -[LSNewsletterInvite initWithNibName:bundle:] + 1114 (LSNewsletterInvite.m:197)
5 UIKit 0x00f31b29 -[UIViewController init] + 49
6 Pitching Radar 0x001e9b77 builtin_ostub1(objc_object* (
)(objc_object_, objc_selector_, ...), objc_selector_, objc_object_, unsigned char, int, unsigned long_) + 39
7 Pitching Radar 0x001c1310 rb_vm_objc_dispatch(unsigned long ()(objc_object ()(objc_object, objc_selector_, ...), objc_selector, objc_object_, unsigned char, int, unsigned long const_), objc_object_ ()(objc_object_, objc_selector_, ...), objc_object*, objc_selector, unsigned char, int, unsigned long const) + 48
8 Pitching Radar 0x001c07f1 rb_vm_dispatch + 4305
9 Pitching Radar 0x000dca32 vm_dispatch + 466
10 Pitching Radar 0x000dff6a rb_scope__subscribeToNewsletter
+ 218 (about_view_controller.rb:78)
11 Pitching Radar 0x001d983f dispatch_rimp_caller(objc_object* ()(objc_object, objc_selector_, ...), unsigned long, objc_selector, int, unsigned long const_) + 46303
12 Pitching Radar 0x001c0ad3 rb_vm_dispatch + 5043
13 Pitching Radar 0x001b842c send_internal + 604
14 Pitching Radar 0x001b80ff rb_f_send + 31
15 Pitching Radar 0x001c05ba rb_vm_dispatch + 3738
16 Pitching Radar 0x000dca32 vm_dispatch + 466
17 Pitching Radar 0x000e0613 rb_scope__tableView:didSelectRowAtIndexPath:__ + 1123 (about_view_controller.rb:112)
18 Pitching Radar 0x000e0659 unnamed_52 + 57
19 UIKit 0x00f038d1 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1513
20 UIKit 0x00f03a44 -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 279
21 UIKit 0x00f079f8 __38-[UITableView touchesEnded:withEvent:]_block_invoke + 43
22 UIKit 0x00e3ee83 ___afterCACommitHandler_block_invoke + 15
23 UIKit 0x00e3ee2e _applyBlockToCFArrayCopiedToStack + 403
24 UIKit 0x00e3ec5a _afterCACommitHandler + 532
25 CoreFoundation 0x022a05fe __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION
+ 30
26 CoreFoundation 0x022a054f __CFRunLoopDoObservers + 399
27 CoreFoundation 0x0227e474 __CFRunLoopRun + 1076
28 CoreFoundation 0x0227dbf3 CFRunLoopRunSpecific + 467
29 CoreFoundation 0x0227da0b CFRunLoopRunInMode + 123
30 GraphicsServices 0x05380a27 GSEventRunModal + 192
31 GraphicsServices 0x0538084e GSEventRun + 104
32 UIKit 0x00e22f0b UIApplicationMain + 1225
33 Pitching Radar 0x00021e8c main + 156 (main.mm:15)
34 libdyld.dylib 0x04371725 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x0453d9ca kevent64 + 10
1 libdispatch.dylib 0x040d2f39 _dispatch_mgr_invoke + 238
2 libdispatch.dylib 0x040d2c75 _dispatch_mgr_thread + 60

Thread 2:
0 libsystem_kernel.dylib 0x0453cb3e recvfrom + 10
1 libsystem_sim_c.dylib 0x0419ca8d recv + 54
2 Pitching Radar 0x001fd1fd -[RMREPL receiveString] + 77
3 Pitching Radar 0x001fd37c -[RMREPL start] + 188
4 Foundation 0x00a69a27 -[NSThread main] + 76
5 Foundation 0x00a69986 __NSThread__main
+ 1275
6 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
7 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x0453a7d2 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x04539cb0 mach_msg + 68
2 CoreFoundation 0x02278f79 __CFRunLoopServiceMachPort + 169
3 CoreFoundation 0x0227e4e1 CFRunLoopRun + 1185
4 CoreFoundation 0x0227dbf3 CFRunLoopRunSpecific + 467
5 CoreFoundation 0x0227da0b CFRunLoopRunInMode + 123
6 AudioToolbox 0x030a8fc0 GenericRunLoopThread::Entry(void
) + 192
7 AudioToolbox 0x03054536 CAPThread::Entry(CAPThread
) + 150
8 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
9 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 4:
0 libsystem_kernel.dylib 0x0453cc72 semwait_signal + 10
1 libsystem_sim_c.dylib 0x0419c97b nanosleep + 219
2 libsystem_sim_c.dylib 0x0419c826 usleep + 60
3 CoreAudio 0x03e59e9c HALRunLoop::OwnThread(void
) + 116
4 CoreAudio 0x03e60ace CAPThread::Entry(CAPThread
) + 114
5 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
6 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 5:
0 libsystem_kernel.dylib 0x0453c8e2 _psynch_cvwait + 10
1 libsystem_c.dylib 0x043fc280 pthread_cond_wait + 833
2 libsystem_c.dylib 0x04482095 pthread_cond_wait$UNIX2003 + 71
3 AudioToolbox 0x03053b23 CAGuard::Wait() + 67
4 AudioToolbox 0x03072e21 AQConverterManager::AQConverterThread::Run() + 801
5 AudioToolbox 0x03072af1 AQConverterManager::AQConverterThread::ConverterThreadEntry(void
) + 17
6 AudioToolbox 0x03054536 CAPThread::Entry(CAPThread
) + 150
7 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
8 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 6:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x0453a7d2 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x04539cb0 mach_msg + 68
2 CoreAudio 0x03e31d0a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t_, bool, unsigned int) + 138
3 CoreAudio 0x03e2c1f0 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
4 CoreAudio 0x03e2a92b HALC_ProxyIOContext::IOWorkLoop() + 1143
5 CoreAudio 0x03e2a3ef HALC_ProxyIOContext::IOThreadEntry(void_) + 167
6 CoreAudio 0x03e34ab2 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
7 CoreAudio 0x03e2a2ef HALB_IOThread::Entry(void*) + 69
8 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
9 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 7:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x0453a7d2 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x04539cb0 mach_msg + 68
2 CoreFoundation 0x02278f79 CFRunLoopServiceMachPort + 169
3 CoreFoundation 0x0227e4e1 __CFRunLoopRun + 1185
4 CoreFoundation 0x0227dbf3 CFRunLoopRunSpecific + 467
5 CoreFoundation 0x0227da0b CFRunLoopRunInMode + 123
6 Foundation 0x00a0de6e +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
7 Foundation 0x00a69a27 -[NSThread main] + 76
8 Foundation 0x00a69986 __NSThread__main
+ 1275
9 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
10 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 8:: WebThread
0 libsystem_kernel.dylib 0x0453a7d2 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x04539cb0 mach_msg + 68
2 CoreFoundation 0x02278f79 __CFRunLoopServiceMachPort + 169
3 CoreFoundation 0x0227e4e1 __CFRunLoopRun + 1185
4 CoreFoundation 0x0227dbf3 CFRunLoopRunSpecific + 467
5 CoreFoundation 0x0227da0b CFRunLoopRunInMode + 123
6 WebCore 0x06c5b8b0 RunWebThread(void*) + 608
7 libsystem_c.dylib 0x043f75b7 _pthread_start + 344
8 libsystem_c.dylib 0x043e1d4e thread_start + 34

Thread 9:
0 libsystem_kernel.dylib 0x0453d0ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x043fa0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x043f9e79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x043e1d2a start_wqthread + 30

Thread 10:
0 libsystem_kernel.dylib 0x0453d0ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x043fa0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x043f9e79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x043e1d2a start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000001 ebx: 0x00fda012 ecx: 0x040e391f edx: 0x000002c1
edi: 0x00000001 esi: 0x0da58000 ebp: 0xbfffa268 esp: 0xbfffa23c
ss: 0x00000023 efl: 0x00010202 eip: 0x003d90b0 cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x00000001
Logical CPU: 0

Binary Images:
0x4000 - 0x293ff7 +Pitching Radar (0) <863BF3CA-9DFC-3006-8622-B8846562F1A7> /Users/USER/Library/Application Support/iPhone Simulator//Pitching Radar.app/Pitching Radar
0x3c4000 - 0x56ce17 +libobjc.A.dylib (627) <273F5A4C-82CE-3129-B7E9-036663C5E799> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libobjc.A.dylib
0x587000 - 0x747ff7 +libicucore.A.dylib (511.23) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libicucore.A.dylib
0x7da000 - 0x98bff7 com.apple.CoreGraphics (1.600.0 - 580.2) <845E6C68-6D41-3EA7-A36D-8EF3EE95FE6C> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x9e7000 - 0xca6ff3 +Foundation (1047.18.1) <88F3A521-9922-3307-B70C-6F044B77628E> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Foundation.framework/Foundation
0xe0c000 - 0x17d6ff7 +UIKit (2891.1) <43A47066-7C31-33DB-9F1D-53BE13A7C9FB> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/UIKit.framework/UIKit
0x1c80000 - 0x1dc9ffb +AVFoundation (696.1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1eab000 - 0x1f79fff +MessageUI (1305) <19053733-58D6-3A93-9B8F-1CC966A7C5FC> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/MessageUI.framework/MessageUI
0x1ff1000 - 0x2181ffb +QuartzCore (330.0.6) <29BEDEE7-C704-3A7C-A37C-A47B7534B896> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x221e000 - 0x2239ffb +StoreKit (292) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/StoreKit.framework/StoreKit
0x2251000 - 0x240cffb +CoreFoundation (847.18) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x2528000 - 0x2528ffd +Accelerate (459) <5BB86EE4-73CB-3CC9-8885-47114D9473F6> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Accelerate
0x252c000 - 0x25c3ffb +MobileCoreServices (51) <12EF848D-48C2-31B5-99D2-2F76AB2EE609> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x2604000 - 0x27cdffb +CFNetwork (671) <0552C6E4-70E8-3B87-A7DD-344C717F771C> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x28b2000 - 0x290bffb +SystemConfiguration (613) <836F6B3C-74E2-3390-8BDC-4475CEAF271B> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x2934000 - 0x2992ffb +Security (1534) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Security.framework/Security
0x29c4000 - 0x29d7ff7 +CoreVideo (117.0.1) <68AB7D8A-7ED8-38E4-81EC-28BF93B013AA> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x29e7000 - 0x29f3ffb +OpenGLES (9.1.11) <03B9AEF0-C730-3D5E-A556-04F74EFAA6B2> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x29fd000 - 0x2b08ff7 +CoreImage (229) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreImage.framework/CoreImage
0x2b6f000 - 0x2e19ff7 +ImageIO (936) <10E8696B-09FB-32F4-8967-F90CD868D6F8> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/ImageIO.framework/ImageIO
0x2e9e000 - 0x2fa8ff3 +CoreText (384) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreText.framework/CoreText
0x3011000 - 0x3406ff7 +AudioToolbox (610.4) <5CC1F1AF-E22E-3CFE-891C-84AEC492E0CD> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x34ec000 - 0x3549ff3 +CoreMedia (1329.8) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x3583000 - 0x37e0fff +MediaToolbox (1329.8) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x3895000 - 0x3a0fff7 +AddressBookUI (1551) <6D58AA81-7F85-3054-BA73-63577D5DDBD8> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x3af6000 - 0x3b7afff +AddressBook (10898) <8CE17447-34AC-337C-9864-DD99A1AF7899> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/AddressBook.framework/AddressBook
0x3bba000 - 0x3cd8fff +EventKit (1180) <7B3F432A-CC65-3E93-BCF3-3C47D6FED91F> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/EventKit.framework/EventKit
0x3d63000 - 0x3dd4ff3 +QuickLook (439) <51FBFE43-AAC3-3FD1-8195-8911424CC5FC> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/QuickLook.framework/QuickLook
0x3e1b000 - 0x3e75ffb +CoreAudio (90) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x3e97000 - 0x3e9eff7 +MediaAccessibility (43) <31ABB1B0-0169-3DB0-919A-76F704798FA7> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x3ea9000 - 0x3ed3ffb +Accounts (404) <230509B2-1F14-38CA-894E-80D09A7F3FF5> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accounts.framework/Accounts
0x3eee000 - 0x3f4cffb +CoreLocation (1609) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3f62000 - 0x3fc7ff7 +libc++.1.dylib (221) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libc++.1.dylib
0x4017000 - 0x4039fff +libSystem.dylib (111) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libSystem.dylib
0x4052000 - 0x4076fff +libc++abi.dylib (114) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libc++abi.dylib
0x4082000 - 0x4087ffb +libsystem_override.dylib (111) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_override.dylib
0x408d000 - 0x4091fff +libcache_sim.dylib (60) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libcache_sim.dylib
0x4096000 - 0x40a3fff +libcommonCrypto_sim.dylib (60049) <97C165CE-4558-3276-9AE3-1F59AA3694D8> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libcommonCrypto_sim.dylib
0x40af000 - 0x40b4ff2 +libcompiler_rt_sim.dylib (57) <637643FF-6EAE-33E2-B772-07E3B77C7DDA> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libcompiler_rt_sim.dylib
0x40bd000 - 0x40c5ffb +libcopyfile_sim.dylib (103) <56D1013D-0528-3773-B9D8-9260DD08BD52> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libcopyfile_sim.dylib
0x40cb000 - 0x40e8ff7 +libdispatch.dylib (354) <17843616-BDB8-39D5-90A7-66411022C831> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libdispatch.dylib
0x40fd000 - 0x40fdfff +libdyld_sim.dylib (324) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libdyld_sim.dylib
0x4101000 - 0x4105ff7 +libmacho_sim.dylib (846.2) <73C919FA-4CFF-3411-8A39-F0B96CBE7AB4> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libmacho_sim.dylib
0x410a000 - 0x4113ff7 +libnotify_sim.dylib (121) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libnotify_sim.dylib
0x411a000 - 0x411cfff +libremovefile_sim.dylib (33) <458E416E-0B8D-310B-A461-CCAF3BB6FC39> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libremovefile_sim.dylib
0x4121000 - 0x4122fff +libsystem_sim_blocks.dylib (64) <9EB9AD8C-D999-3DDB-8252-B7BF5ED80E48> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_blocks.dylib
0x4126000 - 0x41b2ff7 +libsystem_sim_c.dylib (1002) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_c.dylib
0x41d5000 - 0x41ddff7 +libsystem_sim_dnssd.dylib (539) <076802BE-1CF4-30B2-9D7D-56C436A37CEE> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_dnssd.dylib
0x41e3000 - 0x420aff7 +libsystem_sim_info.dylib (452) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_info.dylib
0x421a000 - 0x4248ffe +libsystem_sim_m.dylib (3051.2) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_m.dylib
0x424f000 - 0x427bfff +libsystem_network.dylib (268) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_network.dylib
0x4291000 - 0x4298ffb +libunwind_sim.dylib (59.3) <25723981-26B3-380C-A1A6-1CECFB3B7B79> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libunwind_sim.dylib
0x429f000 - 0x42caff7 +libxpc.dylib (330) <9FBBE623-25A7-32B4-9F11-A3B83B0D76BD> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libxpc.dylib
0x42e2000 - 0x42e4fff +libsystem_sim_configuration.dylib (613) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_configuration.dylib
0x42ea000 - 0x42feff3 +libsystem_sim_asl.dylib (224) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libsystem_sim_asl.dylib
0x4307000 - 0x4307fff libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
0x430e000 - 0x4360ff7 +libcorecrypto_sim.dylib (161.4) <0F3768DE-26AD-3252-BC30-04127677F0FA> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/libcorecrypto_sim.dylib
0x436f000 - 0x4371fff +libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/host/libdyld.dylib
0x4377000 - 0x437bffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x4380000 - 0x438bfff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x4396000 - 0x4399ff7 libcompiler_rt.dylib (30) /usr/lib/system/libcompiler_rt.dylib
0x43a0000 - 0x43a8fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x43ae000 - 0x43affff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x43b4000 - 0x43b4fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x43b8000 - 0x43bffff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x43c7000 - 0x43cbff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x43d0000 - 0x43d1fff libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
0x43d6000 - 0x43d7fff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x43dd000 - 0x43ddfff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x43e1000 - 0x449efeb libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x44da000 - 0x44e1fff libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
0x44e7000 - 0x4513ff7 libsystem_info.dylib (406.17) /usr/lib/system/libsystem_info.dylib
0x4528000 - 0x4542ffc libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
0x4553000 - 0x4580ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
0x458a000 - 0x4594fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x459d000 - 0x459efff libsystem_sandbox.dylib (220.3) /usr/lib/system/libsystem_sandbox.dylib
0x45a3000 - 0x45a4ffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
0x45aa000 - 0x45b1ffb libunwind.dylib (35.1) /usr/lib/system/libunwind.dylib
0x45b8000 - 0x4604fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x4611000 - 0x4620fff +libz.1.dylib (53) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libz.1.dylib
0x4625000 - 0x48cbfff +vImage (270) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x4907000 - 0x4907ffd +vecLib (459) <1B1B60BF-2D27-36EE-9914-53FEA4410EF0> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x490b000 - 0x49ddfff +libvDSP.dylib (459) <147D68F0-47DA-3EDD-9457-7A38E23F6752> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x49e9000 - 0x4a4cfff +libstdc++.6.dylib (100) <1187B81B-5D5B-399B-BEFA-0E1E73458EC5> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libstdc++.6.dylib
0x4aac000 - 0x4e72ffa +libLAPACK.dylib (1104) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x4e9f000 - 0x4fe7ff7 +libBLAS.dylib (1104) <64B032A7-860E-3D38-9713-B55D5B88F892> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x4fff000 - 0x508afff +libvMisc.dylib (459) <0844A185-1211-36EA-9713-A35D74C4B54E> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x5092000 - 0x5192fff +libxml2.2.dylib (25.6) <37E91ECC-D112-358E-9E97-826F9E9F1B9D> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libxml2.2.dylib
0x51c1000 - 0x5232ffb +IOKit (920.1.11) <2C7D23A9-1393-3296-A617-46F6F4E47662> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x5261000 - 0x5280ff7 +libCRFSuite.dylib (32) <174E925E-836F-3C97-9EBC-CEC9BA5FB2A0> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libCRFSuite.dylib
0x528a000 - 0x528bfff +liblangid.dylib (114) <07742CE2-3129-3F83-A031-590DF670F3E9> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/liblangid.dylib
0x528f000 - 0x52a8ff3 +libMobileGestalt.dylib (240) <588CE4D3-FC89-385C-8452-391A0C5C1A57> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libMobileGestalt.dylib
0x52c2000 - 0x52d5fff +libbsm.0.dylib (28) <58269E2A-6B78-31B6-A15D-22540C7CF75C> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libbsm.0.dylib
0x52dd000 - 0x52faffb +SpringBoardServices (2564.1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x5310000 - 0x5347ffb +BackBoardServices (2564.1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x5376000 - 0x538aff7 +GraphicsServices (571) <0713D9B7-B160-3AD1-8F9E-6FBF8DF1BF13> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x539d000 - 0x53a6ffb +XPCObjects (46) <032D93EF-6E79-32EA-8CDE-2D11433C4F9D> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x53b1000 - 0x5487ffb +libsqlite3.dylib (158) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libsqlite3.dylib
0x549b000 - 0x5595fff +UIFoundation (252) <4AF75570-BF55-3666-AB0F-8F1CD371A847> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x55f0000 - 0x566cffb +CoreUI (229) <347D9F52-0A78-30A6-B6A4-1040B3619054> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x56d5000 - 0x59a3ff3 +VideoToolbox (1329.8) <38B8A58B-38DF-3BB4-93D5-50D8D58AC487> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x5a13000 - 0x5a22ff7 +MobileAsset (215.1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x5a2e000 - 0x5a59ff3 +TelephonyUtilities (1) <483FA815-0089-3D5C-9573-00AD3DFEAE41> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x5a7d000 - 0x5aa2ffb +DictionaryServices (206) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x5abd000 - 0x5b11ff3 +AppSupport (893) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x5b43000 - 0x5b75ff3 +TextInput (1438) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x5ba0000 - 0x5cadfff +WebKit (1385) <00DDCB4D-B47E-39AE-A721-59B0311A775E> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x5d58000 - 0x72d1ff7 +WebCore (1887) <12B9A289-8FEB-3651-96DC-F3811CD18EB3> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x7b7d000 - 0x7c3eff3 +ProofReader (228) <19FB6188-B371-3477-90DE-9B738BC7F98B> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x7c5e000 - 0x7c69ffb +libAccessibility.dylib (1206) <234490E1-23F7-3861-9513-816142F12C80> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libAccessibility.dylib
0x7c75000 - 0x7cc0ff7 +PrintKit (141) <34B35C14-E4B8-3CC7-84A6-14BFBFE5BBAE> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x7cde000 - 0x7d1bff3 +PhysicsKit (4.6) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x7d31000 - 0x7d3affb +libGFXShared.dylib (9.1.11) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x7d41000 - 0x7d85fff +libGLImage.dylib (9.1.11) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x7d8e000 - 0x7d90fff +libCVMSPluginSupport.dylib (9.1.11) <52B4DE4D-A08D-34B0-8620-240BC8DA914C> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x7d95000 - 0x7da0ff3 +libCoreVMClient.dylib (65.3) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x7da9000 - 0x8700f8a +libLLVMContainer.dylib (65.3) <37955906-734A-31D8-9DF5-D38751FDC1F3> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
0x89a7000 - 0x89dfff7 +Bom (189) <7CFD88F1-A8EF-3880-B659-360B610D07AF> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/Bom.framework/Bom
0x89ee000 - 0x89fbfff +libbz2.1.0.dylib (31) <5A4BBB38-6EDB-384E-8EE5-533A33224F7D> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libbz2.1.0.dylib
0x8a00000 - 0x8e32ff7 +FaceCore (3.0.1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x9046000 - 0x9047fff +SimulatorClient (463.9.4) <071F5172-B707-3F9D-BF45-F6DD5FDBA02B> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
0x904c000 - 0x905dffb +AssetsLibraryServices (2001.1) <868F8D65-9799-3A55-A564-D12F0F8AEE2F> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x906d000 - 0x9071ff7 +TCC (84) <3D2A419C-4B47-38F6-81E2-4DB6D4A1D990> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/TCC.framework/TCC
0x9077000 - 0x9082ff3 +CommonUtilities (25) <74EE9E72-7F4A-3822-AE2A-3B27264AE570> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x908b000 - 0x908ffff +CommunicationsFilter (35) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x9094000 - 0x914bff3 +CoreTelephony (1631) <5FA9EE8F-4141-37EC-80AB-DF6B5C261545> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x91a1000 - 0x920dffb +IMFoundation (163) <0484615D-A5C3-3ABE-861E-A8187A38B59D> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x923e000 - 0x926eff3 +libtidy.A.dylib (15.11) <78F2B4D3-84A4-3A9A-9398-E9123150DA28> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libtidy.A.dylib
0x927b000 - 0x9280fff +AggregateDictionary (199) <3AC002D7-E27E-398B-B302-1DEB947AED45> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x9288000 - 0x92a3ff3 +DataAccessExpress (1251.4) <56795AAA-3F38-3772-848E-902227989B48> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x92bb000 - 0x9545fff +CoreData (478) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreData.framework/CoreData
0x961b000 - 0x961efff +OAuth (25) <279945AE-ABC4-34D3-B40F-C2DCEAB17B98> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x9623000 - 0x9627fff +DataMigration (893) <950BC45D-64CE-3B56-8AE6-8EACD602FFFB> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x962e000 - 0x9643fff +libTelephonyUtilDynamic.dylib (515) <664CDC77-0A16-3311-B8E1-84B9B5C0A7E2> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libTelephonyUtilDynamic.dylib
0x9669000 - 0x9695ffb +libxslt.1.dylib (13) <6CB8C77A-2D5F-3D97-9AF5-917D676EDBA8> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libxslt.1.dylib
0x96a1000 - 0x9abdff7 +JavaScriptCore (1217) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x9ba6000 - 0x9bacfff +CertUI (73) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x9bb4000 - 0x9ca7ff7 +libiconv.2.dylib (41) <56B8956C-ECE9-37F8-AD35-F5040D1286BB> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libiconv.2.dylib
0x9cb5000 - 0x9cd4ff7 +libresolv.9.dylib (54) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libresolv.9.dylib
0x9cde000 - 0x9d27fff +libAVFAudio.dylib (42.1) <81CDC509-829B-3E60-89BF-8B184972FAF6> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x9d43000 - 0x9d72ff3 +Celestial (1329.8) <060D9009-821D-3258-B757-1EE728D18BD4> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x9d9f000 - 0x9da3fff +BTLEAudioController (86.52) <3B634B65-BE42-34B2-9F6A-E6F668FAB84E> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x9dac000 - 0x9e4bffb +ManagedConfiguration (1038) <6284B347-EF41-360F-9610-8CFCE962BB66> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x9ea8000 - 0x9eb5ff7 +CoreRecents (75.3) <55D06CE1-675A-32FA-B324-9E8377DC17B2> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x9ec4000 - 0x9ec6ffb +FTClientServices (1083) <3F5BDC64-FC21-3050-ADBE-419B49024BB5> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x9ecb000 - 0x9fddffb +Message (2085) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/Message.framework/Message
0xa06b000 - 0xa0adff7 +DataAccess (1251.4) <2B7B7869-CD06-388F-8E77-4C53166583A2> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0xa0d6000 - 0xa0e4fff +MailServices (2016) <88C460C9-071B-3F07-9315-EFDFF77236F4> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MailServices.framework/MailServices
0xa0f3000 - 0xa140ff3 +MIME (2085) <3978BBAF-22D4-3956-802F-6429692ECA43> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MIME.framework/MIME
0xa169000 - 0xa16cff7 +MessageSupport (2085) <22CF8159-7591-362C-AF71-7F5499067254> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0xa173000 - 0xa19cff7 +PersistentConnection (1) <513B5D47-BF15-3CE0-A7B7-0EB095592830> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0xa1bb000 - 0xa261ff7 +IMCore (1083) <7E44AD41-2CBF-395A-AA55-CECA75C02429> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/IMCore.framework/IMCore
0xa28c000 - 0xa28effb +Marco (163) <2CCC1274-84E8-33BC-A093-CCB84050831F> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/Marco.framework/Marco
0xa293000 - 0xa2baffb +FTServices (198) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/FTServices.framework/FTServices
0xa2c8000 - 0xa30eff7 +IDS (198) <39DB9CEE-FED9-3365-92F0-96FF2A6DB011> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/IDS.framework/IDS
0xa321000 - 0xa323ffb +DiagnosticLogCollection (163) <8FBF18EF-9166-3672-9CF0-16A09DB02EDC> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0xa328000 - 0xa339fff +IDSFoundation (198) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0xa345000 - 0xa386ffb +ContentIndex (116) <2C953404-38F8-3CDE-859C-33280DE7E2C1> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0xa3a3000 - 0xa3d5fff +AppleAccount (519) <5285266B-790E-3A80-A25D-B4BC09EA2E68> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0xa3fb000 - 0xa428ff3 +WebBookmarks (338) <6F91853F-0304-3C93-A7CB-2EF1781FA132> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0xa443000 - 0xa473fff +iCalendar (161) <7E156E3E-D60D-37A4-BFDE-B63B6C118573> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0xa490000 - 0xa4b4ff3 +Notes (634) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/Notes.framework/Notes
0xa4c3000 - 0xa537fff +CoreDAV (238) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0xa582000 - 0xa58eff3 +AOSNotification (780) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0xa599000 - 0xa5b1ff7 +ApplePushService (368) <5B42ECE5-77FD-3558-A869-4267B3C8D28E> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0xa5c3000 - 0xa7f4ff7 +GeoServices (702.10) <42F29E2C-090A-34D0-B1F9-D0B36406A355> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0xa904000 - 0xa921ff7 +CoreBluetooth (98) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0xa935000 - 0xa943ff7 +ProtocolBuffer (182.2) <90957BF4-7EAB-3CEF-BB31-75554414B9C5> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0xa94e000 - 0xa955fff +BluetoothManager (122) <194878FF-D70D-3CBD-B5D6-DC8FA069B8D6> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0xa95e000 - 0xa96bffb +MobileBluetooth (86.52) <666F9255-93AC-3818-8B24-5BC5E8520780> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0xa974000 - 0xa978ff3 +MobileInstallation (317) <76544B63-14CF-39D6-A951-5242663CF256> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0xa97e000 - 0xa982ff3 +MobileSystemServices (1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0xa988000 - 0xabb6ffb +MediaPlayer (1993) <3D5F5B51-9009-3CC7-B48B-6D6880CB540B> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0xacf2000 - 0xad48fff +iTunesStore (1066) <2B052966-B1BB-3953-9730-433E9A608C56> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0xad82000 - 0xae4dfff +SAObjects (422) <193558AB-0B02-3653-9A8F-8686843A2ECD> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0xaf6e000 - 0xaf7dff3 +IAP (1383) <6F4C7B31-0887-3FC2-8AC7-331F286E2980> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/IAP.framework/IAP
0xaf8e000 - 0xb0cdfff +MusicLibrary (1395) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0xb159000 - 0xb263ff7 +StoreServices (1066) <24C810EB-ABBE-316B-A81E-C625C4968A39> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0xb311000 - 0xb383fff +Radio (208) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/Radio.framework/Radio
0xb3bb000 - 0xb3c9fff +MediaRemote (179) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0xb3d7000 - 0xb423ffb +HomeSharing (409) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0xb453000 - 0xb517fff +CoreMotion (1609) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreMotion.framework/CoreMotion
0xb534000 - 0xb548fff +StreamingZip (34) <3EA68A16-4DB9-3186-89A5-D295DB9E6428> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0xb7e6000 - 0xb7eafff +AccessibilitySettingsLoader (1206) <709177D9-276F-3707-A382-03F17680EFE1> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0xb7f2000 - 0xb7f7ff7 +libAXSpeechManager.dylib (1206) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libAXSpeechManager.dylib
0xd7c2000 - 0xd7c3fff +libAXSafeCategoryBundle.dylib (1206) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libAXSafeCategoryBundle.dylib
0xd7c8000 - 0xd7e7ff3 +DataDetectorsCore (355) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0xdf88000 - 0xdfb1ffb +ScreenReaderCore (69) <349E62CF-211F-3B2B-A234-5FA7DE8B9B00> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0xdfce000 - 0xdfd8ffb +MediaPlayerFramework (1120) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerFramework
0xdfe7000 - 0xdfefffb +MessageUIFramework (1120) <55E10479-F701-3E99-869F-4109A11D6224> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/MessageUIFramework.axbundle/MessageUIFramework
0x102c9000 - 0x10330ff7 +AccessibilityUtilities (1206) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x10371000 - 0x105e9ff7 +TextToSpeech (9) <852F38DD-3578-3AAA-8034-9998DE9BC1D0> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x10640000 - 0x106ebfff +UIKit (1206) <4AC71BDA-D6AB-3DBF-88E3-6CAEF8A35A01> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
0x10772000 - 0x107a8ff7 +UIAccessibility (1206) <60B74B6C-460F-38EF-AFF2-23C333A204BB> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x107ce000 - 0x107f9ffb +AXRuntime (1206) <63EEE9DC-B870-302E-AC9E-F5A7498CCF3A> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x10814000 - 0x1081dff3 +AddressBookUIFramework (1120) <42E86A33-6189-3ED7-A204-B8BDD5D3F342> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/AddressBookUIFramework.axbundle/AddressBookUIFramework
0x1083a000 - 0x10861ff3 +libRIP.A.dylib (580.2) <79B7D610-A754-3C77-AC06-81E129ED3BEE> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x1086e000 - 0x1087cff3 +libCMSBuiltin.A.dylib (580.2) <7533658F-76FE-3CAB-809F-01AF9B7F2D6D> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x10888000 - 0x108d4fff +libCGFreetype.A.dylib (580.2) <1B8B0270-D5D0-387E-896E-51589E253B4D> /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x10c05000 - 0x10d4cfff +AudioCodecs (1) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x10e54000 - 0x10e83ff3 +CoreServicesInternal (186) /Applications/Xcode5-DP6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x11023000 - 0x11779f67 +libmacruby-repl.dylib (0) <86F47116-53E9-33FB-8F9A-7B6A9E606EBE> /Library/RubyMotion/
/libmacruby-repl.dylib
0x8fe0d000 - 0x8fe3fe57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld

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

VM Region Summary:
ReadOnly portion of Libraries: Total=186.6M resident=68.5M(37%) swapped_out_or_unallocated=118.1M(63%)
Writable regions: Total=102.1M written=6188K(6%) resident=19.8M(19%) swapped_out=0K(0%) unallocated=82.2M(81%)

REGION TYPE VIRTUAL
=========== =======
CG image 12K
CG raster data 48K
CoreAnimation 3132K
Image IO 60K
JS JIT generated code 32.0M
MALLOC 44.5M
MALLOC guard page 48K
Memory tag=76 72K
SQLite page cache 256K
Stack 68.9M
TC malloc 32K
VM_ALLOCATE 948K
__DATA 11.8M
__LINKEDIT 42.0M
__OBJC 4K
__PAGEZERO 16K
__TEXT 144.6M
__UNICODE 544K
mapped file 247.6M
shared memory 64K
=========== =======
TOTAL 596.6M

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions