HomeSort by: relevance | last modified time | path
    Searched defs:entryval_error (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 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)
527 char *val_error = NULL, *entryval_error = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stack.c 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)
527 char *val_error = NULL, *entryval_error = NULL; local
    [all...]

Completed in 24 milliseconds