We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7ae372 + 187b331 commit 06099c0Copy full SHA for 06099c0
lldb/source/Target/SwiftLanguageRuntime.cpp
@@ -190,9 +190,10 @@ class SwiftLanguageRuntimeStub {
190
191
#define STUB_LOG() \
192
do { \
193
- LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS | \
194
- LIBLLDB_LOG_TYPES), \
195
- g_stub_log_message, GetStandardLibraryName(m_process)); \
+ LLDB_LOGF(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS | \
+ LIBLLDB_LOG_TYPES), \
+ g_stub_log_message, \
196
+ GetStandardLibraryName(m_process).AsCString()); \
197
assert(false && "called into swift language runtime stub"); \
198
} while (0)
199
0 commit comments