Skip to content
  1. Nov 15, 2012
  2. Nov 14, 2012
  3. Nov 13, 2012
  4. Nov 12, 2012
  5. Nov 10, 2012
  6. Nov 09, 2012
  7. Nov 08, 2012
    • Enrico Granata's avatar
      Minor cleanups to the new ModuleList notification APIs: passing in the... · efe637d4
      Enrico Granata authored
      Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning
      
      llvm-svn: 167592
      efe637d4
    • Enrico Granata's avatar
      Adding support for loading the scripting resource as part of a framework,... · 2ffcf43a
      Enrico Granata authored
      Adding support for loading the scripting resource as part of a framework, lacking the dSYM bundle, or if the bundle has no Pythonic resources whatsoever
      Solving an issue where "command script import" would fail to pick the file indicated by the user as a result of something with the same name being in an earlier position in sys.path
      
      llvm-svn: 167570
      2ffcf43a
    • Enrico Granata's avatar
      <rdar://problem/12586350> · 1759848b
      Enrico Granata authored
      This commit does three things:
      (a) introduces a new notification model for adding/removing/changing modules to a ModuleList, and applies it to the Target's ModuleList, so that we make sure to always trigger the right set of actions
      whenever modules come and go in a target. Certain spots in the code still need to "manually" notify the Target for several reasons, so this is a work in progress
      (b) adds a new capability to the Platforms: locating a scripting resources associated to a module. A scripting resource is a Python file that can load commands, formatters, ... and any other action
      of interest corresponding to the loading of a module. At the moment, this is only implemented on Mac OS X and only for files inside .dSYM bundles - the next step is going to be letting
      the frameworks themselves hold their scripting resources. Implementors of platforms for other systems are free to implement "the right thing" for their own worlds
      (c) hooking up items (a) and (b) so that targets auto-load the scripting resources as the corresponding modules get loaded in a target. This has a few caveats at the moment:
       - the user needs to manually add the .py file to the dSYM (soon, it will also work in the framework itself)
       - if two modules with the same name show up during the lifetime of an LLDB session, the second one won't be able to load its scripting resource, but will otherwise work just fine
      
      llvm-svn: 167569
      1759848b
    • Jason Molenda's avatar
      Fix a crasher in · c56bd083
      Jason Molenda authored
      DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryModule
      where it assumed that a kernel had been found in memory, when that may not be
      the case when we're attaching to a device early in the boot process.
      <rdar://problem/12638140> 
      
      llvm-svn: 167564
      c56bd083
    • Greg Clayton's avatar
    • Greg Clayton's avatar
      <rdar://problem/12645617> · 84afacd2
      Greg Clayton authored
      <rdar://problem/12153915>  (partial fix)
      
      Remove an assert and place an error message instead so we don't crash when we run into a type tag that we don't recognize. We will now emit a warning so that hopefully we can get a bug report that has example code that shows what we are missing.
      
      Also fixed a case when trying to unique one type to another where we would confuse concrete instances of methods with their definitions and end up not correctly registering the types.
      
      llvm-svn: 167557
      84afacd2
  8. Nov 07, 2012
Loading