[Lldb-commits] [PATCH] D52627: [lldb] Start a new line for the next output if there are no symbols in the current symtab
Aaron Smith via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 30 21:30:53 PDT 2018
asmith updated this revision to Diff 167670.
https://reviews.llvm.org/D52627
Files:
source/Symbol/Symtab.cpp
Index: source/Symbol/Symtab.cpp
===================================================================
--- source/Symbol/Symtab.cpp
+++ source/Symbol/Symtab.cpp
@@ -139,6 +139,8 @@
}
break;
}
+ } else {
+ s->PutCString("\n");
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52627.167670.patch
Type: text/x-patch
Size: 256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181001/c6c526b3/attachment.bin>
More information about the lldb-commits
mailing list