Re: Regression or undocumented behavior change in Rust value printing in gdb 10.1
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Russell" == Russell Mull <[email protected]> writes: Russell> Is this a bug, or possibly the new intended behavior? If it's the latter, Russell> is there something that can be done on the python extension side to get the Russell> old behavior back? It's a bug. The changes to remove the val_print code weren't supposed to (greatly) affect user-visible behavior. Russell> I'm tracking this on the Rust side at Russell> https://github.com/rust-lang/rust/issues/85267, and have a small repro Russell> available at https://github.com/mullr/gdb-pretty-test. Thanks. I'll take a look. Tom