diff options
| author | Mark Rowe <mrowe@bdash.net.nz> | 2025-05-08 11:31:10 -0700 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-05-29 09:42:11 -0400 |
| commit | 2524e2ce6be351d79477442a073e743946d1334a (patch) | |
| tree | 79486df727a1cd6741237d96de3e0056f4cd4f1e /python/debuginfo.py | |
| parent | 4ea37e18bfed8de162dfb816971417a0679b602f (diff) | |
Detect calls that the Objective-C workflow has rewritten directly to an implementation
These are detected by their function names having the characteristic
`-[ClassName methodName:]` format. Calls to functions with this naming
pattern that accept a selector as a second argument are assumed to be
`objc_msgSend` calls that the Objective-C workflow rewrote.
These calls are formatted identically to other `objc_msgSend` calls with
the exception that the selector tokens reference the address of the call
target rather than the selector string, so double-clicking on them takes
you to the fixed destination of the rewritten call.
Diffstat (limited to 'python/debuginfo.py')
0 files changed, 0 insertions, 0 deletions
