commit | 4495390314b764157f80fb98360189a2537894e4 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue May 03 00:06:12 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue May 03 00:06:12 2011 +0000 |
tree | 25738bea8cced899e633d6e69b474eba331dd401 | |
parent | 60fe60e01f63e54f08cf306fae6cbc513de848b4 [diff] [blame] |
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 {