[Lldb-commits] [lldb] r182339 - s/to override/To override/
Enrico Granata
egranata at apple.com
Mon May 20 17:22:31 PDT 2013
Author: enrico
Date: Mon May 20 19:22:30 2013
New Revision: 182339
URL: http://llvm.org/viewvc/llvm-project?rev=182339&view=rev
Log:
s/to override/To override/
Thanks to Greg Clayton for catching this
Modified:
lldb/trunk/source/Core/Module.cpp
Modified: lldb/trunk/source/Core/Module.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Module.cpp?rev=182339&r1=182338&r2=182339&view=diff
==============================================================================
--- lldb/trunk/source/Core/Module.cpp (original)
+++ lldb/trunk/source/Core/Module.cpp Mon May 20 19:22:30 2013
@@ -1277,7 +1277,7 @@ Module::LoadScriptingResourceInTarget (T
if (shoud_load == false)
{
if (should_warn == true && feedback_stream)
- feedback_stream->Printf("warning: the debug info scripting resource for '%s' was not loaded for security reasons. to override, set the \"target.load-script-from-symbol-file\" setting to true or manually run \"command script import %s\"\n",GetFileSpec().GetFileNameStrippingExtension().GetCString(),scripting_fspec.GetPath().c_str());
+ feedback_stream->Printf("warning: the debug info scripting resource for '%s' was not loaded for security reasons. To override, set the \"target.load-script-from-symbol-file\" setting to true or manually run \"command script import %s\"\n",GetFileSpec().GetFileNameStrippingExtension().GetCString(),scripting_fspec.GetPath().c_str());
return false;
}
StreamString scripting_stream;
More information about the lldb-commits
mailing list