This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Remove entries for MI commands


These commands were never implemented.  I removed them from the documentation
last year as variable objects perform the same function and are superior.

Committed as obvious.

-- 
Nick                                           http://www.inet.net.nz/~nickrob**


2007-01-02  Nick Roberts  <nickrob@snap.net.nz>

	* mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
	-display-disable, -display-enable, -display-insert and
	-display-list.


* mi-cmds.c	06 Jul 2006 07:03:47 +1200	1.21
--- mi-cmds.c	02 Jan 2007 19:56:45 +1300	
*************** struct mi_cmd mi_cmds[] =
*** 53,63 ****
    { "data-read-memory", { NULL, 0 }, 0, mi_cmd_data_read_memory},
    { "data-write-memory", { NULL, 0 }, 0, mi_cmd_data_write_memory},
    { "data-write-register-values", { NULL, 0 }, 0, mi_cmd_data_write_register_values},
-   { "display-delete", { NULL, 0 }, NULL, NULL },
-   { "display-disable", { NULL, 0 }, NULL, NULL },
-   { "display-enable", { NULL, 0 }, NULL, NULL },
-   { "display-insert", { NULL, 0 }, NULL, NULL },
-   { "display-list", { NULL, 0 }, NULL, NULL },
    { "environment-cd", { NULL, 0 }, 0, mi_cmd_env_cd},
    { "environment-directory", { NULL, 0 }, 0, mi_cmd_env_dir},
    { "environment-path", { NULL, 0 }, 0, mi_cmd_env_path},
--- 53,58 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]