aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroidProperties.td
blob: bf1bc7b3cef02cbb6e6dd95258786b71ab43d74a (plain)
1
2
3
4
5
6
7
8
9
include "../../../../include/lldb/Core/PropertiesBase.td"

let Definition = "android" in {
  def PlatformPackageName: Property<"package-name", "String">,
    Global,
    DefaultStringValue<"">,
    Desc<"Specify package name to run adb shell command with 'run-as' as the "
         "package user when necessary (e.g. to get file with 'cat' and 'dd').">;
}