Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-throw.c362 const char *cond_string, in handle_gnu_v3_exceptions() argument
375 init_catchpoint (cp.get (), get_current_arch (), tempflag, cond_string, in handle_gnu_v3_exceptions()
431 const char *cond_string = NULL; in catch_exception_event() local
439 cond_string = ep_parse_optional_if_clause (&arg); in catch_exception_event()
449 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string, in catch_exception_event()
H A Dbreakpoint.c1751 s = b->cond_string; in update_watchpoint()
8111 b->cond_string = (cond_string == NULL) ? NULL : xstrdup (cond_string);
8778 b->cond_string = cond_string.release ();
9078 *cond_string = NULL;
9323 if (cond_string)
9350 b->cond_string = cond_string != NULL ? xstrdup (cond_string) : NULL;
11115 cond_string = *arg;
11121 return cond_string;
13519 s = b->cond_string;
13661 if (cond_string)
[all …]
H A Dbreakpoint.h752 char *cond_string = NULL; member
1338 const char *cond_string,
1390 const char *cond_string, int thread,
H A Dtracectf.c625 if (tp->cond_string != NULL) in ctf_write_uploaded_tp()
626 ctf_save_write (&writer->tcs, (gdb_byte *) tp->cond_string.get (), in ctf_write_uploaded_tp()
627 strlen (tp->cond_string.get ())); in ctf_write_uploaded_tp()
1103 SET_STRING_FIELD(event, scope, utp, cond_string); in ctf_read_tp()
H A Dada-lang.h347 const std::string &excep_string, const std::string &cond_string, int tempflag,
H A Dtracepoint.h192 gdb::unique_xmalloc_ptr<char[]> cond_string; member
H A Dtracefile-tfile.c283 if (utp->cond_string) in tfile_write_uploaded_tp()
286 "cond", utp->cond_string.get (), in tfile_write_uploaded_tp()
H A Dada-lang.c12055 std::string cond_string
12070 s = cond_string.c_str ();
12454 std::string *cond_string)
12479 *cond_string = args;
12704 if (!cond_string.empty ())
12720 std::string cond_string;
12727 &cond_string);
12745 std::string cond_string;
12752 &cond_string);
12813 std::string cond_string;
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dbreak-catch-throw.c362 const char *cond_string, in handle_gnu_v3_exceptions() argument
375 init_catchpoint (cp.get (), get_current_arch (), tempflag, cond_string, in handle_gnu_v3_exceptions()
431 const char *cond_string = NULL; in catch_exception_event() local
439 cond_string = ep_parse_optional_if_clause (&arg); in catch_exception_event()
449 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string, in catch_exception_event()
H A Dbreakpoint.c1751 s = b->cond_string; in update_watchpoint()
8111 b->cond_string = (cond_string == NULL) ? NULL : xstrdup (cond_string);
8778 b->cond_string = cond_string.release ();
9078 *cond_string = NULL;
9323 if (cond_string)
9350 b->cond_string = cond_string != NULL ? xstrdup (cond_string) : NULL;
11115 cond_string = *arg;
11121 return cond_string;
13519 s = b->cond_string;
13661 if (cond_string)
[all …]
H A Dbreakpoint.h752 char *cond_string = NULL; member
1338 const char *cond_string,
1390 const char *cond_string, int thread,
H A Dtracectf.c625 if (tp->cond_string != NULL) in ctf_write_uploaded_tp()
626 ctf_save_write (&writer->tcs, (gdb_byte *) tp->cond_string.get (), in ctf_write_uploaded_tp()
627 strlen (tp->cond_string.get ())); in ctf_write_uploaded_tp()
1103 SET_STRING_FIELD(event, scope, utp, cond_string); in ctf_read_tp()
H A Dada-lang.h347 const std::string &excep_string, const std::string &cond_string, int tempflag,
H A Dtracepoint.h192 gdb::unique_xmalloc_ptr<char[]> cond_string; member
H A Dtracefile-tfile.c283 if (utp->cond_string) in tfile_write_uploaded_tp()
286 "cond", utp->cond_string.get (), in tfile_write_uploaded_tp()
H A Dada-lang.c12055 std::string cond_string
12070 s = cond_string.c_str ();
12454 std::string *cond_string)
12479 *cond_string = args;
12704 if (!cond_string.empty ())
12720 std::string cond_string;
12727 &cond_string);
12745 std::string cond_string;
12752 &cond_string);
12813 std::string cond_string;
[all …]
/netbsd/external/gpl3/gdb/dist/sim/msp430/
H A Dmsp430-sim.c931 cond_string (int cond) in cond_string() function
1468 cond_string (opcode->cond), PC, i, SR); in msp430_step_once()
1475 cond_string (opcode->cond), PC, i, SR); in msp430_step_once()
/netbsd/external/gpl3/gdb.old/dist/sim/msp430/
H A Dmsp430-sim.c931 cond_string (int cond) in cond_string() function
1468 cond_string (opcode->cond), PC, i, SR); in msp430_step_once()
1475 cond_string (opcode->cond), PC, i, SR); in msp430_step_once()
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-breakpoint.c426 str = obj->bp->cond_string; in bppy_get_condition()
1169 if (obj->bp->cond_string != NULL) in local_setattro()
/netbsd/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-breakpoint.c881 str = bp_smob->bp->cond_string; in gdbscm_breakpoint_condition()
940 if (bp_smob->bp->cond_string != NULL) in gdbscm_set_breakpoint_stop_x()
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-breakpoint.c426 str = obj->bp->cond_string; in bppy_get_condition()
1169 if (obj->bp->cond_string != NULL) in local_setattro()
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c881 str = bp_smob->bp->cond_string; in gdbscm_breakpoint_condition()
940 if (bp_smob->bp->cond_string != NULL) in gdbscm_set_breakpoint_stop_x()
/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c97 static const char *cond_string (enum rtx_code);
1423 cond_string (enum rtx_code code) in cond_string() function
1619 fputs (cond_string (GET_CODE (x)), file); in h8300_print_operand()
1622 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in h8300_print_operand()
H A Dh8300.cc97 static const char *cond_string (enum rtx_code);
1394 cond_string (enum rtx_code code) in cond_string() function
1589 fputs (cond_string (GET_CODE (x)), file); in h8300_print_operand()
1597 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in h8300_print_operand()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c97 static const char *cond_string (enum rtx_code);
1423 cond_string (enum rtx_code code) in cond_string() function
1619 fputs (cond_string (GET_CODE (x)), file); in h8300_print_operand()
1622 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in h8300_print_operand()

123