Home
last modified time | relevance | path

Searched refs:cond_string (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/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 Dbreakpoint.c178 char *cond_string, enum bptype bp_kind);
181 char *cond_string,
201 static void create_exception_catchpoint (int tempflag, char *cond_string,
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
554 if (b->cond_string != NULL) in condition_command()
555 xfree (b->cond_string); in condition_command()
560 b->cond_string = NULL; in condition_command()
569 b->cond_string = savestring (arg, strlen (arg)); in condition_command()
3534 if (b->pending && b->cond_string) in print_one_breakpoint()
[all …]
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 Dpa64solib.c621 char *cond_string) 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()
639 char *cond_string) 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.c1110 char *cond_string) 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()
1128 char *cond_string) 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()
H A Dbreakpoint.h333 char *cond_string; member
H A DChangeLog-19902842 * breakpoint.c: Add addr_string and cond_string fields to
2848 (condition_command): Set cond_string.
2849 (breakpoint_delete): Free cond_string and addr_string.
H A DChangeLog-199916 separate cond and cond_string for each breakpoint.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.c56 static const char *cond_string PARAMS ((enum rtx_code));
1257 cond_string (code) in cond_string() function
1451 fputs (cond_string (GET_CODE (x)), file);
1454 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.c91 static const char *cond_string (enum rtx_code);
1343 cond_string (enum rtx_code code) in cond_string() function
1529 fputs (cond_string (GET_CODE (x)), file); in print_operand()
1532 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in print_operand()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c53 static const char * cond_string PARAMS ((enum rtx_code));
1031 cond_string (code) in cond_string() function
1162 fputs (cond_string (GET_CODE (x)), file);
1164 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.c57 static const char *cond_string (enum rtx_code);
1056 cond_string (enum rtx_code code) in cond_string() function
1191 fputs (cond_string (GET_CODE (x)), file); in print_operand()
1193 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in print_operand()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.10509 * h8300.c (cond_string): Delete CC_DONE_CBIT handling.
H A DChangeLog.49755 out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):