Date: Wed, 4 Jan 2006 23:17:52 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c Message-ID: <200601042317.k04NHqIo039414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2006-01-04 23:17:52 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb main.c Log: Add -w parameter which tells kgdb to open kmem-based targets in read-write mode. This allows one to use kgdb on /dev/mem and be able to patch memory on a live system. This is identical to what -wcore used to do in previous gdb versions for FreeBSD. Requested by: wpaul Revision Changes Path 1.11 +8 -3 src/gnu/usr.bin/gdb/kgdb/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601042317.k04NHqIo039414>