diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-07-31 15:33:50 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-07-31 15:33:50 +0000 |
commit | 3285f3fe1a0173795d6f977232aa1e29284fef1c (patch) | |
tree | 1efb50e7f227b2c32f35ae28c5c8e5596cccc127 /gdb/NEWS | |
parent | cc5f0d615034abd00afe97bfaac585e433924685 (diff) | |
download | gdb-3285f3fe1a0173795d6f977232aa1e29284fef1c.zip gdb-3285f3fe1a0173795d6f977232aa1e29284fef1c.tar.gz gdb-3285f3fe1a0173795d6f977232aa1e29284fef1c.tar.bz2 |
ChangeLog:
* spu-tdep.c: Include "block.h".
(setspucmdlist, showspucmdlist): New static variables.
(spu_stop_on_load_p): Likewise.
(spu_catch_start): New function.
(show_spu_command, set_spu_command): New functions.
(show_spu_stop_on_load): Likewise.
(_initialize_spu_tdep): Attach spu_catch_start to new_objfile observer.
Install "set spu" / "show spu" prefix command handler.
Install "set spu stop-on-load" / "show spu stop-on-load" command.
* NEWS: Mention "set/show spu stop-on-load" commands.
doc/ChangeLog:
* gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
"set spu stop-on-load" and "show spu stop-on-load" commands.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -259,6 +259,10 @@ kill inferior NUM * New options +set spu stop-on-load +show spu stop-on-load + Control whether to stop for new SPE threads during Cell/B.E. debugging. + set sh calling-convention show sh calling-convention Control the calling convention used when calling SH target functions. |