Home | History | Annotate | Download | only in gdb

Lines Matching defs:entryval_error

528   char *val_error = NULL, *entryval_error = NULL;
560 entryval_error = (char *) alloca (except.message->size () + 1);
561 strcpy (entryval_error, except.what ());
620 entryval_error
622 strcpy (entryval_error, except.what ());
638 if (val_error && entryval_error
639 && strcmp (val_error, entryval_error) == 0)
641 entryval_error = NULL;
672 entryval_error = NULL;
701 entryargp->error.reset (entryval_error ? xstrdup (entryval_error) : NULL);
702 if (!entryval && !entryval_error)