]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Refactor DAP queue handling
authorTom Tromey <tromey@adacore.com>
Tue, 7 Nov 2023 16:16:48 +0000 (09:16 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 21 Nov 2023 14:09:08 +0000 (07:09 -0700)
commit587a1031aa10ec3e6cd8faa7cd1bbe9a5edc3736
treef2d45e84a3009bae6f88a9a63d13d0486439e591
parentd80aef339f6c7c30da28f79056725eedd64f84d7
Refactor DAP queue handling

A couple of spots in the DAP code use the same workaround for the
absence of queue.SimpleQueue before Python 3.6.  This patch
consolidates these into a single spot.
gdb/python/lib/gdb/dap/server.py
gdb/python/lib/gdb/dap/startup.py