Skip to content

Commit 26492d8

Browse files
author
git apple-llvm automerger
committed
Merge commit '8e18850a7070' from swift/release/6.2 into stable/20240723
2 parents f230b24 + 8e18850 commit 26492d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ static bool PrintDemangledArgumentList(Stream &s, const SymbolContext &sc) {
349349

350350
auto info_or_err = GetAndValidateInfo(sc);
351351
if (!info_or_err) {
352-
LLDB_LOG_ERROR(
353-
GetLog(LLDBLog::Language), info_or_err.takeError(),
354-
"Failed to handle ${{function.basename}} frame-format variable: {0}");
352+
LLDB_LOG_ERROR(GetLog(LLDBLog::Language), info_or_err.takeError(),
353+
"Failed to handle ${{function.formatted-arguments}} "
354+
"frame-format variable: {0}");
355355
return false;
356356
}
357357
auto [demangled_name, info] = *info_or_err;

0 commit comments

Comments
 (0)