[Lldb-commits] [PATCH] D37923: Implement interactive command interruption
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 18 15:51:55 PDT 2017
clayborg added a comment.
ok. Then back to the "can we use StringRef"? We might be able to check if the second.data() is NULL? It might be NULL if the string doesn't end with a newline. It it does, it might be empty but contain a pointer to the '\0' byte?
https://reviews.llvm.org/D37923
More information about the lldb-commits
mailing list