Files
llvm/lldb/source/Core
Greg Clayton b5ad4ec7a3 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
2013-04-29 17:25:54 +00:00
..
2013-03-27 23:08:40 +00:00
2013-03-14 18:31:44 +00:00
2013-03-28 23:42:53 +00:00
2013-04-24 21:29:08 +00:00
2013-03-27 23:08:40 +00:00
2013-03-19 00:20:55 +00:00
2013-03-14 18:31:44 +00:00
2013-04-11 22:48:58 +00:00