util: Redistribute command code in the m5 utility.
authorGabe Black <gabeblack@google.com>
Tue, 7 Apr 2020 05:21:43 +0000 (22:21 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 27 Jul 2020 08:27:41 +0000 (08:27 +0000)
commit692431a89c2a6dbb91a88e3adba4d7358e46fc08
treec7bae32364706489eb2be55af5abce20bb688a29
parent8096f628fa72cd4177ab38f880ba65e2a1917ffe
util: Redistribute command code in the m5 utility.

This division will make it easier to test both the common command code,
and the individual commands.

Change-Id: Ib7be2b93e40d07e9724443ba26784e45ad9d3b17
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27562
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/src/SConscript
util/m5/src/command.cc [new file with mode: 0644]
util/m5/src/command.hh [new file with mode: 0644]
util/m5/src/commands.cc
util/m5/src/commands.hh [deleted file]
util/m5/src/m5.cc
util/m5/src/usage.cc