diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-30 22:25:52 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-30 22:25:52 +0000 |
commit | 4fb192bec12a820bbe443550449101c44b936759 (patch) | |
tree | 41ddab71ffb99a1d3437bb53fca7a8a0d5faf684 /gdb/ChangeLog | |
parent | 2975f1f04f299301fd49fccbf19830dfda377a2c (diff) | |
download | gdb-4fb192bec12a820bbe443550449101c44b936759.zip gdb-4fb192bec12a820bbe443550449101c44b936759.tar.gz gdb-4fb192bec12a820bbe443550449101c44b936759.tar.bz2 |
* remote-mips.c (mips_error): New function.
* remote-mips.c: Use it instead of error() most places.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b50e220..e88256e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Dec 30 10:16:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-mips.c (mips_error): New function. + * remote-mips.c: Use it instead of error() most places. + * breakpoint.c (breakpoint_chain): Make static. * breakpoint.c, breakpoint.h (frame_in_dummy): New function. * stack.c (print_frame_info): Use it. |