freebsd-ports/devel/gdb53/files/patch-gdb_target.h
Mark Peek 1d9dc859cd - 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
2002-06-06 03:56:34 +00:00

10 lines
440 B
C

--- 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 */