summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-09-03 22:45:01 +0000
committerGreg Clayton <gclayton@apple.com>2010-09-03 22:45:01 +0000
commit1346f7e09825d6943c797d0071777220b24e8d3a (patch)
tree1f90830afb950802dd981df27707bd9c9d2adef5 /lldb/source/Commands
parent725945d5680a38cd284de1a4e6780ced489590c4 (diff)
downloadbcm5719-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.cpp2
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;
}
OpenPOWER on IntegriCloud