summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-11-08 14:05:45 -0800
committerAdrian Prantl <aprantl@apple.com>2019-11-11 12:21:38 -0800
commitd24bce57c3ca2414ff5e53d8f7f3f007d6a946fe (patch)
tree5a7647c61fd93b4f4dac181c78b1263b634f69ea /lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c
parente0f1d9d8729df3463042c9fffb1b62e938d93f58 (diff)
downloadbcm5719-llvm-d24bce57c3ca2414ff5e53d8f7f3f007d6a946fe.tar.gz
bcm5719-llvm-d24bce57c3ca2414ff5e53d8f7f3f007d6a946fe.zip
Add a testcase for .dSYM path remapping dictionaries.
rdar://problem/56924558
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c b/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c
new file mode 100644
index 00000000000..556bda3c17d
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c
@@ -0,0 +1,8 @@
+void stop() {}
+
+int main()
+{
+ stop();
+ // Hello World!
+ return 0;
+}
OpenPOWER on IntegriCloud