diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-10-27 22:01:21 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-10-27 22:01:21 -0400 |
commit | 43dce4394513d15ba8122c3bf442ec1028d93feb (patch) | |
tree | a4f57eff55e8f754f8a937eb1b886ef58b2f53f3 /readline/vi_keymap.c | |
parent | 6a1b9516d824a4d364040887455ba910f955f065 (diff) | |
download | gdb-43dce4394513d15ba8122c3bf442ec1028d93feb.zip gdb-43dce4394513d15ba8122c3bf442ec1028d93feb.tar.gz gdb-43dce4394513d15ba8122c3bf442ec1028d93feb.tar.bz2 |
Allocate breakpoint_objfile_data with new
Allocate with new and free with delete. This allows using an
std::vector in the following patch.
I renamed free_breakpoint_probes to free_breakpoint_objfile_data,
because it now doesn't only free the probes vector, but also the
breakpoint_objfile_data structure itself.
gdb/ChangeLog:
* breakpoint.c (breakpoint_objfile_data): Initialize fields.
(get_breakpoint_objfile_data): Allocate breakpoint_objfile_data
with new.
(free_breakpoint_probes): Rename to ...
(free_breakpoint_objfile_data): ... this, and call delete on
bp_objfile_data..
Diffstat (limited to 'readline/vi_keymap.c')
0 files changed, 0 insertions, 0 deletions