LibDebug: Move everything into the "Debug" namespace

This commit is contained in:
Luke 2020-08-25 04:33:07 +01:00 committed by Andreas Kling
commit 694b86a4bf
Notes: sideshowbarker 2024-07-19 03:11:50 +09:00
31 changed files with 115 additions and 85 deletions

View file

@ -30,7 +30,7 @@
#include <AK/ByteBuffer.h>
#include <AK/Stream.h>
namespace Dwarf {
namespace Debug::Dwarf {
DIE::DIE(const CompilationUnit& unit, u32 offset)
: m_compilation_unit(unit)