]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Export the single step function from the AArch64 simulator.
authorNick Clifton <nickc@redhat.com>
Thu, 11 Aug 2016 14:04:40 +0000 (15:04 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 11 Aug 2016 14:04:40 +0000 (15:04 +0100)
commit6a2775793d17c8a73956977c75111b33ec10ec37
tree84fccccb33759a574c8e5f2e9787eb2ccfd7416e
parent39b22471578843019026c50fcdbe0483a6045970
Export the single step function from the AArch64 simulator.

* interp.c (sim_create_inferior): Allow for being called with a
NULL abfd parameter.  If a bfd is provided, initialise the sim
with that start address.
* simulator.c (HALT_NYI): Just print out the numeric value of the
instruction when not tracing.
(aarch64_step): Change from static to global.
* simulator.h: Add a prototype for aarch64_step().
sim/aarch64/ChangeLog
sim/aarch64/interp.c
sim/aarch64/simulator.c
sim/aarch64/simulator.h