Skip to content
  1. May 02, 2013
  2. May 01, 2013
  3. Apr 30, 2013
  4. Apr 29, 2013
    • Enrico Granata's avatar
      Avoiding a potentially memory allocating code path in the Python InputReader's... · d987cdf1
      Enrico Granata authored
      Avoiding a potentially memory allocating code path in the Python InputReader's CTRL+C handling code path - this can potentially cause a deadlock while interrupting a user-made Python command
      
      llvm-svn: 180726
      d987cdf1
    • Greg Clayton's avatar
      Cleanup logging to use the new "std::string FileSpec::GetPath()" function.... · b5ad4ec7
      Greg Clayton authored
      Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
      
      std::string
      Module::GetSpecificationDescription () const;
      
      This returns the module as "/usr/lib/libfoo.dylib" for normal files (calls "std::string FileSpec::GetPath()" on m_file) but it also might include the object name in case the module is for a .o file in a BSD archive ("/usr/lib/libfoo.a(bar.o)"). Cleaned up necessary logging code to use it.
      
      llvm-svn: 180717
      b5ad4ec7
Loading