summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit/DebuggerContract.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 11:04:42 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 11:04:42 -0500
commit5535f22998bf991eeb75a56c9e147f0fd4bd23b2 (patch)
treee073e0046fb471579a4d45d4b5e5df5074651b62 /src/DebuggerKit/DebuggerContract.h
parent654c31b94d547e8d83be378eb5d5ab16a820dcdd (diff)
chore: DebuggerKit: Move constants and types into `Config.h`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/DebuggerKit/DebuggerContract.h')
-rw-r--r--src/DebuggerKit/DebuggerContract.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DebuggerKit/DebuggerContract.h b/src/DebuggerKit/DebuggerContract.h
index 04b9b32..e205e26 100644
--- a/src/DebuggerKit/DebuggerContract.h
+++ b/src/DebuggerKit/DebuggerContract.h
@@ -15,16 +15,6 @@ namespace DebuggerKit {
class IDebuggerContract;
/// =========================================================== ///
-/// \brief Process ID
-/// =========================================================== ///
-typedef uint64_t ProcessID;
-
-/// =========================================================== ///
-/// \brief Address type, a la BSD.
-/// =========================================================== ///
-typedef char* CAddress;
-
-/// =========================================================== ///
/// \brief Debugger contract class in C++, as per the design states.
/// \author Amlal El Mahrouss
/// =========================================================== ///