From 94994d372d014ce4c8758b9605d63fae651bd8aa Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 19 Jan 2019 10:06:29 +0000 Subject: Vendor import of lldb trunk r351319 (just before the release_80 branch point): https://llvm.org/svn/llvm-project/lldb/trunk@351319 --- .../Python/lldbsuite/test/tools/lldb-vscode/launch/main.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c (limited to 'packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c') diff --git a/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c b/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c new file mode 100644 index 0000000000000..aed2af9828f34 --- /dev/null +++ b/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c @@ -0,0 +1,15 @@ +#include +#include +#include + +int main(int argc, char const *argv[], char const *envp[]) { + for (int i=0; i