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.
1 parent 9e25f5e commit 8311fc6Copy full SHA for 8311fc6
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -5157,7 +5157,7 @@ llvm::Error ProcessGDBRemote::GetGDBServerRegisterInfo(ArchSpec &arch_to_use) {
5157
return llvm::createStringError(
5158
llvm::inconvertibleErrorCode(),
5159
"the debug server supports \"qXfer:features:read\", but LLDB does not "
5160
- "have XML enabled (check LLLDB_ENABLE_LIBXML2)");
+ "have XML parsing enabled (check LLLDB_ENABLE_LIBXML2)");
5161
5162
// These hold register type information for the whole of target.xml.
5163
// target.xml may include further documents that
0 commit comments