configs: Add --wait-gdb as option to se.py
authorBoris Shingarov <shingarov@labware.com>
Mon, 30 Mar 2020 12:54:12 +0000 (08:54 -0400)
committerBoris Shingarov <shingarov@gmail.com>
Mon, 30 Mar 2020 22:12:05 +0000 (22:12 +0000)
commite037a93eaef9ebd5da3e7df49029582f5e11a22f
tree1b4f5ac83a6041acd43914dc264ff71cca9199c4
parent37a366e444314f234b04818a65313b7ce1bcb82f
configs: Add --wait-gdb as option to se.py

I switch between waiting and non-waiting scenario many times per day.
The BaseCPU.wait_for_remote_gdb attribute, introduced in c2baaab0ed,
makes it much less painful by saving many recompiles.
The present commit tries to go a bit further: the se.py script is
under version control, and changing it interferes with smooth git
workflow.

Change-Id: Ie65ffc44b11d78d5e7878f81f2fcdafa143c20a8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27287
Tested-by: Gem5 Cloud Project GCB service account <345032938727@cloudbuild.gserviceaccount.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
configs/common/Options.py
configs/example/se.py