diff options
author | 2023-05-03 20:41:07 +0100 | |
---|---|---|
committer | 2023-06-07 13:04:34 +0000 | |
commit | 534fb7ac092210c9b0c4927a924c330979e3fd4b (patch) | |
tree | 1f6cfb6c82fd1a9b87276b87e5d0c0b96adfb1cc /runtime/class_linker.cc | |
parent | 064375609296a8a50904beaf36ae12f5c58f366e (diff) |
testrunner.py: Use list to store command line args
This allows to use spaces in command line arguments like
--gdb-dex2oat-args.
However, this doesn't otherwise change the format of --gdb-dex2oat-args
argument i.e. different GDB command line arguments there should still be
split with semicolons independently of whether there is a space within
any of those GDB arguments.
Test: art/test.py -v -j56 --host --64 --optimizing \
--ndebuggable --gdb-dex2oat \
--gdb-dex2oat-args='-ex;break main;-ex=run;--tui' \
-t 071-dexfile-map-clean --run-test
Change-Id: I6a48061106110ff8cd1f036a1d80ba0423ee9cfc
Diffstat (limited to 'runtime/class_linker.cc')
0 files changed, 0 insertions, 0 deletions