Skip to content
  • John McCall's avatar
    In debugger mode, make ObjC message sends to unknown selectors return · 3f4138c5
    John McCall authored
    __unknown_anytype, and rewrite such message sends correctly.
    
    I had to bite the bullet and actually add a debugger support mode for this
    one, which is a bit unfortunate, but there really isn't anything else
    I could imagine doing;  this is clearly just debugger-specific behavior.
    
    llvm-svn: 135051
    3f4138c5
Loading