Add error message; clean up comment.

llvm-svn: 132997
This commit is contained in:
Caroline Tice 2011-06-14 16:36:12 +00:00
parent c5e7386983
commit c1338e8d38
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ SBHostOS::ThreadCreate
log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name,
thread_function, thread_arg, error_ptr);
// CAROLINE: FIXME: You need to log a return value?
// FIXME: You should log the return value?
return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL);
}

View File

@ -1038,7 +1038,7 @@ ScriptInterpreterPython::GenerateBreakpointOptionsCommandCallback
}
else
{
// FIXME: Error processing.
out_file.Printf ("Warning: Unable to find script intepreter; no command attached to breakpoint.\n");
}
}
}