commit | 5c9adb880eb1ed259007a376b305027d397948e8 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Aug 03 10:25:18 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Aug 03 10:27:00 2023 -0600 |
tree | 1f56baaffdeea73d1b57841fd9a189a43cdb68f3 | |
parent | 30baee6865571bb0385dbc6ee7e06701e1253028 [diff] |
Remove f-string from DAP One more f-string snuck into the DAP code, in breakpoint.py. Most of them were removed here: https://sourceware.org/pipermail/gdb-patches/2023-June/200023.html but I think this one landed after that patch. While DAP only supports Python 3.5 and later, f-strings were added in 3.6, so remove this. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30708