Skip to content
  1. Sep 25, 2012
  2. Sep 22, 2012
  3. Sep 21, 2012
    • Greg Clayton's avatar
      Full KDP process control with per CPU resume and step. · 7925fbba
      Greg Clayton authored
      llvm-svn: 164378
      7925fbba
    • Sean Callanan's avatar
      Fixed an oddity in the Objective-C class descriptors · 3e633a29
      Sean Callanan authored
      where the descriptor took a pointer to an object and
      expected the Initialize function to dereference that
      pointer and extract the isa value.  This caused one
      of our tests to fail.
      
      llvm-svn: 164353
      3e633a29
    • Greg Clayton's avatar
      <rdar://problem/9959501> · 4b1b8b3e
      Greg Clayton authored
      KDP -- now with rudimentary process control (continue only) and read + write registers (which means we can see stack frames) for x86_64, i386 and ARM.
      
      llvm-svn: 164352
      4b1b8b3e
    • Enrico Granata's avatar
      Fixing a logic error where we would incorrectly show the newly crafted... · eacb4911
      Enrico Granata authored
      Fixing a logic error where we would incorrectly show the newly crafted function not found error for a Python function in some cases where the function actually existed and had an empty docstring
      
      llvm-svn: 164334
      eacb4911
    • Sean Callanan's avatar
      Fixed a problem where persistent variables did · 2cb5e527
      Sean Callanan authored
      not correctly store the contents of Objective-C
      classes.  This was due to a combination of
      factors:
      
        1) Types were only being completed if we were
           looking inside them for specific ivars
           (using FindExternalVisibleDeclsByName). 
           We now look the complete type up at every
           FindExternalLexicalDecls.
      
        2) Even if the types were completed properly,
           ValueObjectConstResult overrode the type
           of every ValueObject using the complete type
           for its class from the debug information.
           Superclasses of complete classes are not
           guaranteed to be complete.  Although "frame
           variable" uses the debug information,
           the expression parser does now piece together
           complete types at every level (as described
           in Bullet 1), so I provided a way for the
           expression parser to prevent overriding.
      
        3) Type sizes were being miscomputed by
           ClangASTContext.  It ignored the ISA pointer
           and only counted fields.  We now correctly
           count the ISA in the size of an object.
      
      <rdar://problem/12315386>
      
      llvm-svn: 164333
      2cb5e527
    • Greg Clayton's avatar
      bb011f73
  4. Sep 20, 2012
  5. Sep 19, 2012
  6. Sep 18, 2012
  7. Sep 17, 2012
  8. Sep 15, 2012
  9. Sep 14, 2012
Loading