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) {
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) {
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits