Is it possible to get backtrace of kext without attaching with gdb as described at
if I have the panic log?
Somehow like this:
- Get the address of kext caused panic from panic log
- Generate dSYM file with
kextutil
- Paste the method's names from dSYM file into panic log to get backtrace?