]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rename parameter of create_ada_exception_catchpoint
authorTom Tromey <tromey@adacore.com>
Thu, 16 Feb 2023 17:27:26 +0000 (10:27 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 16 Feb 2023 17:29:11 +0000 (10:29 -0700)
commit12d67b37cde0d6f8492bc2052b3fe8da4691f9d0
treecc110897d5b7306e92549602457a52e61fb271dc
parent16b84b6599dba01abc00954d0bc80ddf0c2373e3
Rename parameter of create_ada_exception_catchpoint

create_ada_exception_catchpoint has a parameter named "disabled", but
both its callers and callees use it to mean "enabled".  This is
confusing, so this patch renames the parameter.
gdb/ada-lang.c
gdb/ada-lang.h