commit | 28e585134434ee2c65df5001e4494c1b4adcd204 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Jan 06 07:45:33 2025 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jan 13 07:37:19 2025 -0700 |
tree | 5816c3d32e9bcd75f0af955980b1a87864d58f9d | |
parent | d41df13ab36b224a622c0bdf28a96a0dee79db77 [diff] |
Handle case where DAP line can be None A comment in bugzilla pointed out a bug in my earlier patch to handle the DAP "linesStartAt1" setting. In particular, in the backtrace code, "line" can be None, which would lead to an exception from export_line. This patch fixes the problem. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32468