diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 07:38:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 07:38:23 +0000 |
commit | 5ee17cb3c626761fbc5feefdd152bbd9be7e02c7 (patch) | |
tree | 31d8b41342cf17e772ad21eb997806e291a10642 /devel/gdb53-act/files/patch-gdb_target.h | |
parent | New port: adabindx - an Ada-binding to the X Window System and *tif (diff) |
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 <john@johnrshannon.com>
Notes
Notes:
svn path=/head/; revision=89530
Diffstat (limited to 'devel/gdb53-act/files/patch-gdb_target.h')
-rw-r--r-- | devel/gdb53-act/files/patch-gdb_target.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 */ |