Searched refs:RETURN_MASK_ERROR (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | wrapper.c | 82 "", 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()
|
| HD | defs.h | 954 #define RETURN_MASK_ERROR RETURN_MASK (RETURN_ERROR) macro 955 #define RETURN_MASK_ALL (RETURN_MASK_QUIT | RETURN_MASK_ERROR)
|
| HD | top.c | 409 if (mask & RETURN_MASK_ERROR) in catcher() 458 if (mask & RETURN_MASK_ERROR) in catcher()
|
| HD | stack.c | 1307 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()
|
| HD | frame.c | 849 NULL, RETURN_MASK_ERROR) != 0) in get_current_frame()
|
| HD | remote.c | 4282 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()
|
| HD | infrun.c | 3892 RETURN_MASK_ERROR) == 0) in restore_inferior_status()
|
| HD | win32-nat.c | 578 catch_errors (safe_symbol_file_add_stub, &p, "", RETURN_MASK_ERROR); in safe_symbol_file_add()
|
| HD | breakpoint.c | 1072 RETURN_MASK_ERROR); in insert_bp_location()
|