DavidGoldman / InspectiveC

objc_msgSend hook for debugging/inspection purposes.
GNU General Public License v3.0
715 stars 108 forks source link

Feature request: Log NSBlock type signature #4

Closed DavidGoldman closed 9 years ago

DavidGoldman commented 9 years ago

It appears that NSBlocks may contain type signature information. It would certainly be useful to log this signature if it is available.

See: https://github.com/ebf/CTObjectiveCRuntimeAdditions http://clang.llvm.org/docs/Block-ABI-Apple.html