gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 19 Mar 2012 18:16:18 +0000 (18:16 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 19 Mar 2012 18:16:18 +0000 (18:16 +0000)
commit26743505e35f0442b8db1848140d2e3d475fa736
tree59f6533bcef9c3697b6056eb5c41b374a93dc2d0
parent5ff5c7b436a6887a4a910659ce276ea75496a92b
gdb/
Code cleanup.
* main.c (struct cmdarg): Move it here from main.  Add more comments.
(cmdarg_s, VEC (cmdarg_s)): New.
(main): Move struct cmdarg from here.  New variables cmdarg_vec and
cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
Install cleanup for cmdarg_vec.  Update filling for options 'x' and
'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
of CMDARG.
gdb/ChangeLog
gdb/main.c
This page took 0.027437 seconds and 4 git commands to generate.