summaryrefslogtreecommitdiff
path: root/python-packages
AgeCommit message (Expand)Author
2024-04-22Add --cwd parameter to set debuggee working directory in lldbclientNikita Putikhin
2023-07-20Print adb output if pushing gdbserver failsNikita Putikhin
2023-06-10Add --vscode-launch-props to gdbclient.pyNikita Putikhin
2023-05-16Export type info.Dan Albert
2023-05-16Convert to setuptools pacakge.Dan Albert
2023-04-14Add a Python package for fetch_artifact.Dan Albert
2023-01-18Fix adb_py module.Dan Albert
2023-01-13Fix tests.Dan Albert
2023-01-13Make this a proper python package.Dan Albert
2023-01-13Remove python 2 garbage.Dan Albert
2023-01-13Add type information to adb module.Dan Albert
2022-12-16Add py.typed file to export types to dependents.Dan Albert
2022-10-20Add logcat APIs.Dan Albert
2022-10-12Merge "Add riscv binary recognition in gdb script"Treehugger Robot
2022-10-12Add riscv binary recognition in gdb scriptXia Lifang
2022-10-12gdbrunner: Make sure remote lldb-server has +xInseob Kim
2022-09-12Remove py2 usagesCole Faust
2022-03-24Remove obsolete OWNER.Dan Albert
2022-03-03gdbclient.py: Implement --chroot argument.Peter Collingbourne
2022-01-20Fix license texts.Bob Badour
2021-06-23Fix gdbclient to work with Python 3.Elliott Hughes
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to developmentBob Badour
2020-09-21Add "--" to separate program args from lldb/gdb server argsRyan Prichard
2020-09-15Merge "Make lldb default for gdbclient.py"Haibo Huang
2020-09-15Make lldb default for gdbclient.pyHaibo Huang
2020-09-15Show a warning if adb is not root before gdbclient.pyHaibo Huang
2020-09-08Support lists of files in adb.AndroidDevice.push.Josh Gao
2020-05-19Merge "Update gitignore."Treehugger Robot
2020-05-12Updates gdbclient.py for lldbHaibo Huang
2020-05-08Update gitignore.Dan Albert
2019-12-10[NDK] Add an option to gdbrunner to run lldbHaibo Huang
2019-09-24adb_py: Build python3 moduleAdrian Salido
2019-06-11gdbclient: support various PT_INTERP valuesRyan Prichard
2018-04-26Add Python git ignore.Dan Albert
2018-02-14Python 3 compatibility.Dan Albert
2017-12-14Add python-packages OWNERS.Elliott Hughes
2017-11-13Merge "The "ps" command has changed in Android O"Treehugger Robot
2017-11-08Move GetDeviceTest from adb's test_device.py to adb package.Josh Gao
2017-11-08The "ps" command has changed in Android OAndreĢ Keller
2017-10-19Record the path to adb used for the deviceRyan Prichard
2017-10-11gdbrunner: strip the newline off the result of "which executable"Ryan Prichard
2017-07-12Resolve gdbclient.py -r executable from targetKevin Rocard
2017-06-30Fix gdbclient.py -p.Elliott Hughes
2017-06-15Merge "Remove device.get_props."Treehugger Robot
2017-06-05gdbrunner: Fix find_binary's named argument.Roland Levillain
2017-06-02Remove device.get_props.Elliott Hughes
2017-05-31Merge "gdbrunner: take a run-as/su command instead of a user."Treehugger Robot
2017-05-24gdbrunner: take a run-as/su command instead of a user.Josh Gao
2017-05-22Add Soong rule for python adb library.GuangHui Liu
2017-05-19Add support for push --sync.Dan Albert