OSDN Git Service

Add a way to pass GDB commands
authorMathieu Chartier <mathieuc@google.com>
Fri, 17 Oct 2014 22:58:01 +0000 (15:58 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 2 Dec 2014 19:04:39 +0000 (11:04 -0800)
commitc0a8a80a3d45aa6040ce6c10108bcb96a14dc9c6
treed25be01706b9cef5a4e53009d6d4d6360ee1f240
parente7106cbcfcbb07d11948dbc45d2719d32e5e3908
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
test/etc/run-test-jar
test/run-test