iPad-2:~ root# lldb
(lldb) attach 3174
Process 3174 stopped
* thread #1: tid = 0x1f64d, 0x00000001817f7de8 libsystem_kernel.dylib`mach_msg_trap + 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x00000001817f7de8 libsystem_kernel.dylib`mach_msg_trap + 8
libsystem_kernel.dylib`mach_msg_trap:
-> 0x1817f7de8 <+8>: ret
libsystem_kernel.dylib`mach_msg_overwrite_trap:
0x1817f7dec <+0>: movn x16, #0x1f
0x1817f7df0 <+4>: svc #0x80
0x1817f7df4 <+8>: ret
Executable module set to "/var/containers/Bundle/Application/C40578D2-AF06-4CC7-A126-B44D9D39C965/PvZ2.app/PvZ2".
Architecture set to: arm64-apple-ios.
(lldb) w s e -- 0x105D76DF0
Watchpoint created: Watchpoint 1: addr = 0x105d76df0 size = 8 state = enabled type = w
new value: 55840628736
(lldb) x/i 0x105D76DF0
0x105d76df0: 0x005c6000 .long 0x005c6000 ; unknown opcode
i got ithe info.
then?