Use 'name' in DAP start_thread function
authorTom Tromey <tom@tromey.com>
Wed, 28 Jun 2023 21:23:54 +0000 (15:23 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 23 Jul 2023 21:08:40 +0000 (15:08 -0600)
commit338b21b0881e16bb7116e4eb5bc41817f805ec23
treeb29d1a997c8cfc99d94edcad22ba76533d3539a1
parent560c121c207af3c31c83a815de2569535fcd3aa7
Use 'name' in DAP start_thread function

The DAP start_thread helper function has a 'name' parameter that is
unused.  Apparently I forgot to hook it up to the thread constructor.
This patch fixes the oversight.
gdb/python/lib/gdb/dap/startup.py