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: PATCH: use frame_unwind_register instead of frame_register


On Fri, Nov 03, 2006 at 02:11:17PM -0800, Jim Blandy wrote:
> -  frame_register (debaton->frame, regnum, &optimized, &lval_type, &save_addr,
> -		  &realnum, buf);
> +  frame_unwind_register (debaton->frame, regnum, buf);

So... they're unused now, right? :-)

I often wonder if we should switch to just using -Wall, and use
ATTRIBUTE_UNUSED aggressively, instead of ignoring -Wunused.

-- 
Daniel Jacobowitz
CodeSourcery


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