Lines Matching defs:exception_name
11966 raise Exception_Name with "exception message";
12306 char exception_name[256];
12310 read_memory (addr, (gdb_byte *) exception_name,
12311 sizeof (exception_name) - 1);
12312 exception_name [sizeof (exception_name) - 1] = '\0';
12322 memcpy (exception_name, "exception", sizeof ("exception"));
12325 the exception name as "unhandled EXCEPTION_NAME", to make
12331 uiout->field_string ("exception-name", exception_name);
12524 std::string exception_name;
12526 exception_name = extract_arg (&args);
12527 if (exception_name == "if")
12531 this token, and set exception_name to NULL. */
12532 exception_name.clear ();
12562 *excep_string = exception_name;
12564 else if (exception_name.empty ())
12570 else if (exception_name == "unhandled")
12580 *excep_string = exception_name;