diff options
author | Greg Clayton <gclayton@apple.com> | 2010-09-03 22:45:01 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-09-03 22:45:01 +0000 |
commit | 1346f7e09825d6943c797d0071777220b24e8d3a (patch) | |
tree | 1f90830afb950802dd981df27707bd9c9d2adef5 /lldb/source/Commands | |
parent | 725945d5680a38cd284de1a4e6780ced489590c4 (diff) | |
download | bcm5719-llvm-1346f7e09825d6943c797d0071777220b24e8d3a.tar.gz bcm5719-llvm-1346f7e09825d6943c797d0071777220b24e8d3a.zip |
Cleaned up step logging a bit.
llvm-svn: 113023
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index f4cc35d1f48..5bc99891e31 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -404,7 +404,7 @@ public: 3, 3)) { - result.AppendErrorWithFormat ("error displaying backtrace for thread: \"%d\"\n", i); + result.AppendErrorWithFormat ("error displaying backtrace for thread: \"0x%4.4x\"\n", i); result.SetStatus (eReturnStatusFailed); return false; } |