OSDN Git Service

ChangeLog:
authoruweigand <uweigand>
Fri, 31 Jul 2009 15:35:37 +0000 (15:35 +0000)
committeruweigand <uweigand>
Fri, 31 Jul 2009 15:35:37 +0000 (15:35 +0000)
commit701b13fb560a35087598c8f0e18050bda63cb718
treef9e7b74d1fa561d10b7653632cd0095017e0d395
parentf47ed7b4f0791800df996caa21295dd2c3231096
ChangeLog:

* spu-tdep.c: Include "infcall.h".
(spu_address_class_type_flags): New function.
(spu_address_class_type_flags_to_name): Likewise.
(spu_address_class_name_to_type_flags): Likewise.
(spu_pointer_to_address): Handle __ea pointers.
(spu_auto_flush_cache_p): New static variable.
(spu_objfile_from_frame): New function.
(flush_ea_cache, spu_attach_normal_stop): Likewise.
(show_spu_auto_flush_cache): Likewise.
(spu_gdbarch_init): Install address class handlers.
(_initialize_spu_tdep): Attach to normal_stop observer.
Install "set spu auto-flush-cache" / "show spu auto-flush-cache"
commands.

* NEWS: Mention "set/show spu auto-flush-cache" commands.

doc/ChangeLog:

* gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
"set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/spu-tdep.c