forked from OSchip/llvm-project
parent
c5e7386983
commit
c1338e8d38
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue