my iphone se iOS 11.1.2 ( Electra Jailbreak),I use debugserver + lldb to debug the third-party test.app, listening to port 1234 for a connection from . Succeeded, but after a few seconds, it flashed back and I couldn't debug。The following tips:
/Developer/usr/bin/debugserver :1234 -a "test"
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14
for arm64.
Attaching to process test...
Listening to port 1234 for a connection from *...
Failed to get connection from a remote gdb process.
Exiting.
iPhone:~ root#
Failed to get connection from a remote gdb process. What's the reason? Help me。
my iphone se iOS 11.1.2 ( Electra Jailbreak),I use debugserver + lldb to debug the third-party test.app, listening to port 1234 for a connection from . Succeeded, but after a few seconds, it flashed back and I couldn't debug。The following tips: /Developer/usr/bin/debugserver :1234 -a "test" debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14 for arm64. Attaching to process test... Listening to port 1234 for a connection from *... Failed to get connection from a remote gdb process. Exiting. iPhone:~ root#
Failed to get connection from a remote gdb process. What's the reason? Help me。