On 08/16/2010 04:59 PM, Pedro Alves wrote: > On Monday 16 August 2010 21:31:06, sami wagiaalla wrote: >> @@ -78,6 +78,9 @@ enum errors { >> /* Feature is not supported in this copy of GDB. */ >> UNSUPPORTED_ERROR, >> >> + /* The requested symbol was not found. */ >> + SYMBOL_NOT_FOUND_ERROR, >> + > > How's this different from the existing NOT_FOUND_ERROR? > Ops. My bad, I missed that. Updated patch attached.