Skip to content
  1. Oct 09, 2012
    • 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
      Fix a build warning and a dangerous possible crasher. · 13d4dfd3
      Greg Clayton authored
      llvm-svn: 165460
      13d4dfd3
    • 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
    • Greg Clayton's avatar
      Checking in fixes that I used to track down a leaking module. The heap module... · ae23ed33
      Greg Clayton authored
      Checking in fixes that I used to track down a leaking module. The heap module can now search the vm regions with the --vm-regions options to any of the heap functions. This is currently slow and often will time out when run on a large program since our user expression timeout is set to 500000 usec. We need to add an API to LLDB where we can specify the timeout for an expression.
      
      llvm-svn: 165437
      ae23ed33
  2. Oct 08, 2012
  3. Oct 06, 2012
  4. Oct 05, 2012
  5. Oct 04, 2012
Loading