
This patch is similar in spirit to https://reviews.llvm.org/D84480, but does the maccatalyst/macosx disambiguation. I also took the opportunity to factor out the gdb-remote packet log scanning used by several testcases into lldbutil functions. rdar://problem/66059257 Differential Revision: https://reviews.llvm.org/D84576
5 lines
81 B
C
5 lines
81 B
C
int main() {
|
|
const char *s = "Hello macCatalyst!";
|
|
return 0; // break here
|
|
}
|