Drew Bliss,
in one of the earlier posts you mention
The target kernel only supports 32 breakpoints and there are many routines
in the kernel that it isn’t safe to set breakpoints on, so a blanket bm nt!*
is not a good thing to try.
When using bm nt!* you’ll only actually get breakpoints on the first 32
routines.
is this a limitation only when doing kernel debugging or does it appy to
normal user mode debugging as well ?
does the word target mean any target whether it is w2k , wxp ,w2k3 and or
possibly include vista as well
i find many articles claiming to have set 40 and above breakpoints in kd
quote from one one of them
Modload: Done. 46 of 46 breakpoints were set.
so the last 14 break points were never fired in this case even though they
might have possibly been executed ?
regards
raj_r