Files
clang-p2996/lldb/test/Shell/SymbolFile/Inputs/dsymforuuid.sh
Jonas Devlieghere af91446aa2 [lldb] Show the DBGError if dsymForUUID can't find a dSYM
Show the user the DBGError (if available) when dsymForUUID fails.

rdar://90949180

Differential revision: https://reviews.llvm.org/D123743
2022-04-14 16:54:00 -07:00

16 lines
531 B
Bash
Executable File

#!/usr/bin/env bash
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
echo "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd\">"
echo "<plist version=\"1.0\">"
echo "<dict>"
echo " <key>41945CA4-5D9D-3CDE-82B4-37E4C09750B5</key>"
echo " <dict>"
echo " <key>DBGArchitecture</key>"
echo " <string>x86_64</string>"
echo " <key>DBGError</key>"
echo " <string>UUID information was not found</string>"
echo " </dict>"
echo "</dict>"
echo "</plist>"