Files
Tom Tromey 68ca7890dd Fix DAP stackTrace through frames without debuginfo
The DAP stackTrace implementation did not fully account for frames
without debuginfo.  Attemping this would yield a result like:

{"request_seq": 5, "type": "response", "command": "stackTrace", "success": false, "message": "'NoneType' object has no attribute 'filename'", "seq": 11}

This patch fixes the problem by adding another check for None.
2023-03-06 08:15:04 -07:00
..
2023-02-19 12:51:06 -07:00
2023-02-27 15:46:31 -07:00
2023-02-13 15:21:06 -07:00
2023-02-27 16:20:39 -07:00
2023-02-27 15:46:31 -07:00
2023-02-27 15:46:31 -07:00
2023-02-27 16:20:39 -07:00
2023-02-27 16:20:39 -07:00
2023-02-27 15:46:31 -07:00
2023-02-27 15:46:31 -07:00