Source code for crash.subsystem.printk

# -*- coding: utf-8 -*-
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

import gdb

from crash.exceptions import DelayedAttributeError

[docs] class LogTypeException(Exception): pass
[docs] class LogInvalidOption(Exception): pass