aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-03 18:39:43 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-03 18:39:43 +0000
commit7171232768ab846e00032b7218b2a4ad275b6ae2 (patch)
tree6b8bbc022efaa3162cedfb3995bfdd247edd67a5 /include/gdb/ChangeLog
parent93f2a35e101e29e80f48ef9103a1aafb7ec2036e (diff)
downloadfsf-binutils-gdb-7171232768ab846e00032b7218b2a4ad275b6ae2.zip
fsf-binutils-gdb-7171232768ab846e00032b7218b2a4ad275b6ae2.tar.gz
fsf-binutils-gdb-7171232768ab846e00032b7218b2a4ad275b6ae2.tar.bz2
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>
Diffstat (limited to 'include/gdb/ChangeLog')
-rw-r--r--include/gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index dabaa5b..9ce3db9 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-03 Mike Frysinger <vapier@gentoo.org>
+
+ * callback.h (cb_get_string): New prototype.
+
2011-04-14 Mike Frysinger <vapier@gentoo.org>
* remote-sim.h (sim_complete_command): New prototype.