]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* target.c, target.h (target_read_string): Provide error detection to
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 1 Mar 1994 21:00:18 +0000 (21:00 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 1 Mar 1994 21:00:18 +0000 (21:00 +0000)
commit4ad0021ebc16093209b5067aa2b8ed708c34d177
tree78dc7893c3e2518f7765d5f0c9e484ed35233f45
parent8b1d1557f36283b8d669eede6fcd603151d67632
* target.c, target.h (target_read_string): Provide error detection to
caller.  Put string in malloc'd space, so caller need not impose
arbitrary limits.
* solib.c (find_solib): Update to use new interface.
* irix5-nat.c (find_solib): Read o_path from inferior
(clear_solib): Free storage for o_path.
* valprint.c (val_print_string): Add comments.
gdb/ChangeLog
gdb/irix5-nat.c
gdb/solib.c
gdb/target.c
gdb/target.h
gdb/valprint.c