Home
last modified time | relevance | path

Searched refs:RETURN_MASK_ERROR (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDwrapper.c82 "", RETURN_MASK_ERROR)) in gdb_parse_exp_1()
111 "", RETURN_MASK_ERROR)) in gdb_evaluate_expression()
138 "", RETURN_MASK_ERROR); in gdb_value_fetch_lazy()
159 "", RETURN_MASK_ERROR)) in gdb_value_equal()
192 "", RETURN_MASK_ERROR)) in gdb_value_assign()
225 "", RETURN_MASK_ERROR)) in gdb_value_subscript()
257 "", RETURN_MASK_ERROR)) in gdb_value_ind()
HDdefs.h954 #define RETURN_MASK_ERROR RETURN_MASK (RETURN_ERROR) macro
955 #define RETURN_MASK_ALL (RETURN_MASK_QUIT | RETURN_MASK_ERROR)
HDtop.c409 if (mask & RETURN_MASK_ERROR) in catcher()
458 if (mask & RETURN_MASK_ERROR) in catcher()
HDstack.c1307 catch_errors (backtrace_command_stub, (char *)&btargs, "", RETURN_MASK_ERROR); in backtrace_command()
1324 catch_errors (backtrace_command_stub, (char *)&btargs, "", RETURN_MASK_ERROR); in backtrace_full_command()
HDframe.c849 NULL, RETURN_MASK_ERROR) != 0) in get_current_frame()
HDremote.c4282 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_kill()
4308 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR); in remote_async_kill()
HDinfrun.c3892 RETURN_MASK_ERROR) == 0) in restore_inferior_status()
HDwin32-nat.c578 catch_errors (safe_symbol_file_add_stub, &p, "", RETURN_MASK_ERROR); in safe_symbol_file_add()
HDbreakpoint.c1072 RETURN_MASK_ERROR); in insert_bp_location()