ladybird/Libraries/LibDebug
Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11
Compared to version 10 this fixes a bunch of formatting issues, mostly
around structs/classes with attributes like [[gnu::packed]], and
incorrect insertion of spaces in parameter types ("T &"/"T &&").
I also removed a bunch of // clang-format off/on and FIXME comments that
are no longer relevant - on the other hand it tried to destroy a couple of
neatly formatted comments, so I had to add some as well.
2020-12-31 21:51:00 +01:00
..
Dwarf Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CMakeLists.txt HackStudio: Implement "Step Out" debugging action 2020-08-22 09:48:59 +02:00
DebugInfo.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
DebugInfo.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
DebugSession.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
DebugSession.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
StackFrameUtils.cpp LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
StackFrameUtils.h LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00