commit | 338b21b0881e16bb7116e4eb5bc41817f805ec23 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Jun 28 15:23:54 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Sun Jul 23 15:08:40 2023 -0600 |
tree | b29d1a997c8cfc99d94edcad22ba76533d3539a1 | |
parent | 560c121c207af3c31c83a815de2569535fcd3aa7 [diff] |
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.