Skip to content
  1. Oct 11, 2012
  2. Oct 10, 2012
  3. Oct 09, 2012
    • Sean Callanan's avatar
      Cleanup in the AppleObjCRuntimeV2 to make descriptors · 880ee17f
      Sean Callanan authored
      lighter-weight so that the cache can be populated
      faster.
      
      - I Added a ProcessWP to the runtime so I can
        take it out of the individual descriptors, saving
        space;
      - I made the constructors for the descriptors
        private so that only the runtime can invoke them; 
        and
      - I removed the constructor that takes a ValueObject
        since the logic for using a ValueObject is in the
        runtime.
      
      llvm-svn: 165549
      880ee17f
    • Jason Molenda's avatar
      Patch from Dan Malea to fix a build break I introduced yesterday. · 0a72520f
      Jason Molenda authored
      Thanks again Dan!
      
      llvm-svn: 165519
      0a72520f
    • Greg Clayton's avatar
      Changes to clean up the runtime and how the ISA caches are managed. · 77fbc817
      Greg Clayton authored
      llvm-svn: 165516
      77fbc817
    • Jason Molenda's avatar
      Add a parameter to Symbols::DownloadObjectAndSymbolFile() to control · bb860bd2
      Jason Molenda authored
      whether we try to call an external program to load symbols unconditionally,
      or if we check the user's preferences before calling it.
      
      ProcessMachCore now sets CanJIT to false - we can't execute code in a core file.
      
      DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryModule changed
      to load the kernel from an on-disk file if at all possible.
      Don't load the kext binaries out of memory from the remote systems - their linkedit doesn't
      seem to be in a good state and we'll error out down in SymbolVendorMacOSX if we try to use
      the in-memory images.
      Call Symbols::DownloadObjectAndSymbolFile to get the kext/kernel binary -- the external
      program may be able to give us a file path on the local filesystem instead of reading
      the binary / dSYM over a network drive every time.  Fall back to calling 
      Target::GetSharedModule() like before if DownloadObjectAndSymbolFile fails.
      
      llvm-svn: 165471
      bb860bd2
    • Greg Clayton's avatar
      Make DebugMapModule destructor virtual since it inherits from Module. · 9ba42d11
      Greg Clayton authored
      llvm-svn: 165441
      9ba42d11
    • Greg Clayton's avatar
      Added a new "module" log channel which covers module creation, deletion, and... · 3a18e319
      Greg Clayton authored
      Added a new "module" log channel which covers module creation, deletion, and common module list actions.
      
      Also added a new option for "log enable" which is "--stack" which will print out a stack backtrace for each log line.
      
      This was used to track down the leaking module issue I fixed last week.
      
      llvm-svn: 165438
      3a18e319
  4. Oct 08, 2012
  5. Oct 06, 2012
  6. Oct 05, 2012
  7. Oct 04, 2012
  8. Oct 03, 2012
Loading