diff options
| author | Greg Clayton <gclayton@apple.com> | 2014-03-03 20:29:02 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2014-03-03 20:29:02 +0000 |
| commit | e556a4230cb5a08dfb0a62ae5eae144ec032b501 (patch) | |
| tree | 630fa7cb4392790cfcc7a0df4ad8b0e928c427e1 /lldb/source/Commands | |
| parent | a741b8c451a7f34487217f39a3e62061e82dc12c (diff) | |
| download | bcm5719-llvm-e556a4230cb5a08dfb0a62ae5eae144ec032b501.tar.gz bcm5719-llvm-e556a4230cb5a08dfb0a62ae5eae144ec032b501.zip | |
Stop messages from being emitted out of order when detaching.
llvm-svn: 202756
Diffstat (limited to 'lldb/source/Commands')
| -rw-r--r-- | lldb/source/Commands/CommandObjectProcess.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp index 49a392286c6..9a137a24116 100644 --- a/lldb/source/Commands/CommandObjectProcess.cpp +++ b/lldb/source/Commands/CommandObjectProcess.cpp @@ -911,7 +911,6 @@ protected: DoExecute (Args& command, CommandReturnObject &result) { Process *process = m_exe_ctx.GetProcessPtr(); - result.AppendMessageWithFormat ("Detaching from process %" PRIu64 "\n", process->GetID()); // FIXME: This will be a Command Option: bool keep_stopped; if (m_options.m_keep_stopped == eLazyBoolCalculate) |

