I broke my first ChangeLog :), fixing it.
authorBob Rossi <bob@brasko.net>
Wed, 2 Apr 2003 23:48:21 +0000 (23:48 +0000)
committerBob Rossi <bob@brasko.net>
Wed, 2 Apr 2003 23:48:21 +0000 (23:48 +0000)
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/mi/ChangeLog
gdb/testsuite/ChangeLog

index 16339df49f73ed914c42f491b47182c3c8667fd8..2f28c9e2d5e16237300bbb5ae2f5cec157acff81 100644 (file)
@@ -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)
index 58b64497ca8cb7dc8b0a215bb2a363a472f21c2f..0d935b633d5e583ab6dab6cfcfd058ad88b96f23 100644 (file)
@@ -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
index 1b6b497ebb1aafa32f74a4d315dcb98348295cb3..73b4975534ca32ab243e44aadb5b2cdd5a5452c9 100644 (file)
@@ -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
index 3c031f3081338b588a1dded4968bbc8aa5d1ff3a..73aa52d86ee0b37ec94e744fa7ca1c9ad73f4b8c 100644 (file)
@@ -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'.
This page took 0.038261 seconds and 4 git commands to generate.