Home
last modified time | relevance | path

Searched refs:tempflag (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dpa64solib.h55 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \ argument
56 pa64_solib_create_catch_load_hook (pid, tempflag, filename, cond_string)
63 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \ argument
64 pa64_solib_create_catch_unload_hook (pid, tempflag, filename, cond_string)
H A Dsomsolib.h68 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \ argument
69 som_solib_create_catch_load_hook (pid, tempflag, filename, cond_string)
77 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \ argument
78 som_solib_create_catch_unload_hook (pid, tempflag, filename, cond_string)
H A Dcoff-solib.h64 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
73 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
H A Dbreakpoint.c176 int tempflag,
206 char *arg, int tempflag, int from_tty);
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()
5389 int tempflag; member
5492 int hardwareflag, int tempflag, in gdb_breakpoint() argument
5499 args.tempflag = tempflag; in gdb_breakpoint()
6611 int tempflag, int from_tty) in catch_exception_command_1() argument
6699 tempflag, from_tty); in catch_command_1()
[all …]
H A Dgdb.h53 int hardwareflag, int tempflag,
H A Dpa64solib.c620 pa64_solib_create_catch_load_hook (int pid, int tempflag, char *filename, in pa64_solib_create_catch_load_hook() argument
623 create_solib_load_event_breakpoint ("", tempflag, filename, cond_string); in pa64_solib_create_catch_load_hook()
638 pa64_solib_create_catch_unload_hook (int pid, int tempflag, char *filename, in pa64_solib_create_catch_unload_hook() argument
641 create_solib_unload_event_breakpoint ("", tempflag, filename, cond_string); in pa64_solib_create_catch_unload_hook()
H A Dsomsolib.c1109 som_solib_create_catch_load_hook (int pid, int tempflag, char *filename, in som_solib_create_catch_load_hook() argument
1112 create_solib_load_event_breakpoint ("__d_trap", tempflag, filename, cond_string); in som_solib_create_catch_load_hook()
1127 som_solib_create_catch_unload_hook (int pid, int tempflag, char *filename, in som_solib_create_catch_unload_hook() argument
1130 create_solib_unload_event_breakpoint ("__d_trap", tempflag, filename, cond_string); in som_solib_create_catch_unload_hook()