]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use exec_and_log in next.py
authorTom Tromey <tromey@adacore.com>
Wed, 3 Sep 2025 17:26:28 +0000 (11:26 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 26 Sep 2025 15:29:14 +0000 (09:29 -0600)
commitefdb47cc20cd335706e7547c8bc41b65a99ff341
tree1351ffc49e3b5ecb3e3f61554756228accc11063
parentecac42af735c3fa6abe49ec7cf9ebcd34096b2ac
Use exec_and_log in next.py

Some code in next.py avoids exec_and_log due to its exception
behavior.  Now that exec_and_log always forwards exceptions, this is
easily fixed.
gdb/python/lib/gdb/dap/next.py