commit | c0a8a80a3d45aa6040ce6c10108bcb96a14dc9c6 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Oct 17 15:58:01 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Dec 02 11:04:39 2014 -0800 |
tree | d25be01706b9cef5a4e53009d6d4d6360ee1f240 | |
parent | e7106cbcfcbb07d11948dbc45d2719d32e5e3908 [diff] |
Add a way to pass GDB commands Passing --gdb-arg to run-test sends the arg to GDB, example: test/run-test --host --gdb --gdb-arg "--command=command.txt" 001-HelloWorld Would run the test with the GDB script at command.txt on the host, this is useful for running tests in GDB in a loop. Bug: 17387969 Change-Id: I5ad455159a6d92783eacb17eecbb0f1e670cb4a3