1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 21:45:35 +00:00
openmw/components/crashcatcher
AnyOldName3 33884dba30 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.

Manual port of https://gitlab.com/OpenMW/openmw/-/merge_requests/3221 to OpenMW 0.48
2023-07-13 00:13:20 +01:00
..
crashcatcher.cpp Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
crashcatcher.hpp Don't clobber game log file when we collect a stack trace. 2021-04-17 13:14:01 +02:00
windows_crashcatcher.cpp Share the dump directory for crash and freeze dumps 2023-07-13 00:13:20 +01:00
windows_crashcatcher.hpp Share the dump directory for crash and freeze dumps 2023-07-13 00:13:20 +01:00
windows_crashmonitor.cpp Share the dump directory for crash and freeze dumps 2023-07-13 00:13:20 +01:00
windows_crashmonitor.hpp Don't put crash dumps in Temp on Windows 2023-07-05 14:25:02 +01:00
windows_crashshm.hpp Share the dump directory for crash and freeze dumps 2023-07-13 00:13:20 +01:00
windowscrashdumppathhelpers.cpp Share the dump directory for crash and freeze dumps 2023-07-13 00:13:20 +01:00
windowscrashdumppathhelpers.hpp Share the dump directory for crash and freeze dumps 2023-07-13 00:13:20 +01:00