summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-11-15 00:45:18 +0000
committerZachary Turner <zturner@google.com>2016-11-15 00:45:18 +0000
commit1e8016b2ea9914b61c9cd6fd0c95d425698475e3 (patch)
tree8322d78335c1aa55c4b8ce3c2d5357b947924564 /lldb/source/Commands/CommandObjectThread.cpp
parentf7009b42f8a9d916f0ed69274089fae32e5a1bbc (diff)
downloadbcm5719-llvm-1e8016b2ea9914b61c9cd6fd0c95d425698475e3.tar.gz
bcm5719-llvm-1e8016b2ea9914b61c9cd6fd0c95d425698475e3.zip
Fix some more StringRef printf warnings.
llvm-svn: 286915
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-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 bfed4ef48cc..ccab6eae9ad 100644
--- a/lldb/source/Commands/CommandObjectThread.cpp
+++ b/lldb/source/Commands/CommandObjectThread.cpp
@@ -1037,7 +1037,7 @@ protected:
}
} else if (m_options.m_until_addrs.empty()) {
result.AppendErrorWithFormat("No line number or address provided:\n%s",
- GetSyntax());
+ GetSyntax().str().c_str());
result.SetStatus(eReturnStatusFailed);
return false;
}
OpenPOWER on IntegriCloud