aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRon Unrau <runrau@cygnus>1998-08-04 17:05:15 +0000
committerRon Unrau <runrau@cygnus>1998-08-04 17:05:15 +0000
commit05ee9089de6345f1ae57e6841eb524e8fc9fe7ff (patch)
tree2f5f098397a16c2ef8ec0ead17ad54e2b3273ab8 /gdb
parent4857ffb496e319a48ed53db7330e7645a13c42e1 (diff)
downloadgdb-05ee9089de6345f1ae57e6841eb524e8fc9fe7ff.zip
gdb-05ee9089de6345f1ae57e6841eb524e8fc9fe7ff.tar.gz
gdb-05ee9089de6345f1ae57e6841eb524e8fc9fe7ff.tar.bz2
* txvu-tdep.c (txvu_insert_breakpoint): make sure CPU context is
set to correct VU memory space. (txvu_remove_breakpoint): use this instead of txvu_breakpoint_from_pc * config/tm-txvu.h: use new track-table address Do note define BREAKPOINT_FROM_PC anymore
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 37ab454..bc364a0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,12 @@
start-sanitize-sky
+Tue Aug 4 11:02:50 1998 Ron Unrau <runrau@cygnus.com>
+
+ * txvu-tdep.c (txvu_insert_breakpoint): make sure CPU context is
+ set to correct VU memory space.
+ (txvu_remove_breakpoint): use this instead of txvu_breakpoint_from_pc
+ * config/tm-txvu.h: use new track-table address
+ Do note define BREAKPOINT_FROM_PC anymore
+
Fri Jul 31 16:06:05 1998 Ron Unrau <runrau@cygnus.com>
* config/tm-txvu.h: use NUM_CORE_REGS instead of NUM_R5900_REGS