diff options
| author | pravic <[email protected]> | 2016-04-14 00:40:16 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-14 00:40:16 +0300 |
| commit | 6751d511aeedfdd568e79c0e7b03546965c4227a (patch) | |
| tree | a93ea0cf164de5fdb6508dba817107eb2c95e3ce /doc/km/debug/sidebar-items.js | |
| parent | update docs (diff) | |
| download | winapi-kmd-rs-gh-pages.tar.xz winapi-kmd-rs-gh-pages.zip | |
add missed debug module docs (gitignore :()gh-pages
Diffstat (limited to 'doc/km/debug/sidebar-items.js')
| -rw-r--r-- | doc/km/debug/sidebar-items.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/km/debug/sidebar-items.js b/doc/km/debug/sidebar-items.js new file mode 100644 index 0000000..f296936 --- /dev/null +++ b/doc/km/debug/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"enum":[["DPFLTR_ID","`DbgPrintEx` Component name."],["DPFLTR_LEVEL","`DbgPrintEx` Message severity."]],"fn":[["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 |