diff options
author | Nick Clifton <nickc@redhat.com> | 2016-08-11 15:04:40 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-08-11 15:04:40 +0100 |
commit | 6a2775793d17c8a73956977c75111b33ec10ec37 (patch) | |
tree | 84fccccb33759a574c8e5f2e9787eb2ccfd7416e /sim/aarch64/ChangeLog | |
parent | 39b22471578843019026c50fcdbe0483a6045970 (diff) | |
download | gdb-6a2775793d17c8a73956977c75111b33ec10ec37.zip gdb-6a2775793d17c8a73956977c75111b33ec10ec37.tar.gz gdb-6a2775793d17c8a73956977c75111b33ec10ec37.tar.bz2 |
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().
Diffstat (limited to 'sim/aarch64/ChangeLog')
-rw-r--r-- | sim/aarch64/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog index 78015ef..d32a81b 100644 --- a/sim/aarch64/ChangeLog +++ b/sim/aarch64/ChangeLog @@ -1,3 +1,11 @@ +2016-08-11 Nick Clifton <nickc@redhat.com> + + * 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. + 2016-07-27 Alan Modra <amodra@gmail.com> * memory.c: Don't include libbfd.h. |