aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-03 19:05:15 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-03 19:05:15 +0000
commitcc5add8c1cef548dfcefecb01a603112f2df99a8 (patch)
tree34626a7a72f01b583cddc79b4bd1c47f8e544ec9 /sim/bfin/ChangeLog
parent7171232768ab846e00032b7218b2a4ad275b6ae2 (diff)
downloadgdb-cc5add8c1cef548dfcefecb01a603112f2df99a8.zip
gdb-cc5add8c1cef548dfcefecb01a603112f2df99a8.tar.gz
gdb-cc5add8c1cef548dfcefecb01a603112f2df99a8.tar.bz2
sim: bfin: lookup target strings when tracing system calls
Parsing target addresses is hard if not generally useless, so use the new cb_get_string function to lookup the associated strings as well. Now the trace output is quickly useful instead of just marginally so. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/ChangeLog')
-rw-r--r--sim/bfin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog
index f8f9ce9..1376e6b 100644
--- a/sim/bfin/ChangeLog
+++ b/sim/bfin/ChangeLog
@@ -1,5 +1,13 @@
2011-12-03 Mike Frysinger <vapier@gentoo.org>
+ * interp.c (bfin_syscall): Increase _tbuf storage. Declare new local
+ tstr buffer. Call cb_get_string on tstr when handling CB_SYS_stat64,
+ CB_SYS_lstat64, CB_SYS_open, CB_SYS_write, CB_SYS_unlink,
+ CB_SYS_truncate, CB_SYS_rename, CB_SYS_stat, CB_SYS_lstat. Include
+ tstr in the tbuf output.
+
+2011-12-03 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in: Delete all dependency rules.
* aclocal.m4, configure: Regenerate.