Fix execute_frame_filters doc string
authorTom Tromey <tromey@adacore.com>
Wed, 14 Jun 2023 12:27:49 +0000 (06:27 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 10 Jul 2023 19:17:30 +0000 (13:17 -0600)
commit7355e1a74d1ee30b0babb8835e10027eb04ef832
tree97701ceae821482e0c8572b312b72247b809e57e
parentb812967a6033de7c0682a048588397f987ebf55c
Fix execute_frame_filters doc string

When reading the doc string for execute_frame_filters, I wasn't sure
if the ranges were inclusive or exclusive.  This patch updates the doc
string to reflect my findings, and also fixes an existing typo.
gdb/python/lib/gdb/frames.py