diff options
author | Tom Tromey <tom@tromey.com> | 2018-04-16 21:09:48 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-04 15:58:05 -0600 |
commit | e2fc72e2c594968084b936bc5dc4702a2c0694f8 (patch) | |
tree | 70307653efb3b532fa403d7d8d783e2d7ed0e67e /gdb/gdbarch.c | |
parent | a3b60e4588606354b93508a0008a5ca04b68fad8 (diff) | |
download | gdb-e2fc72e2c594968084b936bc5dc4702a2c0694f8.zip gdb-e2fc72e2c594968084b936bc5dc4702a2c0694f8.tar.gz gdb-e2fc72e2c594968084b936bc5dc4702a2c0694f8.tar.bz2 |
Allocate cmd_list_element with new
This adds a constructor and destructor to cmd_list_element and changes
it to be allocated with new. This will be useful in a subsequent
patch.
ChangeLog
2018-05-04 Tom Tromey <tom@tromey.com>
* cli/cli-decode.h (cmd_list_element): New constructor.
(~cmd_list_element): New destructor.
(struct cmd_list_element): Add initializers.
* cli/cli-decode.c (do_add_cmd): Use "new".
(delete_cmd): Use "delete".
Diffstat (limited to 'gdb/gdbarch.c')
0 files changed, 0 insertions, 0 deletions