Date: Sat, 7 Aug 2004 21:40:52 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 gdb_machdep.c src/sys/ia64/include gdb_machdep.h Message-ID: <200408072140.i77LeqEd077547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-08-07 21:40:52 UTC FreeBSD src repository Modified files: sys/ia64/ia64 gdb_machdep.c sys/ia64/include gdb_machdep.h Log: De-inline gdb_cpu_signal() because we need to convert the trap vectors related to breakpoints and single stepping into SIGTRAP so gdb(1) knows why the remote target has stopped. In particular, gdb(1) needs to know if the reason is something of its own doing. Revision Changes Path 1.2 +10 -0 src/sys/ia64/ia64/gdb_machdep.c 1.2 +1 -7 src/sys/ia64/include/gdb_machdep.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408072140.i77LeqEd077547>