commit | 7868bccbb3cd81451918db8909a20ea93d08f5d4 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Tue Jul 26 02:39:59 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Tue Jul 26 02:39:59 2011 +0000 |
tree | 2914b58663b94d92e1be1d88739638efbdf972d6 | |
parent | ead6fd64bf77e88570c2bc71f23f3f2a76f82e18 [diff] |
Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136052 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectThread.cpp b/source/Commands/CommandObjectThread.cpp index c8dd1a1..612e162 100644 --- a/source/Commands/CommandObjectThread.cpp +++ b/source/Commands/CommandObjectThread.cpp
@@ -196,6 +196,10 @@ result.SetStatus (eReturnStatusFailed); return false; } + + if (i < num_threads - 1) + result.AppendMessage(""); + } } else