]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove ExecutionInvoker
authorTom Tromey <tromey@adacore.com>
Mon, 6 Nov 2023 21:29:06 +0000 (14:29 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 17 Nov 2023 15:26:03 +0000 (08:26 -0700)
commit68caad9d0b06d0ac231ce083ff62410a5a1806c1
tree2fd366c49e3954c8ac51f8309aae63999510871c
parentc98921b258b55272c5b4066d96441e4e07626eb2
Remove ExecutionInvoker

ExecutionInvoker is no longer really needed, due to the previous DAP
refactoring.  This patch removes it in favor of an ordinary function.
One spot (the 'continue' request) could still have used it, but is
more succinctly expressed as a lambda.

Reviewed-by: Kévin Le Gouguec <legouguec@adacore.com>
gdb/python/lib/gdb/dap/events.py
gdb/python/lib/gdb/dap/launch.py
gdb/python/lib/gdb/dap/next.py
gdb/python/lib/gdb/dap/pause.py