mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-23 04:19:44 +00:00
8e57a9213a
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. |
||
---|---|---|
.. | ||
async-writer.cpp | ||
call.cpp | ||
darlingserver.cpp | ||
kqchan.cpp | ||
logging.cpp | ||
message.cpp | ||
process.cpp | ||
registry.cpp | ||
server.cpp | ||
stack-pool.cpp | ||
thread.cpp | ||
utility.cpp |