diff options
author | Enrico Granata <egranata@apple.com> | 2013-05-21 22:34:17 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-05-21 22:34:17 +0000 |
commit | 4e284caa9b6bb30686880b731488ab3b3c37080f (patch) | |
tree | 161fa9e07f2b4f9cee36006bf0d960e11f604c07 /lldb/source/Core/Module.cpp | |
parent | f9a458047a51c1d9b5dbc76836c6117c5aca7e8d (diff) | |
download | bcm5719-llvm-4e284caa9b6bb30686880b731488ab3b3c37080f.tar.gz bcm5719-llvm-4e284caa9b6bb30686880b731488ab3b3c37080f.zip |
Adding a newline for better overall readability
llvm-svn: 182434
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r-- | lldb/source/Core/Module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp index ee88545d5b0..e234a704148 100644 --- a/lldb/source/Core/Module.cpp +++ b/lldb/source/Core/Module.cpp @@ -1278,7 +1278,7 @@ Module::LoadScriptingResourceInTarget (Target *target, Error& error, Stream* fee if (shoud_load == eLoadScriptFromSymFileWarn) { if (feedback_stream) - feedback_stream->Printf("warning: '%s' contains a debug script. To run this script in this debug session:\n\n command script import \"%s\"\n\nTo run all discovered debug scripts in this session:\n\n settings set target.load-script-from-symbol-file true" + feedback_stream->Printf("warning: '%s' contains a debug script. To run this script in this debug session:\n\n command script import \"%s\"\n\nTo run all discovered debug scripts in this session:\n\n settings set target.load-script-from-symbol-file true\n" ,GetFileSpec().GetFileNameStrippingExtension().GetCString(),scripting_fspec.GetPath().c_str()); return false; } |