]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove Invoker class from DAP
authorTom Tromey <tromey@adacore.com>
Wed, 3 Sep 2025 15:08:01 +0000 (09:08 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 26 Sep 2025 15:29:13 +0000 (09:29 -0600)
commite14efc5bf7c1af686976cae532acf3d6ad31b2a1
treef473b89a275c85800bc7ee29101ff1632907f8bb
parent6f40bbb93abcbc389eeb5939751db3f6513a08fe
Remove Invoker class from DAP

The Invoker used to be more convenient, before DAP requests were run
on the gdb thread by default.  Now it is barely used and easily
replaced by a couple of lambdas.
gdb/python/lib/gdb/dap/server.py