]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ada-lang.c
Combine create_excep_cond_exprs and ada_catchpoint::re_set
authorTom Tromey <tromey@adacore.com>
Thu, 16 Feb 2023 17:56:02 +0000 (10:56 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 12 Jun 2023 17:51:52 +0000 (11:51 -0600)
commit95f2fe27efbe9f013c522099a6443b1a68c1951d
tree93ed2cd7f62e25e881e16668cc3c3b86a784f160
parent898db0f75d07c0c40682fce080d7f631179bd85a
Combine create_excep_cond_exprs and ada_catchpoint::re_set

This patch merges create_excep_cond_exprs into ada_catchpoint::re_set.
This is less verbose and is also a step toward making ada_catchpoint
work more like the other code_breakpoint-based exception catchpoints.
gdb/ada-lang.c