From 5ee17cb3c626761fbc5feefdd152bbd9be7e02c7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 27 Sep 2003 07:38:23 +0000 Subject: new port - ACT modified gdb53, a gdb that understands the Ada programming language Ada programming knowledgeable version of gdb53 PR: ports/56371 Submitted by: John R. Shannon --- devel/gdb53-act/files/patch-gdb_target.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/gdb53-act/files/patch-gdb_target.h (limited to 'devel/gdb53-act/files/patch-gdb_target.h') diff --git a/devel/gdb53-act/files/patch-gdb_target.h b/devel/gdb53-act/files/patch-gdb_target.h new file mode 100644 index 000000000000..147cfe49620f --- /dev/null +++ b/devel/gdb53-act/files/patch-gdb_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