From d24bce57c3ca2414ff5e53d8f7f3f007d6a946fe Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 8 Nov 2019 14:05:45 -0800 Subject: Add a testcase for .dSYM path remapping dictionaries. rdar://problem/56924558 --- .../lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c (limited to 'lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Inputs/main.c') 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; +} -- cgit v1.2.3