This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/common ChangeLog sim-trace.c sim-trace.h
- From: vapier at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 26 May 2011 00:10:03 -0000
- Subject: src/sim/common ChangeLog sim-trace.c sim-trace.h
CVSROOT: /cvs/src
Module name: src
Changes by: vapier@sourceware.org 2011-05-26 00:10:03
Modified files:
sim/common : ChangeLog sim-trace.c sim-trace.h
Log message:
sim: add syscall tracing level
It's useful to be able to trace just the system calls the simulated
program is calling, so add a new --trace-syscall option for ports to
leverage if they choose.
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.248&r2=1.249
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-trace.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-trace.h.diff?cvsroot=src&r1=1.11&r2=1.12