diff options
author | Pedro Alves <pedro@palves.net> | 2022-05-06 23:18:57 +0100 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2022-05-20 20:41:00 +0100 |
commit | 3b003a6126610d16015c5aee997ed702788d3be6 (patch) | |
tree | 9fb033b3bb2e715ff1f13024e70c7fabae757f14 /gdb/ada-lang.c | |
parent | d837fd813d9c72ea7d06ef839b95857dcf0da811 (diff) | |
download | binutils-3b003a6126610d16015c5aee997ed702788d3be6.zip binutils-3b003a6126610d16015c5aee997ed702788d3be6.tar.gz binutils-3b003a6126610d16015c5aee997ed702788d3be6.tar.bz2 |
init_breakpoint_sal -> base_breakpoint::base_breakpoint
This converts init_breakpoint_sal to a base_breakpoint constructor.
It removes a use of init_raw_breakpoint.
To avoid manually adding a bunch of parameters to
new_breakpoint_from_type, and manually passing them down to the
constructors of a number of different base_breakpoint subclasses, make
new_breakpoint_from_type a variable template function.
Change-Id: I4cc24133ac4c292f547289ec782fc78e5bbe2510
Diffstat (limited to 'gdb/ada-lang.c')
0 files changed, 0 insertions, 0 deletions