Jump to content

[New] LLDB Debugger for All iOS Versions


56 posts in this topic

Recommended Posts

xNVCWGs.png&key=59cde8f208320846400f434e

What is LLDB all about?
LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

 

Packages to install:
https://github.com/Proteas/native-lldb-for-ios/blob/master/python-v2.7.6-proteas-2015-11-30.deb
https://github.com/Proteas/native-lldb-for-ios/blob/master/lldb-v3.8.0-proteas-2016-05-06.deb

 

here's how to fix errors and use it:

in SSH type:

ldid -S /usr/lib/libpython2.7.dylib
cd /usr/lib/python2.7
for i in *; do ldid -S $i; done // this will return with massive errno text, its fine, ignore them.
lldb -n binname

or just type "lldb" and when it goes in lldb
type "attach binname"

 

Getting Started with LLDB:

https://developer.apple.com/library/content/documentation/IDEs/Conceptual/gdb_to_lldb_transition_guide/document/lldb-basics.html

 

if you get any issues, make a support topic.

Updated by DiDA
  • Like 11
  • Winner 5
  • Thanks 7
  • Agree 1
Link to comment
https://iosgods.com/topic/59064-new-lldb-debugger-for-all-ios-versions/
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • 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