commit | 7b29d05387232f4693f7127aa57769e3fd4d0ffd | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Oct 11 18:37:01 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Oct 12 09:40:14 2022 +0900 |
tree | a2e61bbb60bcaf40b77e9abcfbf6675265ecc174 | |
parent | 1caa406e30723833f424225946abbabc11519289 [diff] |
gdbrunner: Make sure remote lldb-server has +x Because 'adb push' often misses the executable permission, lldbserver can fail without any meaningful error messages. This may happen when the users are on Windows. To fix that, explicitly chmod remote lldbserver after push. Bug: 185210505 Test: manual Change-Id: I88defd4905a9b902424ae8ef4b38a16932b31f02