Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 84cc16d

Browse files
author
Caroline Tice
committedJun 14, 2011
Add error message; clean up comment. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132997 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2f57b3d commit 84cc16d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎source/API/SBHostOS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SBHostOS::ThreadCreate
4141
log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name,
4242
thread_function, thread_arg, error_ptr);
4343

44-
// CAROLINE: FIXME: You need to log a return value?
44+
// FIXME: You should log the return value?
4545

4646
return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL);
4747
}

‎source/Interpreter/ScriptInterpreterPython.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ ScriptInterpreterPython::GenerateBreakpointOptionsCommandCallback
10381038
}
10391039
else
10401040
{
1041-
// FIXME: Error processing.
1041+
out_file.Printf ("Warning: Unable to find script intepreter; no command attached to breakpoint.\n");
10421042
}
10431043
}
10441044
}

0 commit comments

Comments
 (0)
This repository has been archived.