Bug 29599 - [gdb] FAIL: gdb.gdb/python-helper.exp: pretty print type (timeout)
Summary: [gdb] FAIL: gdb.gdb/python-helper.exp: pretty print type (timeout)
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 13.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-22 13:17 UTC by Tom de Vries
Modified: 2022-09-27 12:59 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom de Vries 2022-09-22 13:17:51 UTC
I'm noticing this regression:
...
(outer-gdb) PASS: gdb.gdb/python-helper.exp: hit breakpoint in outer gdb
print *val->type^M
$1 = Python Exception <class 'gdb.error'>: Cannot convert value to long.^M
^M
(outer-gdb) FAIL: gdb.gdb/python-helper.exp: pretty print type (timeout)
...