Skip to content
  1. Feb 23, 2012
    • Eric Christopher's avatar
      Add a quick TODO. · 55b2bfa7
      Eric Christopher authored
      llvm-svn: 151217
      55b2bfa7
    • Eric Christopher's avatar
      Fold debug scope emission into the cleanup scope. · 27bc9fee
      Eric Christopher authored
      llvm-svn: 151216
      27bc9fee
    • Sean Callanan's avatar
      Added support for looking up the complete type for · 7277284f
      Sean Callanan authored
      Objective-C classes.  This allows LLDB to find
      ivars declared in class extensions in modules other
      than where the debugger is currently stopped (we
      already supported this when the debugger was
      stopped in the same module as the definition).
      
      This involved the following main changes:
      
      - The ObjCLanguageRuntime now knows how to hunt
        for the authoritative version of an Objective-C
        type.  It looks for the symbol indicating a
        definition, and then gets the type from the
        module containing that symbol.
      
      - ValueObjects now report their type with a
        potential override, and the override is set if
        the type of the ValueObject is an Objective-C
        class or pointer type that is defined somewhere
        other than the original reported type.  This
        means that "frame variable" will always use the
        complete type if one is available.
      
      - The ClangASTSource now looks for the complete
        type when looking for ivars.  This means that
        "expr" will always use the complete type if one
        is available.
      
      - I added a testcase that verifies that both
        "frame variable" and "expr" work.
      
      llvm-svn: 151214
      7277284f
    • Daniel Dunbar's avatar
      MC: Fix the MCNullStreamer which was broken in r147763. · 9646a472
      Daniel Dunbar authored
      llvm-svn: 151213
      9646a472
    • Johnny Chen's avatar
      Add @expectedFailure decorator with radar number. · 0afd64a8
      Johnny Chen authored
      llvm-svn: 151212
      0afd64a8
  2. Feb 22, 2012
Loading