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]

Re: [PATCH] Change Ada catchpoints to be bp_catchpoint


On 7/10/19 6:06 PM, Tom Tromey wrote:
> Like Pedro's earlier patches to change catchpoint to be of type
> bp_catchpoint, this changes the Ada catchpoints to follow.
> 

Thanks, LGTM, FWIW.

Might want to add an is_ada_exception_catchpoint routine
or some such and use it in print_one_breakpoint_location and
print_one_breakpoint where is_exception_catchpoint is used,
so that "maint info breakpoints" shows these catchpoints' locations.

Thanks,
Pedro Alves


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