mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
Fix breaking from SIGINT
This commit is contained in:
parent
43449afcfe
commit
8d92f4045d
@ -1781,12 +1781,6 @@ static void r_core_break (RCore *core) {
|
||||
// if we are not in the main thread we hold in a lock
|
||||
RCoreTask *task = r_core_task_self (core);
|
||||
r_core_task_continue (task);
|
||||
if (task) {
|
||||
r_th_try_pause (task->thread);
|
||||
r_cons_singleton ()->breaked = false;
|
||||
// eprintf ("Going to pause %d\n", getpid ());
|
||||
// // r_core_task_pause (core, task, true);
|
||||
}
|
||||
}
|
||||
|
||||
static void *r_core_sleep_begin (RCore *core) {
|
||||
|
Loading…
Reference in New Issue
Block a user