Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Platform / Android / PlatformAndroidProperties.td
blobbf1bc7b3cef02cbb6e6dd95258786b71ab43d74a
1 include "../../../../include/lldb/Core/PropertiesBase.td"
3 let Definition = "android" in {
4   def PlatformPackageName: Property<"package-name", "String">,
5     Global,
6     DefaultStringValue<"">,
7     Desc<"Specify package name to run adb shell command with 'run-as' as the "
8          "package user when necessary (e.g. to get file with 'cat' and 'dd').">;