summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template18
1 files changed, 18 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template b/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template
new file mode 100644
index 00000000000..d486b3dd8b9
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template
@@ -0,0 +1,18 @@
+//===-- main.cpp ------------------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include <stdio.h>
+
+int
+main(int argc, char const *argv[])
+{
+ int my_int = argc + 3;
+ printf("Hello UUID Mismatch: %d\n", my_int); // Set breakpoint here.
+ %ADD_EXTRA_CODE%
+ return 0;
+}
OpenPOWER on IntegriCloud