update for HEAD-2003091401
[reactos.git] / lib / ntdll / dbg / debug.c
index 3fb9950..9141e7d 100644 (file)
@@ -62,6 +62,9 @@ DbgSsServerThread(PVOID Unused)
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 DbgSsHandleKmApiMsg(ULONG Unknown1,
                    HANDLE EventHandle)
@@ -70,6 +73,9 @@ DbgSsHandleKmApiMsg(ULONG Unknown1,
 }
 
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 DbgSsInitialize(HANDLE ReplyPort,
                ULONG Unknown1,
@@ -116,6 +122,9 @@ DbgSsInitialize(HANDLE ReplyPort,
 }
 
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 DbgUiConnectToDbg(VOID)
 {
@@ -154,6 +163,9 @@ DbgUiConnectToDbg(VOID)
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 DbgUiContinue(PCLIENT_ID ClientId,
              ULONG ContinueStatus)
@@ -162,6 +174,9 @@ DbgUiContinue(PCLIENT_ID ClientId,
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 DbgUiWaitStateChange(ULONG Unknown1,
                     ULONG Unknown2)
@@ -176,6 +191,7 @@ NTSTATUS STDCALL DbgUiRemoteBreakin(VOID)
  RtlExitUserThread(0);
 
  DbgBreakPoint();
+ return STATUS_SUCCESS;
 }
 
 NTSTATUS STDCALL DbgUiIssueRemoteBreakin(HANDLE Process)