From 061da546b983eb767bad15e67af1174fb0bcf31c Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 3 Aug 2020 14:33:06 +0000 Subject: Import LLVM 10.0.0 release including clang, lld and lldb. ok hackroom tested by plenty --- .../Python/lldbsuite/test/functionalities/exec/secondprog.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp (limited to 'gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp') diff --git a/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp b/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp new file mode 100644 index 00000000000..5653471c153 --- /dev/null +++ b/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp @@ -0,0 +1,5 @@ +#include +int main () +{ + puts ("I am the second program."); // Set breakpoint 2 here +} -- cgit v1.2.3-59-g8ed1b