* ada-lang.c (ada_exception_breakpoint_ops): Make return type
authorTom Tromey <tromey@redhat.com>
Mon, 25 Jul 2011 15:51:20 +0000 (15:51 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 25 Jul 2011 15:51:20 +0000 (15:51 +0000)
commitc0a91b2b1432c7ecd7dfb558f9c37b6798b234d0
treefbd8746ffb761ca970fa01096e8378a49792bb85
parent6cb9b55b982a63d490e9086772eb201f658d6eb4
* ada-lang.c (ada_exception_breakpoint_ops): Make return type
const.
(ada_exception_sal): Make 'ops' const.
(ada_decode_exception_location): Likewise.
(ada_decode_assert_location): Likewise.
(catch_assert_command): Update.
(catch_ada_exception_command): Update.
(create_ada_exception_catchpoint): Make 'ops' const.
* breakpoint.c (set_raw_breakpoint_without_location)
(set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
const.
(create_internal_breakpoint): Update.
(init_raw_breakpoint_without_location): Make 'ops' const.
(init_raw_breakpoint, init_catchpoint)
(create_fork_vfork_event_catchpoint)
(create_syscall_event_catchpoint, init_breakpoint_sal)
(create_breakpoint_sal, create_breakpoints_sal)
(create_breakpoint, init_ada_exception_breakpoint): Likewise.
* breakpoint.h (struct breakpoint) <ops>: Now const.
(init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
const.
gdb/ChangeLog
gdb/ada-lang.c
gdb/breakpoint.c
gdb/breakpoint.h
This page took 0.025087 seconds and 4 git commands to generate.