This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: optimized-out pieces
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> currently it has a lot of regressions, at least tested on Fedora 13 with
Jan> -lefence. Most of them are for x86_64-m32 and i686. 64bit x86_64 is not
Jan> regressing much as it has few DW_OP_piece in use.
Thanks.
Jan> set_value_address sets there value->location.address despite it is an
Jan> lval_computed value that time. Later it crashes on next command:
I fixed this. I just added lval_computed to the exclusion list in
apply_val_pretty_printer.
Tom