diff options
author | Elliott Hughes <enh@google.com> | 2011-10-21 18:52:59 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-10-21 18:52:59 -0700 |
commit | 3bb81563481d02b5a6349b8ed918392454e761d8 (patch) | |
tree | d409347516f215acba0ac7090a44e0b536cba100 /test/etc/host-run-test-jar | |
parent | 4514d3c0e69a49f5dbe19138330a2bb2aee36d63 (diff) | |
download | art-3bb81563481d02b5a6349b8ed918392454e761d8.zip art-3bb81563481d02b5a6349b8ed918392454e761d8.tar.gz art-3bb81563481d02b5a6349b8ed918392454e761d8.tar.bz2 |
Basic JDWP option parsing...
...and just enough code to silence all the UNIMPLEMENTED warnings you get
during normal usage.
Change-Id: I56820ac971b88581c4cb1f462c13331d8fa04c43
Diffstat (limited to 'test/etc/host-run-test-jar')
-rwxr-xr-x | test/etc/host-run-test-jar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar index 1fba19d..3ac2688 100755 --- a/test/etc/host-run-test-jar +++ b/test/etc/host-run-test-jar @@ -116,5 +116,5 @@ if [ "$GDB" = "y" ]; then fi $INVOKE_WITH $gdb $exe $gdbargs "-Xbootclasspath:${bpath}" \ - $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG -ea \ + $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG ${DEBUG_OPTS} -ea \ -cp test.jar Main "$@" |