Add function to query kernel debugger active state
Some checks failed
Builds / ExectOS (amd64, release) (push) Failing after 23s
Builds / ExectOS (amd64, debug) (push) Failing after 41s
Builds / ExectOS (i686, release) (push) Failing after 25s
Builds / ExectOS (i686, debug) (push) Failing after 39s

This commit is contained in:
2026-06-06 18:57:32 +02:00
parent 537fbc8af4
commit 7344c5ed4a
3 changed files with 56 additions and 0 deletions

View File

@@ -13,5 +13,6 @@
#include <kd/dbg.hh>
#include <kd/dbgio.hh>
#include <kd/debug.hh>
#endif /* __XTOSKRNL_KD_HH */