Jump to content

6 posts in this topic

Recommended Posts

Posted

Use LLDB instead.

LLDB ERROR 

 

process connect connect:xxxxx:xx

 

connection refuse

 

please help me

Use LLDB instead.

LLDB Windows 

LLDB Linux

LLDB Mac OSX

 

Result Error 

Posted (edited)

LLDB ERROR 

 

process connect connect:xxxxx:xx

 

connection refuse

 

please help me

LLDB Windows 

LLDB Linux

LLDB Mac OSX

 

Result Error 

I fixed mine. A lot of stuff on this site is outdated. You need to extract debugserver from your xcode developer disk image for the iOS version you want. Then you need to sign it with codesign (access to all processes) so you wont get a "cant create thread" error, then you need to place that in usr/bin. You need to set the proper permissions(just chmod 755 debugserver in terminal) so you wont get a permission denied error. Then you can start debugserver and lldb from your mac terminal. I'm on iOS9.3.3, and this is also working up to 10.2 on any architecture. Goodluck.

 

Come to think of it, try setting the permissions for gdb(same command as above, just replace debugserver with gdb). Never tried it, but it might work.

Updated by Ratskillz
Posted

I fixed mine. A lot of stuff on this site is outdated. You need to extract debugserver from your xcode developer disk image for the iOS version you want. Then you need to sign it with codesign (access to all processes) so you wont get a "cant create thread" error, then you need to place that in usr/bin. You need to set the proper permissions(just chmod 755 debugserver in terminal) so you wont get a permission denied error. Then you can start debugserver and lldb from your mac terminal. I'm on iOS9.3.3, and this is also working up to 10.2 on any architecture. Goodluck.

 

Come to think of it, try setting the permissions for gdb(same command as above, just replace debugserver with gdb). Never tried it, but it might work.

thanks bro

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines