mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
8465683dcf
This was done with the following script: find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \; find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \; |
||
---|---|---|
.. | ||
APIC.cpp | ||
APIC.h | ||
GenericInterruptHandler.cpp | ||
GenericInterruptHandler.h | ||
InterruptManagement.cpp | ||
InterruptManagement.h | ||
IOAPIC.cpp | ||
IOAPIC.h | ||
IRQController.h | ||
IRQHandler.cpp | ||
IRQHandler.h | ||
MSIHandler.h | ||
PIC.cpp | ||
PIC.h | ||
SharedIRQHandler.cpp | ||
SharedIRQHandler.h | ||
SpuriousInterruptHandler.cpp | ||
SpuriousInterruptHandler.h | ||
UnhandledInterruptHandler.cpp | ||
UnhandledInterruptHandler.h |