Various fixes #234

Merged
icex2 merged 4 commits from various-fixes into master 2023-03-06 02:08:07 +03:00
4 Commits
Author SHA1 Message Date
icex2 520c0ff213 dist/iidx27: Align disabled cam connection with 28 and 29
The default should be targeting emulation on a "normal
desktop pc". The default confits for 28 and 29 refeclt
that already, but it seems that 27 was missed out here.
2023-02-19 23:26:50 +01:00
icex2 9d6f9ad049 Bugfix inject: Handle process exit event correctly
When the process requests to exit, the debugger thread attached
from inject swallowed that event simply without taking action
of actually terminating the process. Handle this accordingly
when the debugger loop is running and terminate the process
2023-02-19 15:40:58 +01:00
icex2 7f0c7dfffa Bugfix util/proc: Forward exit code to TerminateProcess 2023-02-19 15:40:36 +01:00
icex2 5c88b7ebe4 Add .DS_Store to .gitignore 2023-02-19 15:40:12 +01:00