1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/components/crashcatcher
AnyOldName3 1bdcb5d6d9 Share the dump directory for crash and freeze dumps
This means the shared memory struct is just 255 bytes longer than a few
commits ago instead of 32K.

Also introduce a function for putting path strings in the shared memory
as there was too much copied and pasted code and it was error-prone.

Also free some handles once we're done with them so they don't leak.
2023-07-11 22:22:26 +01:00
..
crashcatcher.cpp
crashcatcher.hpp
windows_crashcatcher.cpp Share the dump directory for crash and freeze dumps 2023-07-11 22:22:26 +01:00
windows_crashcatcher.hpp Share the dump directory for crash and freeze dumps 2023-07-11 22:22:26 +01:00
windows_crashmonitor.cpp Share the dump directory for crash and freeze dumps 2023-07-11 22:22:26 +01:00
windows_crashmonitor.hpp Don't put crash dumps in Temp on Windows 2023-07-05 20:25:22 +01:00
windows_crashshm.hpp Share the dump directory for crash and freeze dumps 2023-07-11 22:22:26 +01:00
windowscrashdumppathhelpers.cpp Share the dump directory for crash and freeze dumps 2023-07-11 22:22:26 +01:00
windowscrashdumppathhelpers.hpp Share the dump directory for crash and freeze dumps 2023-07-11 22:22:26 +01:00