From 6751d511aeedfdd568e79c0e7b03546965c4227a Mon Sep 17 00:00:00 2001 From: pravic Date: Thu, 14 Apr 2016 00:40:16 +0300 Subject: add missed debug module docs (gitignore :() --- doc/km/debug/index.html | 157 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 doc/km/debug/index.html (limited to 'doc/km/debug/index.html') diff --git a/doc/km/debug/index.html b/doc/km/debug/index.html new file mode 100644 index 0000000..2109e2e --- /dev/null +++ b/doc/km/debug/index.html @@ -0,0 +1,157 @@ + + + + + + + + + + km::debug - Rust + + + + + + + + + + + + + + + + + +
+

Module km::debug + + [] + + [src]

+

Debugger support.

+

Enums

+ + + + + + + + +
DPFLTR_ID +

DbgPrintEx Component name.

+
DPFLTR_LEVEL +

DbgPrintEx Message severity.

+

Functions

+ + + + + + + + + + + + + + + + +
DbgBreakPoint +

Breaks into the kernel debugger.

+
DbgBreakPointWithStatus +

Breaks into the kernel debugger and sends the value of Status to the debugger.

+
DbgPrint +

DbgPrint routine sends a message to the kernel debugger.

+
DbgPrintEx +

The DbgPrintEx routine sends a string to the kernel debugger if certain conditions are met.

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3