mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +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
|
@ -43,7 +43,7 @@ class DebugInfoWidget final : public GUI::Widget {
|
|||
public:
|
||||
virtual ~DebugInfoWidget() override {}
|
||||
|
||||
void update_state(const DebugSession&, const PtraceRegisters&);
|
||||
void update_state(const Debug::DebugSession&, const PtraceRegisters&);
|
||||
void program_stopped();
|
||||
void set_debug_actions_enabled(bool enabled);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue