chisel icon indicating copy to clipboard operation
chisel copied to clipboard

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

Open Liiiszt opened this issue 3 years ago • 1 comments

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.

Liiiszt avatar Jul 22 '22 03:07 Liiiszt

@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.

duraki avatar Apr 02 '23 06:04 duraki