facebook / chisel

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

Change how presence of Chisel runtime is verified #246

Closed kastiglione closed 6 years ago

kastiglione commented 6 years ago

Instead of looking for a module by the name of Chisel, look for the PrintInstances symbol.

This allows Chisel to be statically linked, which could the simplest way to use findinstances on iOS devices.