Lines Matching refs:DBG_error
35 #define DBG_error 1 /* fatal errors */
137 DBG(DBG_error, "%s: got error: %s\n", func, exc.what());
141 DBG(DBG_error, "%s: failed to allocate memory\n", func);
144 DBG(DBG_error, "%s: got uncaught exception: %s\n", func, exc.what());
147 DBG(DBG_error, "%s: got unknown uncaught exception\n", func);
158 DBG(DBG_error, "%s: got error: %s\n", func, exc.what());
162 DBG(DBG_error, "%s: failed to allocate memory\n", func);
165 DBG(DBG_error, "%s: got uncaught exception: %s\n", func, exc.what());
168 DBG(DBG_error, "%s: got unknown uncaught exception\n", func);
179 DBG(DBG_error, "%s: got exception: %s\n", func, exc.what());
181 DBG(DBG_error, "%s: got exception: could not allocate memory: %s\n", func, exc.what());
183 DBG(DBG_error, "%s: got uncaught exception: %s\n", func, exc.what());
185 DBG(DBG_error, "%s: got unknown uncaught exception\n", func);