This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/common ChangeLog syscall.c
- From: vapier at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 3 Dec 2011 18:39:44 -0000
- Subject: src/sim/common ChangeLog syscall.c
CVSROOT: /cvs/src
Module name: src
Changes by: vapier@sourceware.org 2011-12-03 18:39:44
Modified files:
sim/common : ChangeLog syscall.c
Log message:
sim: export cb_get_string for people to use
The common sim code provides a useful "get_string" function which reads
a C string out of the target's memory space. So rename and export it
for other people to use.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.265&r2=1.266
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/syscall.c.diff?cvsroot=src&r1=1.19&r2=1.20