commit | f8b12b8e1048a78816b23c968b07039106365e63 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Aug 11 12:22:27 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Aug 11 12:22:27 2023 -0600 |
tree | ef79f6d33fc35d6b3e7fd85b2b36f1789a974eb6 | |
parent | a17805b199b8e312d8977b28520657bf4bfbcfb4 [diff] |
Fix Python documentation for range type fields GDB's Python documentation claims that range types have two fields, but this is not true, and attempts to access them hit this error: "Type is not a structure, union, enum, or function type." This patch fixes the documentation.