This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New ARI warning Sat Mar 19 01:54:11 UTC 2011


> I think that all users that require this additional status information
> should just use the (new) get_frame_register_value, and look at that
> value's properties.
> 
> So I do think that frame_register_read ought to stay deprecated;
> we need to remove those extraneous frame register routines ...

Pedro, if you agree, I'll add a comment to that effect next to
frame_register_read. Alternatively, we could try to reimplement
frame_register_read using get_frame_register_value, although
I get the impression that we wanted to start getting away from
reading into buffers.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]