ladybird/Userland/Libraries/LibDebug
asynts bb483f7ef4 Everywhere: Name debug macros more consistently.
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/' {} \;
2021-01-25 09:47:36 +01:00
..
Dwarf Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DebugInfo.cpp Everywhere: Name debug macros more consistently. 2021-01-25 09:47:36 +01:00
DebugInfo.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DebugSession.cpp LibDebug: Don't assert when running on non-existent executable 2021-01-22 17:00:24 +01:00
DebugSession.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StackFrameUtils.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StackFrameUtils.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00