diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-25 09:44:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-25 09:44:57 +0000 |
commit | 9ff152f7f560389f2e5a8e645c389f3317dadae0 (patch) | |
tree | f6c572e902724e53b50a313a78ecff7d7d807796 /gdb | |
parent | baa1a488012c97190295d530f3f903d7cc440aed (diff) | |
download | gdb-9ff152f7f560389f2e5a8e645c389f3317dadae0.zip gdb-9ff152f7f560389f2e5a8e645c389f3317dadae0.tar.gz gdb-9ff152f7f560389f2e5a8e645c389f3317dadae0.tar.bz2 |
mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint): Pass
address of bplen.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3a8fc1..97fece8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 25 20:37:00 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * mem-break.c (memory_insert_breakpoint, + memory_remove_breakpoint): Pass address of bplen. + start-sanitize-vr4xxx 1998-11-24 Gavin Romig-Koch <gavin@cygnus.com> |