Lines Matching refs:current_exception
431 except_T *current_exception; member
449 dsp->current_exception = current_exception; current_exception = NULL; in save_dbg_stuff()
466 current_exception = dsp->current_exception; in restore_dbg_stuff()
1142 did_throw ? (void *)current_exception : NULL); in do_cmdline()
1260 if (current_exception == NULL) in do_cmdline()
1407 switch (current_exception->type) in handle_did_throw()
1412 current_exception->value); in handle_did_throw()
1416 messages = current_exception->messages; in handle_did_throw()
1417 current_exception->messages = NULL; in handle_did_throw()
1423 estack_push(ETYPE_EXCEPT, current_exception->throw_name, in handle_did_throw()
1424 current_exception->throw_lnum); in handle_did_throw()
1426 current_exception->throw_name = NULL; in handle_did_throw()