From: Spen <sp...@sp...> - 2008-10-24 12:25:43
|
> > Also try the attached patch, which ignores read errors from > the target > > entirely, even if the address+length is nonsensical. > > Committed. > > gdb_report_data_abort now ignores all errors upon reading > target memory. > Not keen on this approach. Should we not try and trace the cause rather than accepting it? I did have similar problems with an older gdb turned out after further debugging the problem was caused by ld are there still issues when using gdb directly, rather than through gdbmi. Cheers Spen |