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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 56 static void abort_with_message(const char *msg) { function
61 static void abort_with_message(const char *) { abort(); } function
90 abort_with_message("ubsan: " msg); \
  /src/external/gpl3/gdb/dist/gdb/
utils.c 200 abort_with_message (const char *msg)
367 abort_with_message (msg);
398 /* Fall back to abort_with_message if gdb_stderr is not set up. */
402 abort_with_message ("\n");
199 abort_with_message (const char *msg) function
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 197 abort_with_message (const char *msg)
364 abort_with_message (msg);
395 /* Fall back to abort_with_message if gdb_stderr is not set up. */
399 abort_with_message ("\n");
196 abort_with_message (const char *msg) function

Completed in 33 milliseconds