Lines Matching refs: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) \ argument
328 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
4516 solib_load_unload_1 (char *hookname, int tempflag, char *dll_pathname, in solib_load_unload_1() argument
4577 b->disposition = tempflag ? disp_del : disp_donttouch; in solib_load_unload_1()
4592 create_solib_load_event_breakpoint (char *hookname, int tempflag, in create_solib_load_event_breakpoint() argument
4595 solib_load_unload_1 (hookname, tempflag, dll_pathname, in create_solib_load_event_breakpoint()
4600 create_solib_unload_event_breakpoint (char *hookname, int tempflag, in create_solib_unload_event_breakpoint() argument
4603 solib_load_unload_1 (hookname,tempflag, dll_pathname, in create_solib_unload_event_breakpoint()
4608 create_fork_vfork_event_catchpoint (int tempflag, char *cond_string, in create_fork_vfork_event_catchpoint() argument
4629 b->disposition = tempflag ? disp_del : disp_donttouch; in create_fork_vfork_event_catchpoint()
4636 create_fork_event_catchpoint (int tempflag, char *cond_string) in create_fork_event_catchpoint() argument
4638 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_fork); in create_fork_event_catchpoint()
4642 create_vfork_event_catchpoint (int tempflag, char *cond_string) in create_vfork_event_catchpoint() argument
4644 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_vfork); in create_vfork_event_catchpoint()
4648 create_exec_event_catchpoint (int tempflag, char *cond_string) in create_exec_event_catchpoint() argument
4668 b->disposition = tempflag ? disp_del : disp_donttouch; in create_exec_event_catchpoint()
5166 int tempflag, hardwareflag; in break_command_1() local
5185 tempflag = flag & BP_TEMPFLAG; in break_command_1()
5337 tempflag ? disp_del : disp_donttouch, in break_command_1()
5361 b->disposition = tempflag ? disp_del : disp_donttouch; in break_command_1()
5389 int tempflag; member
5478 args->tempflag ? disp_del : disp_donttouch, in do_captured_breakpoint()
5492 int hardwareflag, int tempflag, in gdb_breakpoint() argument
5499 args.tempflag = tempflag; in gdb_breakpoint()
6342 catch_fork_command_1 (catch_fork_kind fork_kind, char *arg, int tempflag, in catch_fork_command_1() argument
6364 create_fork_event_catchpoint (tempflag, cond_string); in catch_fork_command_1()
6367 create_vfork_event_catchpoint (tempflag, cond_string); in catch_fork_command_1()
6376 catch_exec_command_1 (char *arg, int tempflag, int from_tty) in catch_exec_command_1() argument
6394 create_exec_event_catchpoint (tempflag, cond_string); in catch_exec_command_1()
6398 catch_load_command_1 (char *arg, int tempflag, int from_tty) in catch_load_command_1() argument
6435 SOLIB_CREATE_CATCH_LOAD_HOOK (PIDGET (inferior_ptid), tempflag, in catch_load_command_1()
6440 catch_unload_command_1 (char *arg, int tempflag, int from_tty) in catch_unload_command_1() argument
6477 SOLIB_CREATE_CATCH_UNLOAD_HOOK (PIDGET (inferior_ptid), tempflag, in catch_unload_command_1()
6487 create_exception_catchpoint (int tempflag, char *cond_string, in create_exception_catchpoint() argument
6519 b->disposition = tempflag ? disp_del : disp_donttouch; in create_exception_catchpoint()
6570 handle_gnu_v3_exceptions (int tempflag, char *cond_string, in handle_gnu_v3_exceptions() argument
6599 b->disposition = tempflag ? disp_del : disp_donttouch; in handle_gnu_v3_exceptions()
6611 int tempflag, int from_tty) in catch_exception_command_1() argument
6627 if (handle_gnu_v3_exceptions (tempflag, cond_string, ex_event, from_tty)) in catch_exception_command_1()
6638 create_exception_catchpoint (tempflag, cond_string, ex_event, sal); in catch_exception_command_1()
6664 catch_command_1 (char *arg, int tempflag, int from_tty) in catch_command_1() argument
6699 tempflag, from_tty); in catch_command_1()
6704 tempflag, from_tty); in catch_command_1()
6728 catch_fork_command_1 (catch_fork, arg1_end + 1, tempflag, from_tty); in catch_command_1()
6732 catch_fork_command_1 (catch_vfork, arg1_end + 1, tempflag, from_tty); in catch_command_1()
6736 catch_exec_command_1 (arg1_end + 1, tempflag, from_tty); in catch_command_1()
6740 catch_load_command_1 (arg1_end + 1, tempflag, from_tty); in catch_command_1()
6744 catch_unload_command_1 (arg1_end + 1, tempflag, from_tty); in catch_command_1()