diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2022-09-02 20:59:01 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-24 14:22:09 +0200 |
commit | 1a7d6508e37d598fbd050589a059342c8ce3eaf9 (patch) | |
tree | a3162d76ab54ee8871ac78b79085919f01f1b246 /Meta/CMake | |
parent | 416fa7bd4f85a6c419bcfddaa655ee6f3238a0b5 (diff) | |
download | serenity-1a7d6508e37d598fbd050589a059342c8ce3eaf9.zip |
Kernel: By default, don't dump regions when a userspace crash happens
There is the DUMP_REGIONS_ON_CRASH debug macro which re-enables this
(old) behavior.
Diffstat (limited to 'Meta/CMake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 7af4b6e31a..738c244d45 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -36,6 +36,7 @@ set(DIFF_DEBUG ON) set(DISASM_DUMP_DEBUG ON) set(DOUBLECLICK_DEBUG ON) set(DRAG_DEBUG ON) +set(DUMP_REGIONS_ON_CRASH ON) set(DWARF_DEBUG ON) set(DYNAMIC_LOAD_DEBUG ON) set(E1000_DEBUG ON) |