From 1d9dc859cd6bfa6e8dc46bc0590c62422234d1fd Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Thu, 6 Jun 2002 03:56:34 +0000 Subject: - Add support for specifying expressions in add-symbol-file (Nick Hibma) - Add patches from src/ bits for: - kernel core debugging for i386 - thread debugging for i386 and alpha (Doug Rabson) This patch allows debugging -current kernels compiled with gcc-3.1. Reviewed by: dfr Approved by: obrien --- devel/gdb6/files/patch-target.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/gdb6/files/patch-target.h (limited to 'devel/gdb6/files/patch-target.h') diff --git a/devel/gdb6/files/patch-target.h b/devel/gdb6/files/patch-target.h new file mode 100644 index 000000000000..147cfe49620f --- /dev/null +++ b/devel/gdb6/files/patch-target.h @@ -0,0 +1,10 @@ +--- gdb/target.h Sat Feb 9 20:08:42 2002 ++++ gdb/target.h Fri May 24 08:38:31 2002 +@@ -52,6 +52,7 @@ + dummy_stratum, /* The lowest of the low */ + file_stratum, /* Executable files, etc */ + core_stratum, /* Core dump files */ ++ kcore_stratum, /* Kernel core files */ + download_stratum, /* Downloading of remote targets */ + process_stratum, /* Executing processes */ + thread_stratum /* Executing threads */ -- cgit v1.2.3