On 3/6/23 16:17, Tom Tromey via Gdb-patches wrote: >>>>>> "Tom" == Tom Tromey via Gdb-patches writes: > > Tom> The DAP stackTrace implementation did not fully account for frames > Tom> without debuginfo. Attemping this would yield a result like: > > Tom> {"request_seq": 5, "type": "response", "command": "stackTrace", "success": false, "message": "'NoneType' object has no attribute 'filename'", "seq": 11} > > Tom> This patch fixes the problem by adding another check for None. > > I'm checking this in now. Hi, I'm getting: ... {"request_seq": 5, "type": "response", "command": "stackTrace", "success": false, "message": "unhashable type: 'gdb.Frame'", "seq": 11}FAIL: gdb.dap/bt-nodebug.exp: backtrace success ... This is with python 3.6m. Thanks, - Tom