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] smart pointer support


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?

-- 
Pedro Alves


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