Home
last modified time | relevance | path

Searched refs:gdberrmsg (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dexceptions.c481 char **gdberrmsg, in catch_exceptions_with_msg() argument
498 if (gdberrmsg != NULL) in catch_exceptions_with_msg()
501 *gdberrmsg = xstrdup (exception.message); in catch_exceptions_with_msg()
503 *gdberrmsg = NULL; in catch_exceptions_with_msg()
Dexceptions.h208 char **gdberrmsg,