aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorBob Rossi <bob@brasko.net>2003-04-02 23:48:21 +0000
committerBob Rossi <bob@brasko.net>2003-04-02 23:48:21 +0000
commit4e35d5f041d76a20b4e3b17872608808f6a18d76 (patch)
treece34f03f0b6fc24fb6f2326b70156d7cf66060cc /gdb
parent472816383ccbb053d85fcfc816420749a113ba83 (diff)
downloadfsf-binutils-gdb-4e35d5f041d76a20b4e3b17872608808f6a18d76.zip
fsf-binutils-gdb-4e35d5f041d76a20b4e3b17872608808f6a18d76.tar.gz
fsf-binutils-gdb-4e35d5f041d76a20b4e3b17872608808f6a18d76.tar.bz2
I broke my first ChangeLog :), fixing it.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog11
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/mi/ChangeLog9
-rw-r--r--gdb/testsuite/ChangeLog4
4 files changed, 18 insertions, 11 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 16339df..2f28c9e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,14 +1,3 @@
-2003-04-02 Bob Rossi <bob_rossi@cox.net>
-
- * mi-cmd-file.c: Added file to implement mi file commands.
- * mi-getopt.c: Added mi_valid_noargs to verify if a set of
- parameters passed to an MI function has no arguments
- * mi-getopt.h: Prototyped mi_valid_noargs
- * mi-cmds.c: Added -file-list-exec-source-file command.
- * mi-cmds.h: Added -file-list-exec-source-file to proto list.
- * doc/gdb.texinfo: Document -file-list-exec-source-file.
- * mi-file.exp: Added testcase to test -file-list-exec-source-file.
-
2003-04-01 Kevin Buettner <kevinb@redhat.com>
* mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 58b6449..0d935b6 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-02 Bob Rossi <bob_rossi@cox.net>
+
+ * gdb.texinfo (GDB/MI Program Control): Add
+ '-file-list-exec-source-file'
+
2003-03-31 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index 1b6b497..73b4975 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-02 Bob Rossi <bob_rossi@cox.net>
+
+ * mi-cmd-file.c: New file to implement mi file commands.
+ * mi-getopt.c (mi_valid_noargs): Added mi_valid_noargs to verify
+ if a set of parameters passed to an MI function has no arguments
+ * mi-getopt.h (mi_valid_noargs): Declare.
+ * mi-cmds.c (mi_cmds): Added -file-list-exec-source-file command.
+ * mi-cmds.h (mi_cmd_file_list_exec_source_file): Declare.
+
2003-03-27 Andrew Cagney <cagney@redhat.com>
* gdbmi.texinfo: Delete file. Contents moved to
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3c031f3..73aa52d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-02 Bob Rossi <bob_rossi@cox.net>
+
+ * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
+
2003-03-29 Andrew Cagney <cagney@redhat.com>
* gdb.base/sizeof.c (main): Print the value of '\377'.