Home
last modified time | relevance | path

Searched refs:PDB_cond (Results 1 – 2 of 2) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Ddebugger.h259 PDB_condition_t * PDB_cond(PARROT_INTERP, ARGIN(const char *command))
/dports/lang/parrot/parrot-8.1.0/src/
H A Ddebug.c1607 PDB_cond(PARROT_INTERP, ARGIN(const char *command)) in PDB_cond() function
1609 ASSERT_ARGS(PDB_cond) in PDB_cond()
1783 PDB_condition_t * const condition = PDB_cond(interp, command); in PDB_watchpoint()
1887 newbreak->condition = PDB_cond(interp, command); in PDB_set_break()