chore: улучшил вывод немного
This commit is contained in:
@ -52,6 +52,7 @@ int main()
|
|||||||
continue_execution(pid);
|
continue_execution(pid);
|
||||||
if (stats & SIGTRAP)
|
if (stats & SIGTRAP)
|
||||||
{
|
{
|
||||||
|
printf("--BREAKPOINT--\n");
|
||||||
while (stats != 0)
|
while (stats != 0)
|
||||||
{
|
{
|
||||||
read(0, &buff, 1);
|
read(0, &buff, 1);
|
||||||
@ -60,7 +61,7 @@ int main()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("____AFTER_TRACE_PARRENT____\n");
|
printf("____PROCESS_WAS_TERMINATED____\n");
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user