Skip to content

Instantly share code, notes, and snippets.

@beefon
Created June 4, 2019 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beefon/cdc4ef98de64a7bdcb6db0dcc6d84ea2 to your computer and use it in GitHub Desktop.
Save beefon/cdc4ef98de64a7bdcb6db0dcc6d84ea2 to your computer and use it in GitHub Desktop.
#0 0x0000000114b8d46a in ___forwarding___ ()
#1 0x0000000114b8f238 in __forwarding_prep_0___ ()
#2 0x0000000125665698 in CALLING_SOME_+initialize_METHOD () <<< SELECTED THIS STACK FRAME
#3 0x0000000125665a2a in initializeNonMetaClass ()
(lldb) register read
General Purpose Registers:
rbx = 0x0000600000d45b00
rbp = 0x00007ffee32f24f0
rsp = 0x00007ffee32f24f0
r12 = 0x00000001137ea158 type metadata for Components.TextFieldInputView
r13 = 0x0000000125f68dd3 libobjc.A.dylib`PrintInitializing
r14 = 0x0000000000000000
r15 = 0x00000001137ea110 _TtC10Components18TextFieldInputView
rip = 0x0000000125665698 libobjc.A.dylib`CALLING_SOME_+initialize_METHOD + 19
13 registers were unavailable.
(lldb) po (BOOL)[0x00000001137ea110 respondsToSelector:@selector(initialize)]
YES
(lldb) po (BOOL)[[0x00000001137ea110 class] respondsToSelector:@selector(initialize)]
YES
(lldb) po (BOOL)[[0x00000001137ea110 class] respondsToSelector:@selector(randomMethodNAME)]
NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment