Ignore signals

This commit is contained in:
momo5502
2025-01-19 17:50:23 +01:00
parent 6ad4a9b0a1
commit 908fa7a363

View File

@@ -495,6 +495,7 @@ namespace gdb_stub
switch (command)
{
case 'S':
case 'c':
resume_execution(c, false);
break;