Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/
H A Dexceptions.c147 Interp * const interpdeb = interp->pdb->debugger; in die_from_exception() local
148 if (interpdeb) { in die_from_exception()
149 Parrot_io_flush(interpdeb, Parrot_io_STDOUT(interpdeb)); in die_from_exception()
150 Parrot_io_flush(interpdeb, Parrot_io_STDERR(interpdeb)); in die_from_exception()
H A Ddebug.c1360 Interp * const interpdeb = interp->pdb->debugger; in PDB_get_command() local
1361 STRING * const readline = CONST_STRING(interpdeb, "readline_interactive"); in PDB_get_command()
1362 STRING * const prompt = CONST_STRING(interpdeb, "(pdb) "); in PDB_get_command()
1363 STRING * const s = Parrot_str_new(interpdeb, NULL, 0); in PDB_get_command()
1364 PMC * const tmp_stdin = Parrot_io_stdhandle(interpdeb, 0, NULL); in PDB_get_command()
1366 Parrot_pcc_invoke_method_from_c_args(interpdeb, in PDB_get_command()
1370 char * const aux = Parrot_str_to_cstring(interpdeb, s); in PDB_get_command()