facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.
MIT License
9.12k stars 804 forks source link

There is no fbobjclldb.py module which is mentioned in the README.md #305

Open Liiiszt opened 2 years ago

Liiiszt commented 2 years ago

In Custom Command, "Chisel has a python function just for this, loadCommandsInDirectory in the fbobjclldb.py module." Actually, the name of the module is fbchisellldb.py or fblldb.py.

duraki commented 1 year ago

@Liiiszt this is mistake in official documentation.

This should work:

# => make sure to import fbchisellldb.py from libexec at the very top
...
script fbchisellldb.loadCommandsInDirectory('/Users/$USER/.lldb/your_commands/src/cmds/')

Paging @kastiglione to notify about the wrongfully stated documentation.