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 | 4d32f26375637e3aefac5e897e769c9ebc823eee (patch) | |
tree | 74ad0cacef507658899483a63ddf68c5ef66344d /gdb/mi/mi-cmds.c | |
parent | 218415667a8be336a1613b67ef2ed25b01adb99f (diff) | |
download | gdb-4d32f26375637e3aefac5e897e769c9ebc823eee.tar.gz |
Adding -file-list-exec-source-file command to MI
Diffstat (limited to 'gdb/mi/mi-cmds.c')
-rw-r--r-- | gdb/mi/mi-cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 5a0bf50754e..d6778421339 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -80,6 +80,7 @@ struct mi_cmd mi_cmds[] = {"file-exec-and-symbols", "file %s", 0}, {"file-exec-file", "exec-file %s", 0}, {"file-list-exec-sections", 0, 0}, + {"file-list-exec-source-file", 0, 0, mi_cmd_file_list_exec_source_file}, {"file-list-exec-source-files", 0, 0}, {"file-list-shared-libraries", 0, 0}, {"file-list-symbol-files", 0, 0}, |