This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] dwarf2cfi.c improvements


Andrew Cagney <ac131313@ges.redhat.com> writes:
> > -	      default:		/* This label is here just to avoid warning.  */
> >> +	      default:
> >> +		error ("execute_stack_op: Unknown DW_OP_ value");
> >>  		break;
> >>
> 
> Just FYI, error messages should not be refering to a gdb internal
> functions.  It should probably also be slightly more descriptive
> indicating that the problem is in the dwarf2 information being read in
> and not in GDB.

Oops.  I noticed that, and then forgot to say anything about it.
Thanks for catching it.


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