You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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。
The text was updated successfully, but these errors were encountered:
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。
The text was updated successfully, but these errors were encountered: