1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:17:44 +00:00

LibCoreDump: Include source locations of inlined functions in backtrace

This commit is contained in:
Itamar 2021-06-11 14:39:16 +03:00 committed by Andreas Kling
parent a45b5ccd96
commit 03ef2a479a
5 changed files with 46 additions and 8 deletions

View file

@ -5,6 +5,7 @@ set(APIC_SMP_DEBUG ON)
set(ARP_DEBUG ON)
set(AUTOCOMPLETE_DEBUG ON)
set(AWAVLOADER_DEBUG ON)
set(BACKTRACE_DEBUG ON)
set(BBFS_DEBUG ON)
set(BMP_DEBUG ON)
set(BXVGA_DEBUG ON)