summaryrefslogtreecommitdiffstats
path: root/python-packages/gdbrunner
Commit message (Expand)AuthorAgeFilesLines
* gdbrunner: take a run-as/su command instead of a user.Josh Gao2017-05-241-18/+12
* gdbrunner: avoid using `[` on older devices.Josh Gao2016-05-041-4/+11
* gdbrunner: decapitalize usage for --adb.Josh Gao2016-03-281-1/+1
* gdbrunner: expose adb.split_lines, use it.Josh Gao2016-03-281-1/+1
* gdbrunner: don't use getppid to name the log file.Josh Gao2016-03-281-7/+6
* gdbrunner: close the exec script before passing it to gdb.Josh Gao2016-03-281-10/+18
* Add a gdb_flags argument to gdbrunner.start_gdb.Josh Gao2015-10-281-2/+3
* Allow gdbrunner.start_gdbserver to not upload gdbserver.Josh Gao2015-10-281-2/+3
* Add get_pids helper to gdbrunner.Josh Gao2015-10-281-0/+5
* Don't throw when we fail to find a device.Josh Gao2015-10-281-8/+12
* Allow selection of adb command.Josh Gao2015-10-281-23/+31
* gdb: allow gdbclient.py to find local files.David Pursell2015-10-211-15/+56
* Add gdbrunner package for shared functionality.Josh Gao2015-09-301-0/+244