mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
bb483f7ef4
Personally, I prefer the naming convention DEBUG_FOO over FOO_DEBUG, but the majority of the debug macros are already named in the latter naming convention, so I just enforce consistency here. 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/DEBUG_PATH/PATH_DEBUG/' {} \; |
||
---|---|---|
.. | ||
Dwarf | ||
CMakeLists.txt | ||
DebugInfo.cpp | ||
DebugInfo.h | ||
DebugSession.cpp | ||
DebugSession.h | ||
StackFrameUtils.cpp | ||
StackFrameUtils.h |