| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | pa64solib.h | 55 #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 D | somsolib.h | 68 #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 D | coff-solib.h | 64 #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 D | breakpoint.c | 173 int tempflag, 203 char *arg, int tempflag, int from_tty); 5063 int tempflag, hardwareflag; in break_command_1() local 5082 tempflag = flag & BP_TEMPFLAG; in break_command_1() 5234 tempflag ? disp_del : disp_donttouch, in break_command_1() 5286 int tempflag; member 5389 int hardwareflag, int tempflag, in gdb_breakpoint() argument 5396 args.tempflag = tempflag; in gdb_breakpoint() 6512 int tempflag, int from_tty) in catch_exception_command_1() argument 6600 tempflag, from_tty); in catch_command_1() [all …]
|
| H A D | gdb.h | 53 int hardwareflag, int tempflag,
|
| H A D | pa64solib.c | 618 pa64_solib_create_catch_load_hook (int pid, int tempflag, char *filename, in pa64_solib_create_catch_load_hook() argument 621 create_solib_load_event_breakpoint ("", tempflag, filename, cond_string); in pa64_solib_create_catch_load_hook() 636 pa64_solib_create_catch_unload_hook (int pid, int tempflag, char *filename, in pa64_solib_create_catch_unload_hook() argument 639 create_solib_unload_event_breakpoint ("", tempflag, filename, cond_string); in pa64_solib_create_catch_unload_hook()
|
| H A D | somsolib.c | 1106 som_solib_create_catch_load_hook (int pid, int tempflag, char *filename, in som_solib_create_catch_load_hook() argument 1109 create_solib_load_event_breakpoint ("__d_trap", tempflag, filename, cond_string); in som_solib_create_catch_load_hook() 1124 som_solib_create_catch_unload_hook (int pid, int tempflag, char *filename, in som_solib_create_catch_unload_hook() argument 1127 create_solib_unload_event_breakpoint ("__d_trap", tempflag, filename, cond_string); in som_solib_create_catch_unload_hook()
|