aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/Windows
AgeCommit message (Collapse)Author
8 daysCore: Fix clang build on windowsShauren
2025-07-13Core/CrashHandler: Fix nopch buildShauren
2025-07-06Core/CrashHandler: Remove MAX_PATH limitShauren
2025-06-11Core/Common: Update PCH content to include most commonly used headersShauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow ↵Shauren
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
2024-09-23Core/CrashHandler: Output inlined stack framesShauren
2024-09-23Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure ↵Shauren
consistent destruction order
2024-09-15Core/CrashHandler: Compile WheatyExceptionReport only once and moved its ↵Shauren
global variable initializer to all projects using it