On Thu, 13 Feb 2003 09:55:45 +0800, 
"Zhang, Sonic" <[EMAIL PROTECTED]> wrote:
>       I don't think the user can't do any debugging on kernels with KDB
>compiled in, because the user can disable KDB by echo "0" to
>"/proc/sys/kernel/kdb". The user can switch between KDB and GDB by a command
>line. The only problem is that KDB can't work with GDB simultaneously. Does
>any user really want to debug his code with KDB and GDB at one time?

You are forgetting that people want kdb always on to get debugging
information when the machine gets an error like BUG(), panic() or oops.
Manually turning kdb on/off is only useful when you can reproduce a
problem, it is no good for catching intermittent errors.


Reply via email to