aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-07-31 15:33:50 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-07-31 15:33:50 +0000
commit3285f3fe1a0173795d6f977232aa1e29284fef1c (patch)
tree1efb50e7f227b2c32f35ae28c5c8e5596cccc127 /gdb/NEWS
parentcc5f0d615034abd00afe97bfaac585e433924685 (diff)
downloadgdb-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index dbd0c6b..db5a80b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.