Skip to content

Commit 8311fc6

Browse files
committed
Add "parsing"
1 parent 9e25f5e commit 8311fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5157,7 +5157,7 @@ llvm::Error ProcessGDBRemote::GetGDBServerRegisterInfo(ArchSpec &arch_to_use) {
51575157
return llvm::createStringError(
51585158
llvm::inconvertibleErrorCode(),
51595159
"the debug server supports \"qXfer:features:read\", but LLDB does not "
5160-
"have XML enabled (check LLLDB_ENABLE_LIBXML2)");
5160+
"have XML parsing enabled (check LLLDB_ENABLE_LIBXML2)");
51615161

51625162
// These hold register type information for the whole of target.xml.
51635163
// target.xml may include further documents that

0 commit comments

Comments
 (0)