Esempio n. 1
0
static int r_debug_gdb_step(RDebug *dbg) {
	check_connection (dbg);
	gdbr_step (desc, -1); // TODO handle thread specific step?
	return true;
}
Esempio n. 2
0
static int r_debug_gdb_step(RDebug *dbg) {
	gdbr_step (desc, -1); // TODO handle thread specific step?
	return true;
}