mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
AK+Kernel: Alphabetize debug macros
This is not ASCII-betical because `_` comes after all the uppercase characters. Treating `_` as a ` ` (space character), these lists are now alphabetical.
This commit is contained in:
parent
820e99f97d
commit
138d54e595
2 changed files with 26 additions and 25 deletions
|
@ -1,19 +1,19 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2020, the SerenityOS developers.
|
* Copyright (c) 2020-2022, the SerenityOS developers.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef AWAVLOADER_DEBUG
|
|
||||||
#cmakedefine01 AWAVLOADER_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef AFLACLOADER_DEBUG
|
#ifndef AFLACLOADER_DEBUG
|
||||||
#cmakedefine01 AFLACLOADER_DEBUG
|
#cmakedefine01 AFLACLOADER_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AWAVLOADER_DEBUG
|
||||||
|
#cmakedefine01 AWAVLOADER_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef BMP_DEBUG
|
#ifndef BMP_DEBUG
|
||||||
#cmakedefine01 BMP_DEBUG
|
#cmakedefine01 BMP_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,14 +34,14 @@
|
||||||
#cmakedefine01 COPY_DEBUG
|
#cmakedefine01 COPY_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CPP_LANGUAGE_SERVER_DEBUG
|
|
||||||
#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CPP_DEBUG
|
#ifndef CPP_DEBUG
|
||||||
#cmakedefine01 CPP_DEBUG
|
#cmakedefine01 CPP_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CPP_LANGUAGE_SERVER_DEBUG
|
||||||
|
#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CRYPTO_DEBUG
|
#ifndef CRYPTO_DEBUG
|
||||||
#cmakedefine01 CRYPTO_DEBUG
|
#cmakedefine01 CRYPTO_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -74,14 +74,14 @@
|
||||||
#cmakedefine01 DEFERRED_INVOKE_DEBUG
|
#cmakedefine01 DEFERRED_INVOKE_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DHCPV4CLIENT_DEBUG
|
|
||||||
#cmakedefine01 DHCPV4CLIENT_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef DHCPV4_DEBUG
|
#ifndef DHCPV4_DEBUG
|
||||||
#cmakedefine01 DHCPV4_DEBUG
|
#cmakedefine01 DHCPV4_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef DHCPV4CLIENT_DEBUG
|
||||||
|
#cmakedefine01 DHCPV4CLIENT_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DIFF_DEBUG
|
#ifndef DIFF_DEBUG
|
||||||
#cmakedefine01 DIFF_DEBUG
|
#cmakedefine01 DIFF_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2021, Paul Scharnofske
|
* Copyright (c) 2021, Paul Scharnofske
|
||||||
|
* Copyright (c) 2022, the SerenityOS developers.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
@ -10,6 +11,10 @@
|
||||||
#cmakedefine01 AC97_DEBUG
|
#cmakedefine01 AC97_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AHCI_DEBUG
|
||||||
|
#cmakedefine01 AHCI_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ACPI_DEBUG
|
#ifndef ACPI_DEBUG
|
||||||
#cmakedefine01 ACPI_DEBUG
|
#cmakedefine01 ACPI_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -74,14 +79,14 @@
|
||||||
#cmakedefine01 EXT2_DEBUG
|
#cmakedefine01 EXT2_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FRAMEBUFFER_DEVICE_DEBUG
|
|
||||||
#cmakedefine01 FRAMEBUFFER_DEVICE_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef EXT2_VERY_DEBUG
|
#ifndef EXT2_VERY_DEBUG
|
||||||
#cmakedefine01 EXT2_VERY_DEBUG
|
#cmakedefine01 EXT2_VERY_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef FRAMEBUFFER_DEVICE_DEBUG
|
||||||
|
#cmakedefine01 FRAMEBUFFER_DEVICE_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef FILEDESCRIPTION_DEBUG
|
#ifndef FILEDESCRIPTION_DEBUG
|
||||||
#cmakedefine01 FILEDESCRIPTION_DEBUG
|
#cmakedefine01 FILEDESCRIPTION_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -122,14 +127,14 @@
|
||||||
#cmakedefine01 INTERRUPT_DEBUG
|
#cmakedefine01 INTERRUPT_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IOAPIC_DEBUG
|
|
||||||
#cmakedefine01 IOAPIC_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef IO_DEBUG
|
#ifndef IO_DEBUG
|
||||||
#cmakedefine01 IO_DEBUG
|
#cmakedefine01 IO_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IOAPIC_DEBUG
|
||||||
|
#cmakedefine01 IOAPIC_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ISO9660_DEBUG
|
#ifndef ISO9660_DEBUG
|
||||||
#cmakedefine01 ISO9660_DEBUG
|
#cmakedefine01 ISO9660_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -230,10 +235,6 @@
|
||||||
#cmakedefine01 PATA_DEBUG
|
#cmakedefine01 PATA_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AHCI_DEBUG
|
|
||||||
#cmakedefine01 AHCI_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef PCI_DEBUG
|
#ifndef PCI_DEBUG
|
||||||
#cmakedefine01 PCI_DEBUG
|
#cmakedefine01 PCI_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue