Add "ada_" prefix to enum ada_exception_catchpoint_kind
authorJoel Brobecker <brobecker@gnat.com>
Fri, 11 Oct 2013 13:45:27 +0000 (13:45 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 11 Oct 2013 13:45:27 +0000 (13:45 +0000)
commit761269c8497f8f5e1cee4a4695ba48fb74fa86a3
tree508fcc1ee13d09b1e18a77d37946a3a1f30d70ac
parentb4a5b78b782ac0a689ed6e6b8ca8b58ad8948258
Add "ada_" prefix to enum ada_exception_catchpoint_kind

This is in preparation for making that type public, in order to be
able to use make create_ada_exception_catchpoint public as well,
making it usable from the GDB/MI implementation.

gdb/ChangeLog:

        * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
        "enum exception_catchpoint_kind".  Replace the "ex_" prefix
        of all its enumerates with "ada_".  Update the rest of this
        file throughout.
gdb/ChangeLog
gdb/ada-lang.c