1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

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.
This commit is contained in:
kleines Filmröllchen 2022-09-02 20:59:01 +02:00 committed by Andreas Kling
parent 416fa7bd4f
commit 1a7d6508e3
3 changed files with 8 additions and 1 deletions

View file

@ -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)