commit | 3c3e54d7b5f7da003292710fe810e670d45832d8 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Wed Aug 02 23:14:58 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Wed Aug 02 23:14:58 2023 +0200 |
tree | b2315895e9f8e9e9d82f830766126f71f60438bb | |
parent | 86bb2d76c901a558e5b2dd29df95874ce6e78dae [diff] |
[gdb/dap] Disable DAP for python <= 3.5 DAP requires python module typing, which is supported starting python 3.5. Make this formal by: - disabling the dap interpreter for python version < 3.5 - returning 0 in allow_dap_tests for python version < 3.5 Approved-By: Tom Tromey <tom@tromey.com> PR dap/30708 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30708