Lines Matching defs:tempflag

176 				 int tempflag,
180 static void create_fork_vfork_event_catchpoint (int tempflag,
201 static void create_exception_catchpoint (int tempflag, char *cond_string,
206 char *arg, int tempflag, int from_tty);
318 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \
328 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \
4470 solib_load_unload_1 (char *hookname, int tempflag, char *dll_pathname,
4531 b->disposition = tempflag ? disp_del : disp_donttouch;
4546 create_solib_load_event_breakpoint (char *hookname, int tempflag,
4549 solib_load_unload_1 (hookname, tempflag, dll_pathname,
4554 create_solib_unload_event_breakpoint (char *hookname, int tempflag,
4557 solib_load_unload_1 (hookname,tempflag, dll_pathname,
4562 create_fork_vfork_event_catchpoint (int tempflag, char *cond_string,
4583 b->disposition = tempflag ? disp_del : disp_donttouch;
4590 create_fork_event_catchpoint (int tempflag, char *cond_string)
4592 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_fork);
4596 create_vfork_event_catchpoint (int tempflag, char *cond_string)
4598 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_vfork);
4602 create_exec_event_catchpoint (int tempflag, char *cond_string)
4622 b->disposition = tempflag ? disp_del : disp_donttouch;
5122 int tempflag, hardwareflag;
5141 tempflag = flag & BP_TEMPFLAG;
5293 tempflag ? disp_del : disp_donttouch,
5317 b->disposition = tempflag ? disp_del : disp_donttouch;
5345 int tempflag;
5434 args->tempflag ? disp_del : disp_donttouch,
5448 int hardwareflag, int tempflag,
5455 args.tempflag = tempflag;
6299 catch_fork_command_1 (catch_fork_kind fork_kind, char *arg, int tempflag,
6321 create_fork_event_catchpoint (tempflag, cond_string);
6324 create_vfork_event_catchpoint (tempflag, cond_string);
6333 catch_exec_command_1 (char *arg, int tempflag, int from_tty)
6351 create_exec_event_catchpoint (tempflag, cond_string);
6355 catch_load_command_1 (char *arg, int tempflag, int from_tty)
6392 SOLIB_CREATE_CATCH_LOAD_HOOK (PIDGET (inferior_ptid), tempflag,
6397 catch_unload_command_1 (char *arg, int tempflag, int from_tty)
6434 SOLIB_CREATE_CATCH_UNLOAD_HOOK (PIDGET (inferior_ptid), tempflag,
6444 create_exception_catchpoint (int tempflag, char *cond_string,
6476 b->disposition = tempflag ? disp_del : disp_donttouch;
6527 handle_gnu_v3_exceptions (int tempflag, char *cond_string,
6556 b->disposition = tempflag ? disp_del : disp_donttouch;
6568 int tempflag, int from_tty)
6584 if (handle_gnu_v3_exceptions (tempflag, cond_string, ex_event, from_tty))
6595 create_exception_catchpoint (tempflag, cond_string, ex_event, sal);
6621 catch_command_1 (char *arg, int tempflag, int from_tty)
6637 /* catch_throw_command_1 (arg1_start, tempflag, from_tty); */
6656 tempflag, from_tty);
6661 tempflag, from_tty);
6685 catch_fork_command_1 (catch_fork, arg1_end + 1, tempflag, from_tty);
6689 catch_fork_command_1 (catch_vfork, arg1_end + 1, tempflag, from_tty);
6693 catch_exec_command_1 (arg1_end + 1, tempflag, from_tty);
6697 catch_load_command_1 (arg1_end + 1, tempflag, from_tty);
6701 catch_unload_command_1 (arg1_end + 1, tempflag, from_tty);
6714 /* catch_throw_command_1 (arg1_start, tempflag, from_tty); */