Skip to content

Commit 0111888

Browse files
committed
formatting
1 parent 1931cd0 commit 0111888

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,10 +561,8 @@ void ProcessGDBRemote::BuildDynamicRegisterInfo(bool force) {
561561
!XMLDocument::XMLEnabled()) {
562562
Debugger::ReportWarning(
563563
"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.",
564+
"not have XML parsing enabled. Using \"qRegisterInfo\" was also "
565+
"not possible. Register information may be incorrect or missing.",
568566
GetTarget().GetDebugger().GetID());
569567
}
570568
break;

0 commit comments

Comments
 (0)