diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-06-26 21:24:46 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-06-26 21:24:46 +0000 |
| commit | 436975b26c599614ea0b307beda10d49415cfd97 (patch) | |
| tree | 9a78e29f7c1efc4ea00b3a456ffc9d8664ef570d /lldb/test/functionalities/breakpoint/breakpoint_command/main.c | |
| parent | e9d979f4636424d26080e2115f6c2270aa203f2d (diff) | |
| download | bcm5719-llvm-436975b26c599614ea0b307beda10d49415cfd97.tar.gz bcm5719-llvm-436975b26c599614ea0b307beda10d49415cfd97.zip | |
Move some top level directories to reside under functionalities dir.
llvm-svn: 133892
Diffstat (limited to 'lldb/test/functionalities/breakpoint/breakpoint_command/main.c')
| -rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_command/main.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_command/main.c b/lldb/test/functionalities/breakpoint/breakpoint_command/main.c new file mode 100644 index 00000000000..62ec97f4328 --- /dev/null +++ b/lldb/test/functionalities/breakpoint/breakpoint_command/main.c @@ -0,0 +1,13 @@ +//===-- main.c --------------------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +int main (int argc, char const *argv[]) +{ + return 0; // Set break point at this line. +} |

