Created
December 2, 2015 19:19
-
-
Save evanlucas/2f0dac3238d9dbf57e5c to your computer and use it in GitHub Desktop.
lldb_output1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) process attach --pid 847 | |
Process 847 stopped | |
* thread #1: tid = 0x24ee, 0x00007fff8f89ec96 libsystem_kernel.dylib`mach_msg_trap + 10, queue = 'com.apple.main-thread, stop reason = signal SIGSTOP | |
frame #0: 0x00007fff8f89ec96 libsystem_kernel.dylib`mach_msg_trap + 10 | |
libsystem_kernel.dylib`mach_msg_trap: | |
-> 0x7fff8f89ec96 <+10>: retq | |
0x7fff8f89ec97 <+11>: nop | |
libsystem_kernel.dylib`mach_msg_overwrite_trap: | |
0x7fff8f89ec98 <+0>: movq %rcx, %r10 | |
0x7fff8f89ec9b <+3>: movl $0x1000020, %eax | |
Executable module set to "/System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent". | |
Architecture set to: x86_64h-apple-macosx. | |
(lldb) command source -s 1 '/Users/evan/./.lldbinit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment