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 1931cd0 commit 0111888Copy full SHA for 0111888
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -561,10 +561,8 @@ void ProcessGDBRemote::BuildDynamicRegisterInfo(bool force) {
561
!XMLDocument::XMLEnabled()) {
562
Debugger::ReportWarning(
563
"the debug server supports Target Description XML but LLDB does "
564
- "not "
565
- "have XML parsing enabled. Using \"qRegisterInfo\" was also not "
566
- "possible. "
567
- "Register information may be incorrect or missing.",
+ "not have XML parsing enabled. Using \"qRegisterInfo\" was also "
+ "not possible. Register information may be incorrect or missing.",
568
GetTarget().GetDebugger().GetID());
569
}
570
break;
0 commit comments