fixing standalone gdb break exit (#19)
This commit is contained in:
parent
df35c994cc
commit
0dc52ed6f3
@ -668,9 +668,9 @@ static bool main_loop_should_exit(int *status)
|
|||||||
vm_stop(RUN_STATE_DEBUG);
|
vm_stop(RUN_STATE_DEBUG);
|
||||||
|
|
||||||
//// --- Begin LibAFL code ---
|
//// --- Begin LibAFL code ---
|
||||||
|
#ifdef AS_LIB
|
||||||
return true; // exit back to fuzzing harness
|
return true; // exit back to fuzzing harness
|
||||||
|
#endif
|
||||||
//// --- End LibAFL code ---
|
//// --- End LibAFL code ---
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user