Add another log to the Host channel for logging

the actions taken when trying to locate binaries.

llvm-svn: 243732
This commit is contained in:
Jason Molenda 2015-07-31 04:21:25 +00:00
parent e1ce344b5a
commit 7138765d45
1 changed files with 6 additions and 0 deletions

View File

@ -1161,6 +1161,12 @@ protected:
if (from[0] && to[0])
{
Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
if (log)
{
log->Printf ("target modules search path adding ImageSearchPath pair: '%s' -> '%s'",
from, to);
}
bool last_pair = ((argc - i) == 2);
target->GetImageSearchPathList().Append (ConstString(from),
ConstString(to),