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
9 lines
70 B
C
9 lines
70 B
C
#include "foo.h"
|
|
|
|
void stop() {}
|
|
|
|
int foo() {
|
|
stop();
|
|
return 0;
|
|
}
|