summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-12 10:13:48 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-12 10:13:48 +0000
commitb5bd9fd1511a18daeeb3e10c266734c754ec1e65 (patch)
treeaa28d5fc8fdd34fa424cde50d713028a6031a59b
parent06a91f49f3e52a684fe1567c44f9136f718afd76 (diff)
downloadbinutils-gdb-b5bd9fd1511a18daeeb3e10c266734c754ec1e65.tar.gz
Update section on kernel debugging.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/README3
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7386a62daac..1539836bf48 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 12 14:12:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * README: Update section on kernel debugging.
+
Thu May 11 17:22:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
* README: Update for GDB 5.0.
diff --git a/gdb/README b/gdb/README
index 801ad3fb12b..cd8c6c2da67 100644
--- a/gdb/README
+++ b/gdb/README
@@ -415,8 +415,7 @@ See the GDB manual (gdb/doc/gdb.texinfo) for information on this.
Kernel debugging
=================
- I have't done this myself so I can't really offer any advice.
-Remote debugging over serial lines works fine, but the kernel
+ Remote debugging over serial lines works fine, but the kernel
debugging code in here has not been tested in years. Van Jacobson has
better kernel debugging, but the UC lawyers won't let FSF have it.