python: Fix debug flag listing regression
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 8 May 2017 15:53:29 +0000 (16:53 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 9 May 2017 15:26:47 +0000 (15:26 +0000)
commit7f3e8d056c00c2e3207c532859d32577c9655e66
treeb671f13d6b437a161c9c3961b173776cc386d748
parent212a71e99e113b0b8ddf2d92516fae362a2c7489
python: Fix debug flag listing regression

The PyBind11 changes slightly modified gem5's internal debug
interfaces. The corresponding change to the public API went missing
before the new bindings were merged. This change updates the Python
glue to use the new interface.

Change-Id: I3ecca5a3f6c35b99d55126d697371124f81a12dd
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Matteo Andreozzi <matteo.andreozzi@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/3140
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/python/m5/debug.py