diff options
author | Bob Rossi <bob@brasko.net> | 2003-04-02 22:10:35 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2003-04-02 22:10:35 +0000 |
commit | 1abaf70c9430cffb9779153a4518e1c5093d742a (patch) | |
tree | d264a2ef537b7cc304279083e94a2ebcdc0c74b4 /gdb/ChangeLog | |
parent | af22f5b24a0ca6ff93ca536bf12a6b6afb3713a2 (diff) | |
download | gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.zip gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.gz gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.bz2 |
Adding -file-list-exec-source-file command to MI
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f28c9e..16339df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +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) |