mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
LibDebug: Move everything into the "Debug" namespace
This commit is contained in:
parent
b58ca7cf3d
commit
694b86a4bf
31 changed files with 115 additions and 85 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
private:
|
||||
NonnullRefPtr<ELF::Loader> m_elf;
|
||||
OwnPtr<DebugInfo> m_debug_info;
|
||||
OwnPtr<Debug::DebugInfo> m_debug_info;
|
||||
|
||||
SoftMMU m_mmu;
|
||||
SoftCPU m_cpu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue