darlingserver/src
Ariel Abreu 8e57a9213a
[thread] Ingore errors saving state after user-suspend
As the comment I added says, sometimes a process is killed while
user-suspended (e.g. when LLDB sends the kill signal while debugging).
In such cases, trying to save the state back to the process will fail
(since it no longer exists). We can safely ignore such errors, but let's
also log a warning just-in-case.
2023-03-13 13:31:32 -04:00
..
async-writer.cpp Add some code useful for debugging 2022-03-09 17:28:37 -05:00
call.cpp feat: Initial WSL1 support 2022-08-21 20:59:24 +07:00
darlingserver.cpp fix: Workaround for WSL1 tmpfs bug 2022-08-29 22:02:01 +07:00
kqchan.cpp Add additional log info for process kqchannels 2022-06-30 22:44:35 -04:00
logging.cpp Significantly reduce default logging output 2022-07-04 18:02:53 -04:00
message.cpp feat: Initial WSL1 support 2022-08-21 20:59:24 +07:00
process.cpp feat: Initial WSL1 support 2022-08-21 20:59:24 +07:00
registry.cpp Initial commit 2022-01-18 00:46:28 -05:00
server.cpp feat: Initial WSL1 support 2022-08-21 20:59:24 +07:00
stack-pool.cpp Use a stack pool to reduce memory usage 2022-06-30 22:50:02 -04:00
thread.cpp [thread] Ingore errors saving state after user-suspend 2023-03-13 13:31:32 -04:00
utility.cpp Implement process kqueue channels + RPC wrapper fixes 2022-02-12 00:44:45 -05:00