The 'target stop-hook add' command is missing the stop hook added message for one-liner.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@130741 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp
index eff9add..eea2a75 100644
--- a/source/Commands/CommandObjectTarget.cpp
+++ b/source/Commands/CommandObjectTarget.cpp
@@ -1161,6 +1161,7 @@
             {
                 // Use one-liner.
                 new_hook_sp->GetCommandPointer()->AppendString (m_options.m_one_liner.c_str());
+                result.AppendMessageWithFormat("Stop hook #%d added.\n", new_hook_sp->GetID());
             }
             else
             {