aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-12 10:15:16 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-12 10:15:16 +0000
commit6736fc7be91ff870806d3408cde17e0dec4d6bc1 (patch)
tree655f3e354e2b812703ec92d49f9b292dd95f5e53
parent47a8d4ba5d59a160115e4c05798aff5a5095ea6e (diff)
downloadgdb-6736fc7be91ff870806d3408cde17e0dec4d6bc1.zip
gdb-6736fc7be91ff870806d3408cde17e0dec4d6bc1.tar.gz
gdb-6736fc7be91ff870806d3408cde17e0dec4d6bc1.tar.bz2
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 6753da2..00baf73 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.
+
Fri May 12 19:13:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
* mips-tdep.c (mips_get_saved_register): New function. Handle
diff --git a/gdb/README b/gdb/README
index 801ad3f..cd8c6c2 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.