[Lldb-commits] [PATCH] D75754: Fix typo
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 08:46:22 PST 2020
kwk created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
kwk abandoned this revision.
kwk added a comment.
I didn't intend to create a new revision.
Depends on D75753 <https://reviews.llvm.org/D75753>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75754
Files:
lldb/source/Host/common/DebugInfoD.cpp
Index: lldb/source/Host/common/DebugInfoD.cpp
===================================================================
--- lldb/source/Host/common/DebugInfoD.cpp
+++ lldb/source/Host/common/DebugInfoD.cpp
@@ -93,7 +93,7 @@
if (rc < 0)
return llvm::createStringError(llvm::inconvertibleErrorCode(),
- "buginfod_find_source query failed: %s",
+ "debuginfod_find_source query failed: %s",
strerror(-rc));
if (cache_path) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75754.248743.patch
Type: text/x-patch
Size: 534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200306/9156e7cb/attachment-0001.bin>
More information about the lldb-commits
mailing list